Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/test/
HDec_internal_test.c30 if (group->meth->field_inv == NULL || group->meth->field_mul == NULL) in group_field_tests()
38 || !TEST_true(group->meth->field_inv(group, b, BN_value_one(), ctx)) in group_field_tests()
43 || !TEST_true(group->meth->field_inv(group, b, a, ctx)) in group_field_tests()
56 if (!TEST_false(group->meth->field_inv(group, b, a, ctx)) in group_field_tests()
61 || !TEST_false(group->meth->field_inv(group, b, group->field, ctx)) in group_field_tests()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDecp_smpl.c561 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()
HDec_local.h158 int (*field_inv) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
HDec2_smpl.c845 || !group->meth->field_inv(group, t2, t2, ctx) in ec_GF2m_simple_ladder_post()
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md2282 a new dedicated field_inv() pointer in EC_METHOD.
3637 a new dedicated field_inv() pointer in EC_METHOD.