Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c474 TEE_BigInt *dest_u = NULL; in ta_entry_arith_compute_egcd() local
481 dest_u = lookup_handle(HT_BIGINT, params[1].value.a); in ta_entry_arith_compute_egcd()
482 if (!dest_u) in ta_entry_arith_compute_egcd()
491 TEE_BigIntComputeExtendedGcd(dest_gcd, dest_u, dest_v, op1, op2); in ta_entry_arith_compute_egcd()