Home
last modified time | relevance | path

Searched refs:EC_POINTs_make_affine (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DEC_POINT_add.pod5 …finity, EC_POINT_is_on_curve, EC_POINT_cmp, EC_POINT_make_affine, EC_POINTs_make_affine, EC_POINTs…
19 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
42 The functions EC_POINT_make_affine and EC_POINTs_make_affine force the internal representation of t…
43 co-ordinate system. In the case of EC_POINTs_make_affine the value B<num> provides the number of po…
61 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_mult.c708 if (!EC_POINTs_make_affine(group, num_val, val, ctx)) in ec_wNAF_mul()
943 if (!EC_POINTs_make_affine(group, num, points, ctx)) in ec_wNAF_precompute_mult()
Dec_lib.c979 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, in EC_POINTs_make_affine() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dec.h728 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map1213 EC_POINTs_make_affine;
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt615 EC_F_EC_POINTS_MAKE_AFFINE:136:EC_POINTs_make_affine
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1227 MLINKS+= EC_POINT_add.3 EC_POINTs_make_affine.3