Searched refs:EC_POINTs_make_affine (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_POINT_add.pod | 5 …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 D | ec.h | 846 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_lib.c | 1042 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, in EC_POINTs_make_affine() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1211 EC_POINTs_make_affine;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1688 EC_POINT_make_affine(), EC_POINTs_make_affine()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1513 MLINKS+= EC_POINT_add.3 EC_POINTs_make_affine.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 839 EC_POINTs_make_affine 861 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1588 * Deprecated EC_POINT_make_affine() and EC_POINTs_make_affine().
|