Searched refs:EC_POINTs_make_affine (Results 1 – 6 of 6) sorted by relevance
/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(),
|
/openssl/include/openssl/ |
H A D | ec.h | 865 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
|
/openssl/crypto/ec/ |
H A D | ec_lib.c | 1044 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, in EC_POINTs_make_affine() function
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1709 EC_POINT_make_affine(), EC_POINTs_make_affine()
|
/openssl/util/ |
H A D | libcrypto.num | 839 EC_POINTs_make_affine 861 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
/openssl/ |
H A D | CHANGES.md | 2567 * Deprecated EC_POINT_make_affine() and EC_POINTs_make_affine().
|
Completed in 72 milliseconds