Home
last modified time | relevance | path

Searched refs:HT_BIGINT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c12 #define HT_BIGINT BIT(31) macro
15 #define HT_MASK (HT_BIGINT | HT_FMMCTX | HT_FMMVAR)
47 case HT_BIGINT: in get_handle()
88 if (!get_handle(HT_BIGINT, big_int, &params[1].value.a)) { in ta_entry_arith_new_var()
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()
[all …]