Home
last modified time | relevance | path

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

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