Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c13 #define HT_FMMCTX BIT(30) macro
15 #define HT_MASK (HT_BIGINT | HT_FMMCTX | HT_FMMVAR)
48 case HT_FMMCTX: in get_handle()
114 if (!get_handle(HT_FMMCTX, ctx, &params[1].value.a)) { in ta_entry_arith_new_fmm_ctx()
518 TEE_BigIntFMMContext *ctx = lookup_handle(HT_FMMCTX, params[1].value.a); in ta_entry_arith_to_fmm()
536 TEE_BigIntFMMContext *ctx = lookup_handle(HT_FMMCTX, params[1].value.a); in ta_entry_arith_from_fmm()
555 TEE_BigIntFMMContext *ctx = lookup_handle(HT_FMMCTX, params[1].value.b); in ta_entry_arith_compute_fmm()