pkey_is_pss
if (BIO_printf(bp, "%s ", pkey_is_pss(pkey) ? "RSA-PSS" : "RSA") <= 0)
if (pkey_is_pss(pkey) && !rsa_pss_param_print(bp, 1, x->pss, off))