OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hmac_name_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
2094
size_t
hmac_name_len
= sizeof("hmac()") + strlen(evp_mac_mdname);
local
2100
evp_hmac_name = app_malloc(
hmac_name_len
, "HMAC name");
2101
BIO_snprintf(evp_hmac_name,
hmac_name_len
, "hmac(%s)", evp_mac_mdname);
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
2799
size_t
hmac_name_len
= sizeof("hmac()") + strlen(evp_mac_mdname);
local
2804
evp_hmac_name = app_malloc(
hmac_name_len
, "HMAC name");
2805
BIO_snprintf(evp_hmac_name,
hmac_name_len
, "hmac(%s)", evp_mac_mdname);
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026