Home
last modified time | relevance | path

Searched refs:EVP_EC_gen (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEC_KEY_new.pod5 EVP_EC_gen,
24 EVP_PKEY *EVP_EC_gen(const char *curve);
71 EVP_EC_gen() generates a new EC key pair on the given I<curve>.
74 Applications should instead use EVP_EC_gen(), L<EVP_PKEY_Q_keygen(3)>, or
232 EVP_EC_gen() was added in OpenSSL 3.0.
H A DEVP_PKEY_keygen.pod221 L<EVP_RSA_gen(3)>, L<EVP_EC_gen(3)>,
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-EC.pod242 pkey = EVP_EC_gen("P-256");
296 L<EVP_EC_gen(3)>,
H A Dossl-guide-migration.pod1167 common cases: <EVP_RSA_gen(3)> and L<EVP_EC_gen(3)> may also be used.
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1570 # define EVP_EC_gen(curve) \ macro
/freebsd/crypto/openssl/util/
H A Dother.syms393 EVP_EC_gen define
/freebsd/crypto/openssl/test/
H A Dectest.c3093 if (!TEST_ptr(gen_key = EVP_EC_gen("P-256"))) in ec_d2i_publickey_test()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2652 ecdh->pkey = EVP_EC_gen(name); in crypto_ecdh_init()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1868 MLINKS+= EC_KEY_new.3 EVP_EC_gen.3
/freebsd/crypto/openssl/
H A DCHANGES.md2682 and macros for the most common cases: <EVP_RSA_gen(3)> and L<EVP_EC_gen(3)>.