Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_ameth.c231 static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, in rsa_pss_param_print() argument
239 if (pss_key) { in rsa_pss_param_print()
255 if (pss_key) in rsa_pss_param_print()
296 if (BIO_printf(bp, "%s Salt Length: 0x", pss_key ? "Minimum" : "") <= 0) in rsa_pss_param_print()