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 D | compat.h | 25 void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e,
|
H A D | compat.c | 106 RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() function
|
H A D | openssl_spi.c | 4121 RSA_get0_key(rsa, &n, &e, &d); in exportRawRSAKey()
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4648 RSA_get0_key(rsa, &rsan, NULL, NULL); in pkinit_find_private_key()
|