Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_lib.c1188 if (group->meth->field_inverse_mod_ord != NULL) in ec_group_do_inverse_ord()
1189 return group->meth->field_inverse_mod_ord(group, res, x, ctx); in ec_group_do_inverse_ord()
H A Dec_local.h183 int (*field_inverse_mod_ord)(const EC_GROUP *, BIGNUM *r, member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_lib.c1297 if (group->meth->field_inverse_mod_ord != NULL) in ossl_ec_group_do_inverse_ord()
1298 return group->meth->field_inverse_mod_ord(group, res, x, ctx); in ossl_ec_group_do_inverse_ord()
H A Dec_local.h187 int (*field_inverse_mod_ord)(const EC_GROUP *, BIGNUM *r, member