Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_add.pod5 …finity, EC_POINT_is_on_curve, EC_POINT_cmp, EC_POINT_make_affine, EC_POINTs_make_affine, EC_POINTs…
26 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
46 The functions EC_POINT_make_affine and EC_POINTs_make_affine force the internal representation of t…
47 coordinate system. In the case of EC_POINTs_make_affine the value B<num> provides the number of poi…
69 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
87 EC_POINT_make_affine(), EC_POINTs_make_affine(), EC_POINTs_mul(),
/freebsd/crypto/openssl/include/openssl/
H A Dec.h846 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
/freebsd/crypto/openssl/crypto/ec/
H A Dec_lib.c1042 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, in EC_POINTs_make_affine() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map1211 EC_POINTs_make_affine;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1688 EC_POINT_make_affine(), EC_POINTs_make_affine()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1513 MLINKS+= EC_POINT_add.3 EC_POINTs_make_affine.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num839 EC_POINTs_make_affine 861 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/freebsd/crypto/openssl/
H A DCHANGES.md1588 * Deprecated EC_POINT_make_affine() and EC_POINTs_make_affine().