OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:err_extra_text
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
rsa_sig.c
1188
const char *
err_extra_text
= NULL;
local
1220
err_extra_text
= "OAEP padding not allowed for signing / verifying";
1225
err_extra_text
=
1231
err_extra_text
= "PKCS#1 padding not allowed with RSA-PSS";
1234
err_extra_text
= "No padding not allowed with RSA-PSS";
1237
err_extra_text
= "X.931 padding not allowed with RSA-PSS";
1245
if (
err_extra_text
== NULL)
1251
err_extra_text
);
/src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
rsa_sig.c
1583
const char *
err_extra_text
= NULL;
local
1613
err_extra_text
= "OAEP padding not allowed for signing / verifying";
1620
err_extra_text
= "PSS padding only allowed for sign and verify operations";
1625
err_extra_text
= "PKCS#1 padding not allowed with RSA-PSS";
1628
err_extra_text
= "No padding not allowed with RSA-PSS";
1641
err_extra_text
= "X.931 padding not allowed with RSA-PSS";
1650
if (
err_extra_text
== NULL)
1656
err_extra_text
);
Completed in 16 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026