Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dsimple.c508 BIGNUM *Z, *Z_1, *Z_2, *Z_3; in ec_GFp_simple_point_get_affine_coordinates() local
529 Z_3 = BN_CTX_get(ctx); in ec_GFp_simple_point_get_affine_coordinates()
530 if (Z_3 == NULL) { in ec_GFp_simple_point_get_affine_coordinates()
586 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
589 } else if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
595 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()