/third_party/openssl/crypto/rsa/ |
D | rsa_pmeth.c | 115 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/ |
D | rsa_pmeth.c | 115 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/ |
D | EVP_PKEY_set1_RSA.pod | 7 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,
|
D | EVP_PKEY_set_type.pod | 55 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/ |
D | p_legacy.c | 43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
|
D | ctrl_params_translate.c | 1791 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/ |
D | p_legacy.c | 43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
|
D | ctrl_params_translate.c | 1788 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/ |
D | i2d_evp.c | 136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | i2d_evp.c | 136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | wpa_evp_key.c | 162 const RSA *public_rsa = EVP_PKEY_get0_RSA(pub_key); in GET_EVP_PKEY()
|
/third_party/node/src/crypto/ |
D | crypto_rsa.cc | 375 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/ |
D | EVP_PKEY.pod | 67 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/ |
D | pem_info.c | 290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
|
D | pvkfmt.c | 561 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/ |
D | pem_info.c | 290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
|
D | pvkfmt.c | 561 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/ |
D | rsa.c | 97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
|
/third_party/openssl/apps/ |
D | rsa.c | 97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
|
/third_party/openssl/test/ |
D | threadstest.c | 442 if (EVP_PKEY_get0_RSA(shared_evp_pkey) == NULL) in thread_downgrade_shared_evp_pkey()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 408 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/ |
D | evp.h | 1017 struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1346 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | evp.h | 1346 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 525 rsa = EVP_PKEY_get0_RSA(pubkey); in Curl_ossl_certchain()
|