Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dsimple.c462 BIGNUM *Z, *Z_1, *Z_2, *Z_3; in ec_GFp_simple_point_get_affine_coordinates() local
481 Z_2 = BN_CTX_get(ctx); in ec_GFp_simple_point_get_affine_coordinates()
483 if (Z == NULL || Z_1 == NULL || Z_2 == NULL || Z_3 == NULL) { in ec_GFp_simple_point_get_affine_coordinates()
522 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
525 } else if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
531 if (x != NULL && !group->meth->field_mul(group, x, &point->X, Z_2, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
538 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
541 } else if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()