Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get0_RSA (Results 1 – 15 of 15) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod7 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
44 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
103 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() and
121 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() or
151 The keys returned from the functions EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(),
217 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
223 The return value from EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH,
H A DEVP_PKEY_set_type.pod55 L<EVP_PKEY_assign(3)>, L<EVP_PKEY_get_id(3)>, L<EVP_PKEY_get0_RSA(3)>,
/openssl/crypto/rsa/
H A Drsa_pmeth.c119 OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pk->pkey)))) == NULL) in setup_tbuf()
146 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_sign()
223 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verifyrecover()
274 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verify()
338 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_encrypt()
372 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_decrypt()
877 rsa = EVP_PKEY_get0_RSA(ctx->pkey); in pkey_pss_init()
/openssl/crypto/evp/
H A Dp_legacy.c43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
H A Dctrl_params_translate.c1848 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n()
1862 bn = RSA_get0_e(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_e()
1876 bn = RSA_get0_d(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_d()
1886 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_factor()
1916 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_exponent()
1946 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_coefficient()
/openssl/crypto/asn1/
H A Di2d_evp.c135 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
/openssl/crypto/pem/
H A Dpem_info.c290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
H A Dpvkfmt.c574 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic); in do_i2b()
610 write_rsa(&p, EVP_PKEY_get0_RSA(pk), ispub); in do_i2b()
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod67 be extracted with functions like L<EVP_PKEY_get0_RSA(3)> and then
70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached
/openssl/apps/
H A Drsa.c97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
/openssl/test/
H A Dthreadstest.c1002 if (EVP_PKEY_get0_RSA(shared_evp_pkey) == NULL) in thread_downgrade_shared_evp_pkey()
/openssl/doc/man7/
H A Dossl-guide-migration.pod446 Functions such as L<EVP_PKEY_get0_RSA(3)> behave slightly differently in
461 L<EVP_PKEY_get0_RSA(3)>, L<EVP_PKEY_get0_DSA(3)>, L<EVP_PKEY_get0_EC_KEY(3)> and
1814 EVP_PKEY_get0_DH(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_RSA(),
/openssl/include/openssl/
H A Devp.h1364 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
/openssl/util/
H A Dlibcrypto.num2946 EVP_PKEY_get0_RSA 3011 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl/
H A DCHANGES.md2169 * The deprecated functions EVP_PKEY_get0_RSA(),

Completed in 135 milliseconds