Home
last modified time | relevance | path

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

/third_party/openssl/test/recipes/
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,
/third_party/openssl/crypto/rsa/
Drsa_ameth.c202 static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, in rsa_pss_param_print() argument
210 if (pss_key) { in rsa_pss_param_print()
226 if (pss_key) in rsa_pss_param_print()
267 if (BIO_printf(bp, "%s Salt Length: 0x", pss_key ? "Minimum" : "") <= 0) in rsa_pss_param_print()