OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evp_cmac_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
515
static char *
evp_cmac_name
= NULL;
variable
2530
evp_cmac_name
= app_malloc(len, "CMAC name");
2531
BIO_snprintf(
evp_cmac_name
, len, "cmac(%s)", evp_mac_ciphername);
2532
names[D_EVP_CMAC] =
evp_cmac_name
;
3581
OPENSSL_free(
evp_cmac_name
);
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
668
static char *
evp_cmac_name
= NULL;
variable
3211
evp_cmac_name
= app_malloc(len, "CMAC name");
3212
BIO_snprintf(
evp_cmac_name
, len, "cmac(%s)", evp_mac_ciphername);
3213
names[D_EVP_CMAC] =
evp_cmac_name
;
4823
OPENSSL_free(
evp_cmac_name
);
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026