Searched refs:Z_1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 507 BIGNUM *Z, *Z_1, *Z_2, *Z_3; in ossl_ec_GFp_simple_point_get_affine_coordinates() local 524 Z_1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_point_get_affine_coordinates() 561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 568 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 571 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) 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()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 1466 >>>&0 regex [A-Z_1-2]{4,11} %s
|