Searched refs:lookup_handle (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | arith_taf.c | 31 static void *lookup_handle(uint32_t type, uint32_t handle) in lookup_handle() function 107 modulus = lookup_handle(HT_BIGINT, params[0].value.b); in ta_entry_arith_new_fmm_ctx() 165 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_from_octet_string() 181 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_from_s32() 196 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_value() 215 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_value_s32() 234 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_bit() 249 TEE_BigInt *big_int = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_get_bit_count() 264 TEE_BigInt *op = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_shift_right() 265 TEE_BigInt *dest = lookup_handle(HT_BIGINT, params[1].value.a); in ta_entry_arith_shift_right() [all …]
|