Searched refs:RSA_get0_crt_params (Results 1 – 3 of 3) sorted by relevance
109 OPENSSL_EXPORT void RSA_get0_crt_params(const RSA *rsa, const BIGNUM **out_dmp1,
195 void RSA_get0_crt_params(const RSA *rsa, const BIGNUM **out_dmp1, in RSA_get0_crt_params() function
2484 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); in get_cert_chain()