Searched refs:EC_POINTs_make_affine (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
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… 24 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, 44 The functions EC_POINT_make_affine and EC_POINTs_make_affine force the internal representation of t… 45 co-ordinate system. In the case of EC_POINTs_make_affine the value B<num> provides the number of po… 67 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m… 85 EC_POINT_make_affine(), EC_POINTs_make_affine(), EC_POINTs_mul(),
|
/openssl-master/include/openssl/ |
A D | ec.h | 844 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
|
/openssl-master/crypto/ec/ |
A D | ec_lib.c | 1042 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, in EC_POINTs_make_affine() function
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1631 EC_POINT_make_affine(), EC_POINTs_make_affine()
|
/openssl-master/util/ |
A D | libcrypto.num | 839 EC_POINTs_make_affine 861 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
/openssl-master/ |
A D | CHANGES.md | 640 * Deprecated EC_POINT_make_affine() and EC_POINTs_make_affine().
|
Completed in 39 milliseconds