Home
last modified time | relevance | path

Searched defs:big_int (Results 1 – 1 of 1) sorted by relevance

/optee_test-3.20.0/ta/crypt/
A Darith_taf.c83 TEE_BigInt *big_int = TEE_Malloc(len * sizeof(TEE_BigInt), 0); in ta_entry_arith_new_var() local
165 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_from_octet_string() local
181 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_from_s32() local
196 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_value() local
215 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_value_s32() local
234 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_bit() local
249 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_bit_count() local

Completed in 7 milliseconds