RSA_check_key_ex
return RSA_check_key_ex(pkey->pkey.rsa, NULL);
return RSA_check_key_ex(key, NULL);
OSSL_DEPRECATEDIN_3_0 int RSA_check_key_ex(const RSA *, BN_GENCB *cb);
if (!TEST_true(RSA_check_key_ex(key, NULL)))