OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HKDF_Expand
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
hkdf.c
31
static unsigned char *
HKDF_Expand
(const EVP_MD *evp_md,
219
return
HKDF_Expand
(kctx->md, kctx->key, kctx->key_len, kctx->info,
270
ret =
HKDF_Expand
(evp_md, prk, prk_len, info, info_len, okm, okm_len);
290
static unsigned char *
HKDF_Expand
(const EVP_MD *evp_md,
/src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
hkdf.c
58
static int
HKDF_Expand
(const EVP_MD *evp_md,
184
return
HKDF_Expand
(md, ctx->key, ctx->key_len, ctx->info,
424
ret =
HKDF_Expand
(evp_md, prk, prk_len, info, info_len, okm, okm_len);
513
static int
HKDF_Expand
(const EVP_MD *evp_md,
623
return
HKDF_Expand
(md, key, keylen, hkdflabel, hkdflabellen,
/src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
hkdf.c
63
static int
HKDF_Expand
(const EVP_MD *evp_md,
248
return
HKDF_Expand
(md, ctx->key, ctx->key_len, ctx->info,
475
ret =
HKDF_Expand
(evp_md, prk, prk_len, info, info_len, okm, okm_len);
563
static int
HKDF_Expand
(const EVP_MD *evp_md,
671
return
HKDF_Expand
(md, key, keylen, hkdflabel, hkdflabellen,
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026