Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_smpl.c507 BIGNUM *Z, *Z_1, *Z_2, *Z_3; in ossl_ec_GFp_simple_point_get_affine_coordinates() local
526 Z_3 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_point_get_affine_coordinates()
527 if (Z_3 == NULL) in ossl_ec_GFp_simple_point_get_affine_coordinates()
589 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates()
592 if (!BN_mod_mul(Z_3, Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates()
600 if (!group->meth->field_mul(group, y, point->Y, Z_3, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates()

Completed in 6 milliseconds