Home
last modified time | relevance | path

Searched refs:RSA_get0_factors (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dcompat.h27 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q);
H A Dcompat.c117 RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors() function
H A Dopenssl_spi.c4122 RSA_get0_factors(rsa, &p, &q); in exportRawRSAKey()