Home
last modified time | relevance | path

Searched refs:EC_GROUP_new (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEC_GFp_simple_method.pod33 When constructing a curve using EC_GROUP_new (see L<EC_GROUP_new(3)>) an
44 EC_GROUP_new_by_curve_name as described in L<EC_GROUP_new(3)>).
61 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
H A DEC_GROUP_new.pod11 EC_GROUP_new,
65 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
97 a new curve can be constructed by calling EC_GROUP_new(), using the
147 shortcuts for calling EC_GROUP_new() and then the EC_GROUP_set_curve() function.
195 All EC_GROUP_new* functions return a pointer to the newly constructed group, or
221 EC_GROUP_new() was deprecated in OpenSSL 3.0.
H A DECPKParameters_print.pod38 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
H A DEC_KEY_get_enc_flags.pod43 L<crypto(7)>, L<EC_GROUP_new(3)>,
H A DEC_KEY_new.pod98 See L<EC_GROUP_new(3)> for a description of curve names.
223 L<crypto(7)>, L<EC_GROUP_new(3)>,
H A DEC_POINT_add.pod81 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
H A DEC_GROUP_copy.pod99 (see L<EC_GROUP_new(3)>). If a curve does not have a NID associated with it, then EC_GROUP_get_curv…
243 L<crypto(7)>, L<EC_GROUP_new(3)>,
H A DEC_POINT_new.pod250 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
/freebsd/crypto/openssl/test/
H A Dec_internal_test.c86 || !TEST_ptr(group = EC_GROUP_new(meth)) in field_tests()
355 grp = EC_GROUP_new(EC_GFp_simple_method()); in decoded_flag_test()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile147 MAN+= EC_GROUP_new.3
1624 MLINKS+= EC_GROUP_new.3 EC_GROUP_clear_free.3
1625 MLINKS+= EC_GROUP_new.3 EC_GROUP_free.3
1626 MLINKS+= EC_GROUP_new.3 EC_GROUP_get_curve.3
1627 MLINKS+= EC_GROUP_new.3 EC_GROUP_get_curve_GF2m.3
1628 MLINKS+= EC_GROUP_new.3 EC_GROUP_get_curve_GFp.3
1629 MLINKS+= EC_GROUP_new.3 EC_GROUP_get_ecparameters.3
1630 MLINKS+= EC_GROUP_new.3 EC_GROUP_get_ecpkparameters.3
1631 MLINKS+= EC_GROUP_new.3 EC_GROUP_new_by_curve_name.3
1632 MLINKS+= EC_GROUP_new.3 EC_GROUP_new_by_curve_name_ex.3
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dec.h174 OSSL_DEPRECATEDIN_3_0 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
/freebsd/crypto/openssl/crypto/ec/
H A Dec_lib.c79 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth) in EC_GROUP_new() function
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod735 L<EC_GROUP_new(3)>
1584 EC_GROUP_new(), EC_GROUP_method_of(), EC_POINT_method_of()
1588 Users of EC_GROUP_new() should switch to a different suitable constructor.
/freebsd/crypto/openssl/doc/
H A Dbuild.info1062 DEPEND[html/man3/EC_GROUP_new.html]=man3/EC_GROUP_new.pod
1063 GENERATE[html/man3/EC_GROUP_new.html]=man3/EC_GROUP_new.pod
1064 DEPEND[man/man3/EC_GROUP_new.3]=man3/EC_GROUP_new.pod
1065 GENERATE[man/man3/EC_GROUP_new.3]=man3/EC_GROUP_new.pod
3333 html/man3/EC_GROUP_new.html \
4010 man/man3/EC_GROUP_new.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map1113 EC_GROUP_new;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1199 EC_GROUP_new 1227 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/freebsd/crypto/openssl/
H A DCHANGES.md3361 * Deprecated EC_GROUP_new(), EC_GROUP_method_of(), and EC_POINT_method_of().