Searched refs:EVP_PKEY_get1_RSA (Results 1 – 13 of 13) sorted by relevance
38 RSA* client_pub_rsa = EVP_PKEY_get1_RSA(client_pkey); in GetAlpha()48 RSA* server_pub_rsa = EVP_PKEY_get1_RSA(server_pkey); in GetAlpha()
139 RSA* rsa = EVP_PKEY_get1_RSA(pkey); in TEST()
75 bssl::UniquePtr<RSA> rsa(EVP_PKEY_get1_RSA(key_.get())); in Copy()
142 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
175 if (!(pubkey = EVP_PKEY_get1_RSA(key))) { in main()
236 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) { in EVP_PKEY_get1_RSA() function
418 bssl::UniquePtr<RSA> rsa(EVP_PKEY_get1_RSA(pkey.get())); in TEST()
231 key = EVP_PKEY_get1_RSA(pkey); in d2i_RSA_PUBKEY()
148 OPENSSL_EXPORT RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
405 rsa = EVP_PKEY_get1_RSA(pkey); in generate_csr()
843 RSA *rsa = EVP_PKEY_get1_RSA(priv_key); in cert_stuff()
1376 bssl::UniquePtr<RSA> rsa(EVP_PKEY_get1_RSA(pkey)); in NativeCrypto_RSA_size()1400 bssl::UniquePtr<RSA> rsa(EVP_PKEY_get1_RSA(pkey)); in RSA_crypt_operation()1476 bssl::UniquePtr<RSA> rsa(EVP_PKEY_get1_RSA(pkey)); in NativeCrypto_get_RSA_public_params()1514 bssl::UniquePtr<RSA> rsa(EVP_PKEY_get1_RSA(pkey)); in NativeCrypto_get_RSA_private_params()
2066 rsa = EVP_PKEY_get1_RSA(pk); in tls_verify_cb()