Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/ec/
HDecp_smpl.c556 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()
HDec_local.h162 int (*field_inv) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
HDec2_smpl.c812 || !group->meth->field_inv(group, t2, t2, ctx) in ec_GF2m_simple_ladder_post()
/freebsd-13-stable/crypto/openssl/
HDCHANGES850 a new dedicated field_inv() pointer in EC_METHOD.