OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmdname
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
dsa_sig.c
488
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= mdname;
local
494
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
ecdsa_sig.c
495
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= mdname;
local
501
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
rsa_sig.c
1155
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= NULL;
local
1174
pmdname
= mdname;
1175
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
1353
if (prsactx->md == NULL &&
pmdname
== NULL
1355
pmdname
= RSA_DEFAULT_DIGEST_NAME;
1361
if (
pmdname
!= NULL) {
1362
if (!rsa_setup_md(prsactx,
pmdname
, pmdprops))
/src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ecdsa_sig.c
781
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= mdname;
local
786
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
dsa_sig.c
764
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= mdname;
local
769
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
rsa_sig.c
1535
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= NULL;
local
1569
pmdname
= mdname;
1570
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
1762
if (prsactx->md == NULL &&
pmdname
== NULL
1764
pmdname
= RSA_DEFAULT_DIGEST_NAME;
1770
if (
pmdname
!= NULL) {
1771
if (!rsa_setup_md(prsactx,
pmdname
, pmdprops, "RSA Sign Set Ctx"))
/src/crypto/external/apache2/openssl/dist/test/
tls-provider.c
2997
char mdname[OSSL_MAX_NAME_SIZE] = "", *
pmdname
= mdname;
local
3002
if (!OSSL_PARAM_get_utf8_string(p, &
pmdname
, sizeof(mdname)))
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026