Searched refs:points_make_affine (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_mult.c | 701 if (group->meth->points_make_affine == NULL in ossl_ec_wNAF_mul() 702 || !group->meth->points_make_affine(group, num_val, val, ctx)) in ossl_ec_wNAF_mul() 939 if (group->meth->points_make_affine == NULL in ossl_ec_wNAF_precompute_mult() 940 || !group->meth->points_make_affine(group, num, points, ctx)) in ossl_ec_wNAF_precompute_mult()
|
| H A D | ec_lib.c | 1049 if (group->meth->points_make_affine == 0) { in EC_POINTs_make_affine() 1059 return group->meth->points_make_affine(group, num, points, ctx); in EC_POINTs_make_affine()
|
| H A D | ec_local.h | 111 int (*points_make_affine)(const EC_GROUP *, size_t num, EC_POINT *[], member
|