/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_keygen.pod | 5 EVP_PKEY_Q_keygen, 18 EVP_PKEY *EVP_PKEY_Q_keygen(OSSL_LIB_CTX *libctx, const char *propq, 94 EVP_PKEY_Q_keygen() abstracts from the explicit use of B<EVP_PKEY_CTX> while 113 EVP_PKEY_Q_keygen() returns an B<EVP_PKEY>, or NULL on failure. 225 EVP_PKEY_Q_keygen() and EVP_PKEY_generate() were added in OpenSSL 3.0.
|
H A D | RSA_generate_key.pod | 34 Applications should instead use EVP_RSA_gen(), L<EVP_PKEY_Q_keygen(3)>, or 106 L<EVP_PKEY_Q_keygen(3)>
|
H A D | EC_KEY_new.pod | 74 Applications should instead use EVP_EC_gen(), L<EVP_PKEY_Q_keygen(3)>, or 222 L<EVP_PKEY_Q_keygen(3)>
|
/freebsd/crypto/openssl/demos/keyexch/ |
H A D | x25519.c | 78 local_peer->privk = EVP_PKEY_Q_keygen(libctx, propq, "X25519"); in keyexch_x25519_before()
|
/freebsd/crypto/openssl/demos/pkey/ |
H A D | EVP_PKEY_RSA_keygen.c | 113 pkey = EVP_PKEY_Q_keygen(libctx, propq, "RSA", (size_t)bits); in generate_rsa_key_short()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 400 ret = TEST_ptr(key = EVP_PKEY_Q_keygen(mainctx, NULL, "EC", "P-256")) in test_ec_tofrom_data_select() 411 ret = TEST_ptr(key = EVP_PKEY_Q_keygen(mainctx, NULL, "X25519")) in test_ecx_tofrom_data_select() 424 ret = TEST_ptr(key = EVP_PKEY_Q_keygen(mainctx, NULL, "SM2")) in test_sm2_tofrom_data_select()
|
H A D | acvp_test.c | 126 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", tst->curve_name)) in ecdsa_keygen_test() 256 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", tst->curve_name))) in ecdsa_siggen_test() 1180 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", tst->mod)) in rsa_siggen_test() 1254 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", (size_t)2048)) in rsa_decryption_primitive_test()
|
H A D | threadstest.c | 361 pkey = EVP_PKEY_Q_keygen(multi_libctx, NULL, "RSA", (size_t)(isfips ? 2048 : 512)); in thread_general_worker()
|
H A D | evp_libctx_test.c | 504 if (!TEST_ptr(*priv = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", (size_t)bits)) in rsa_keygen()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-X25519.pod | 87 pkey = EVP_PKEY_Q_keygen(NULL, NULL, "X25519");
|
H A D | crypto.pod | 528 using the EVP APIs (for example see L<EVP_PKEY_Q_keygen(3)>). However it is often
|
H A D | migration_guide.pod | 905 L<EVP_PKEY_Q_keygen(3)> 1135 The 'quick' one-shot function L<EVP_PKEY_Q_keygen(3)> and macros for the most
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | rsa.h | 249 EVP_PKEY_Q_keygen(NULL, NULL, "RSA", (size_t)(0 + (bits)))
|
H A D | ec.h | 1552 EVP_PKEY_Q_keygen(NULL, NULL, "EC", (char *)(strstr(curve, "")))
|
H A D | evp.h | 1974 EVP_PKEY *EVP_PKEY_Q_keygen(OSSL_LIB_CTX *libctx, const char *propq,
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 1183 EVP_PKEY *EVP_PKEY_Q_keygen(OSSL_LIB_CTX *libctx, const char *propq, in EVP_PKEY_Q_keygen() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4691 EVP_PKEY_Q_keygen;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2087 MLINKS+= EVP_PKEY_keygen.3 EVP_PKEY_Q_keygen.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4959 EVP_PKEY_Q_keygen 5087 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1414 The 'quick' one-shot (yet somewhat limited) function L<EVP_PKEY_Q_keygen(3)>
|