Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/rsa/
Drsa_pmeth.c115 OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pk->pkey)))) == NULL) { in setup_tbuf()
144 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_sign()
214 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verifyrecover()
265 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verify()
323 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_encrypt()
356 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_decrypt()
838 rsa = EVP_PKEY_get0_RSA(ctx->pkey); in pkey_pss_init()
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_pmeth.c115 OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pk->pkey)))) == NULL) { in setup_tbuf()
144 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_sign()
214 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verifyrecover()
265 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verify()
323 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_encrypt()
356 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_decrypt()
842 rsa = EVP_PKEY_get0_RSA(ctx->pkey); in pkey_pss_init()
/third_party/openssl/doc/man3/
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,
DEVP_PKEY_set_type.pod55 L<EVP_PKEY_assign(3)>, L<EVP_PKEY_get_id(3)>, L<EVP_PKEY_get0_RSA(3)>,
/third_party/node/deps/openssl/openssl/crypto/evp/
Dp_legacy.c43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
Dctrl_params_translate.c1791 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n()
1804 bn = RSA_get0_e(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_e()
1817 bn = RSA_get0_d(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_d()
1827 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_factor()
1857 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_exponent()
1887 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_coefficient()
/third_party/openssl/crypto/evp/
Dp_legacy.c43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
Dctrl_params_translate.c1788 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n()
1801 bn = RSA_get0_e(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_e()
1814 bn = RSA_get0_d(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_d()
1824 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_factor()
1854 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_exponent()
1884 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_coefficient()
/third_party/openssl/crypto/asn1/
Di2d_evp.c136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Di2d_evp.c136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_evp_key.c162 const RSA *public_rsa = EVP_PKEY_get0_RSA(pub_key); in GET_EVP_PKEY()
/third_party/node/src/crypto/
Dcrypto_rsa.cc375 rsa = EVP_PKEY_get0_RSA(m_pkey.get()); in ExportJWKRsaKey()
524 rsa = EVP_PKEY_get0_RSA(m_pkey.get()); in GetRsaKeyDetail()
/third_party/openssl/doc/internal/man7/
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
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpem_info.c290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
Dpvkfmt.c561 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic); in do_i2b()
598 write_rsa(&p, EVP_PKEY_get0_RSA(pk), ispub); in do_i2b()
/third_party/openssl/crypto/pem/
Dpem_info.c290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
Dpvkfmt.c561 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic); in do_i2b()
598 write_rsa(&p, EVP_PKEY_get0_RSA(pk), ispub); in do_i2b()
/third_party/node/deps/openssl/openssl/apps/
Drsa.c97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
/third_party/openssl/apps/
Drsa.c97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
/third_party/openssl/test/
Dthreadstest.c442 if (EVP_PKEY_get0_RSA(shared_evp_pkey) == NULL) in thread_downgrade_shared_evp_pkey()
/third_party/openssl/doc/man7/
Dmigration_guide.pod408 Functions such as L<EVP_PKEY_get0_RSA(3)> behave slightly differently in
423 L<EVP_PKEY_get0_RSA(3)>, L<EVP_PKEY_get0_DSA(3)>, L<EVP_PKEY_get0_EC_KEY(3)> and
1769 EVP_PKEY_get0_DH(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_RSA(),
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1017 struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
/third_party/openssl/include/openssl/
Devp.h1346 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h1346 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
/third_party/curl/lib/vtls/
Dopenssl.c525 rsa = EVP_PKEY_get0_RSA(pubkey); in Curl_ossl_certchain()

12