Searched refs:pss_key (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/recipes/ |
D | 04-test_encoder_decoder.t | 26 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/ |
D | rsa_ameth.c | 202 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()
|