Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dcompat.h73 RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
H A Dcompat.c439 EVP_PKEY_get0_RSA(EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
H A Dopenssl_spi.c1410 if ((rsa = EVP_PKEY_get0_RSA(pkey)) != NULL) { in ssl_write_key()
1425 if ((rsa = EVP_PKEY_get0_RSA(pkey)) != NULL) { in ssl_write_key()
2093 if ((rsa = EVP_PKEY_get0_RSA(pkey)) != NULL) { in OpenSSL_CertGetPrintable()
2864 if (EVP_PKEY_get0_RSA(pkey) != NULL) in fetch_key()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4647 rsa = EVP_PKEY_get0_RSA(priv); in pkinit_find_private_key()