Home
last modified time | relevance | path

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

/openssl/providers/implementations/signature/
H A Drsa_sig.c1587 const char *err_extra_text = NULL; in rsa_set_ctx_params() local
1619 err_extra_text = "OAEP padding not allowed for signing / verifying"; in rsa_set_ctx_params()
1625 err_extra_text = in rsa_set_ctx_params()
1631 err_extra_text = "PKCS#1 padding not allowed with RSA-PSS"; in rsa_set_ctx_params()
1634 err_extra_text = "No padding not allowed with RSA-PSS"; in rsa_set_ctx_params()
1647 err_extra_text = "X.931 padding not allowed with RSA-PSS"; in rsa_set_ctx_params()
1655 if (err_extra_text == NULL) in rsa_set_ctx_params()
1661 err_extra_text); in rsa_set_ctx_params()

Completed in 10 milliseconds