Searched refs:field_inv (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/ec/ |
| HD | ecp_smpl.c | 556 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ec_GFp_simple_point_get_affine_coordinates() 1268 if (!group->meth->field_inv(group, tmp, prod_Z[num - 1], ctx)) { in ec_GFp_simple_points_make_affine() 1695 || !group->meth->field_inv(group, t1, t1, ctx) in ec_GFp_simple_ladder_post()
|
| HD | ec_local.h | 162 int (*field_inv) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
|
| HD | ec2_smpl.c | 812 || !group->meth->field_inv(group, t2, t2, ctx) in ec_GF2m_simple_ladder_post()
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 850 a new dedicated field_inv() pointer in EC_METHOD.
|