Searched defs:EVP_PKEY_get0_RSA (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c74 #define EVP_PKEY_get0_RSA(x) x->pkey.rsa macro
1482 RSA *rsa = EVP_PKEY_get0_RSA(pkey);
1801 RSA *rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(pkey));

Completed in 19 milliseconds