Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dcompat.h25 void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e,
H A Dcompat.c106 RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() function
H A Dopenssl_spi.c4121 RSA_get0_key(rsa, &n, &e, &d); in exportRawRSAKey()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4648 RSA_get0_key(rsa, &rsan, NULL, NULL); in pkinit_find_private_key()