Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D04-test_encoder_decoder.t26 my $pss_key = srctop_file("test", "certs", "ca-pss-key.pem");
32 "-pss", $pss_key,
38 "-pss", $pss_key,
47 "-pss", $pss_key,
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c205 static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, in rsa_pss_param_print() argument
213 if (pss_key) { in rsa_pss_param_print()
229 if (pss_key) in rsa_pss_param_print()
270 if (BIO_printf(bp, "%s Salt Length: 0x", pss_key ? "Minimum" : "") <= 0) in rsa_pss_param_print()