Searched refs:field_inv (Results 1 – 3 of 3) sorted by relevance
| /crypto/ec/ |
| A D | ecp_smpl.c | 561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 1274 if (!group->meth->field_inv(group, tmp, prod_Z[num - 1], ctx)) { in ossl_ec_GFp_simple_points_make_affine() 1702 || !group->meth->field_inv(group, t1, t1, ctx) in ossl_ec_GFp_simple_ladder_post()
|
| A D | ec_local.h | 158 int (*field_inv) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
|
| A D | ec2_smpl.c | 845 || !group->meth->field_inv(group, t2, t2, ctx) in ec_GF2m_simple_ladder_post()
|
Completed in 15 milliseconds