Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_montgomery.c234 BIGNUM *Z_3 = BN_CTX_get(ctx); in ec_GFp_mont_point_get_affine_coordinates() local
237 Z_3 == NULL) { in ec_GFp_mont_point_get_affine_coordinates()
278 if (!BN_mod_mul_montgomery(Z_3, Z_2, Z_1, group->mont, ctx) || in ec_GFp_mont_point_get_affine_coordinates()
279 !BN_mod_mul_montgomery(y, &point->Y, Z_3, group->mont, ctx)) { in ec_GFp_mont_point_get_affine_coordinates()