Searched refs:dest_v (Results 1 – 1 of 1) sorted by relevance
475 TEE_BigInt *dest_v = NULL; in ta_entry_arith_compute_egcd() local486 dest_v = lookup_handle(HT_BIGINT, params[1].value.b); in ta_entry_arith_compute_egcd()487 if (!dest_v) in ta_entry_arith_compute_egcd()491 TEE_BigIntComputeExtendedGcd(dest_gcd, dest_u, dest_v, op1, op2); in ta_entry_arith_compute_egcd()