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 - 4
of
4
) 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
);
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
1602
const char *
err_extra_text
= NULL;
local
1632
err_extra_text
= "OAEP padding not allowed for signing / verifying";
1639
err_extra_text
= "PSS padding only allowed for sign and verify operations";
1644
err_extra_text
= "PKCS#1 padding not allowed with RSA-PSS";
1647
err_extra_text
= "No padding not allowed with RSA-PSS";
1660
err_extra_text
= "X.931 padding not allowed with RSA-PSS";
1669
if (
err_extra_text
== NULL)
1675
err_extra_text
);
rsa_sig.c
1602
const char *
err_extra_text
= NULL;
local
1632
err_extra_text
= "OAEP padding not allowed for signing / verifying";
1639
err_extra_text
= "PSS padding only allowed for sign and verify operations";
1644
err_extra_text
= "PKCS#1 padding not allowed with RSA-PSS";
1647
err_extra_text
= "No padding not allowed with RSA-PSS";
1660
err_extra_text
= "X.931 padding not allowed with RSA-PSS";
1669
if (
err_extra_text
== NULL)
1675
err_extra_text
);
Completed in 114 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026