Searched refs:Z6 (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 964 BIGNUM *rh, *tmp, *Z4, *Z6; in ossl_ec_GFp_simple_is_on_curve() local 984 Z6 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_is_on_curve() 985 if (Z6 == NULL) in ossl_ec_GFp_simple_is_on_curve() 1007 if (!field_mul(group, Z6, Z4, tmp, ctx)) in ossl_ec_GFp_simple_is_on_curve() 1030 if (!field_mul(group, tmp, group->b, Z6, ctx)) in ossl_ec_GFp_simple_is_on_curve()
|
Completed in 66 milliseconds