Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c1583 const char *err_extra_text = NULL; in rsa_set_ctx_params() local
1613 err_extra_text = "OAEP padding not allowed for signing / verifying"; in rsa_set_ctx_params()
1620 err_extra_text = "PSS padding only allowed for sign and verify operations"; in rsa_set_ctx_params()
1625 err_extra_text = "PKCS#1 padding not allowed with RSA-PSS"; in rsa_set_ctx_params()
1628 err_extra_text = "No padding not allowed with RSA-PSS"; in rsa_set_ctx_params()
1641 err_extra_text = "X.931 padding not allowed with RSA-PSS"; in rsa_set_ctx_params()
1650 if (err_extra_text == NULL) in rsa_set_ctx_params()
1656 err_extra_text); in rsa_set_ctx_params()