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 D | ec_lib.c | 1188 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 D | ec_local.h | 183 int (*field_inverse_mod_ord)(const EC_GROUP *, BIGNUM *r, member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ec_lib.c | 1297 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 D | ec_local.h | 187 int (*field_inverse_mod_ord)(const EC_GROUP *, BIGNUM *r, member
|