/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A 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/crypto/rsa/ |
H A 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/evp/ |
H A D | p_legacy.c | 43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
|
H A D | ctrl_params_translate.c | 1792 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n() 1806 bn = RSA_get0_e(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_e() 1820 bn = RSA_get0_d(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_d() 1830 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_factor() 1860 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_exponent() 1890 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_coefficient()
|
/third_party/openssl/crypto/evp/ |
H A D | p_legacy.c | 43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
|
H A 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/node/deps/openssl/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
|
/third_party/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
|
/third_party/node/src/crypto/ |
H A 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/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_info.c | 290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
|
H A 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/ |
H A D | rsa.c | 97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
|
/third_party/openssl/apps/ |
H A D | rsa.c | 97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_info.c | 290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
|
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_evp_key.c | 237 const RSA *public_rsa = EVP_PKEY_get0_RSA(pub_key);
in GET_EVP_PKEY()
|
/third_party/openssl/test/ |
H A D | threadstest.c | 442 if (EVP_PKEY_get0_RSA(shared_evp_pkey) == NULL) in thread_downgrade_shared_evp_pkey()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1017 struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1348 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1346 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 532 rsa = EVP_PKEY_get0_RSA(pubkey); in Curl_ossl_certchain()
|