Searched refs:RSA_get0_factors (Results 1 – 1 of 1) sorted by relevance
584 static void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors() function3779 RSA_get0_factors(rsa, &p, &q); in php_openssl_is_private_key()4348 RSA_get0_factors(rsa, &p, &q); in PHP_FUNCTION()
Completed in 17 milliseconds