Home
last modified time | relevance | path

Searched refs:EVP_PKEY_assign_RSA (Results 1 – 18 of 18) sorted by relevance

/openssl/ssl/
H A Dssl_rsa_legacy.c32 if (EVP_PKEY_assign_RSA(pkey, rsa) <= 0) { in SSL_use_RSAPrivateKey()
119 if (EVP_PKEY_assign_RSA(pkey, rsa) <= 0) { in SSL_CTX_use_RSAPrivateKey()
/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod8 EVP_PKEY_assign_RSA, EVP_PKEY_assign_DSA, EVP_PKEY_assign_DH,
50 int EVP_PKEY_assign_RSA(EVP_PKEY *pkey, RSA *key);
84 EVP_PKEY_assign_RSA(), EVP_PKEY_assign_DSA(), EVP_PKEY_assign_DH(),
168 EVP_PKEY_assign_RSA(), EVP_PKEY_assign_DSA(), EVP_PKEY_assign_DH(),
196 EVP_PKEY_assign_RSA(), EVP_PKEY_assign_DSA(), EVP_PKEY_assign_DH(),
218 EVP_PKEY_assign_RSA, EVP_PKEY_assign_DSA, EVP_PKEY_assign_DH,
H A DEVP_PKEY_get_default_digest_nid.pod30 been loaded from engines, or created with L<EVP_PKEY_assign_RSA(3)> or
/openssl/crypto/evp/
H A Dp_legacy.c27 int ret = EVP_PKEY_assign_RSA(pkey, key); in EVP_PKEY_set1_RSA()
/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod90 B<EVP_PKEY> with EVP_PKEY_assign_RSA() and similar functions.
94 L<EVP_PKEY_ASN1_METHOD(3)>, L<EVP_PKEY_assign_RSA(3)>
/openssl/fuzz/
H A Ddtlsserver.c635 EVP_PKEY_assign_RSA(pkey, privkey); in FuzzerTestOneInput()
H A Dserver.c555 EVP_PKEY_assign_RSA(pkey, privkey); in FuzzerTestOneInput()
/openssl/test/
H A Dkeymgmt_internal_test.c217 || !TEST_true(EVP_PKEY_assign_RSA(pk, rsa))) in test_pass_rsa()
H A Drsa_test.c500 && TEST_true(EVP_PKEY_assign_RSA(pkey, rsa)) in test_EVP_rsa_legacy_key()
H A Denginetest.c236 if (rsa == NULL || pk == NULL || !EVP_PKEY_assign_RSA(pk, rsa)) { in get_test_pkey()
H A Devp_extra_test2.c1222 || !TEST_true(EVP_PKEY_assign_RSA(pkey, rsa)) in test_pkey_export()
H A Devp_extra_test.c1586 || !TEST_int_gt(EVP_PKEY_assign_RSA(pkey, rsa), 0)) in test_EVP_PKEY_sign_with_app_method()
3403 if (!TEST_true(EVP_PKEY_assign_RSA(pkey, rsa))) in test_RSA_legacy()
/openssl/crypto/rsa/
H A Drsa_ameth.c908 ok = EVP_PKEY_assign_RSA(pkey, rsa); in rsa_int_import_from()
/openssl/util/
H A Dother.syms368 EVP_PKEY_assign_RSA define
/openssl/crypto/x509/
H A Dx_pubkey.c638 (void)EVP_PKEY_assign_RSA(pktmp, (RSA *)a); in i2d_RSA_PUBKEY()
/openssl/engines/
H A De_capi.c723 EVP_PKEY_assign_RSA(ret, rkey); in capi_get_pkey()
/openssl/include/openssl/
H A Devp.h502 # define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ macro
/openssl/doc/man7/
H A Dossl-guide-migration.pod451 example using a function or macro such as L<EVP_PKEY_assign_RSA(3)>,

Completed in 73 milliseconds