ossl_rsa_sp800_56b_check_private
return ossl_rsa_sp800_56b_check_private(key);
int ossl_rsa_sp800_56b_check_private(const RSA *rsa);
&& TEST_true(ossl_rsa_sp800_56b_check_private(key))
&& TEST_false(ossl_rsa_sp800_56b_check_private(key))
ret = TEST_true(ossl_rsa_sp800_56b_check_private(key))
&& TEST_false(ossl_rsa_sp800_56b_check_private(key))
&& TEST_false(ossl_rsa_sp800_56b_check_private(key));