Home
last modified time | relevance | path

Searched refs:pkey_is_pss (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_local.h151 #define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS) macro
H A Drsa_ameth.c311 if (BIO_printf(bp, "%s ", pkey_is_pss(pkey) ? "RSA-PSS" : "RSA") <= 0) in pkey_rsa_print()
379 if (pkey_is_pss(pkey) && !rsa_pss_param_print(bp, 1, x->pss, off)) in pkey_rsa_print()

Completed in 9 milliseconds