Searched refs:HKDF_Expand (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 63 static int HKDF_Expand(const EVP_MD *evp_md, 248 return HKDF_Expand(md, ctx->key, ctx->key_len, ctx->info, in kdf_hkdf_derive() 476 ret = HKDF_Expand(evp_md, prk, prk_len, info, info_len, okm, okm_len); in HKDF() 565 static int HKDF_Expand(const EVP_MD *evp_md, in HKDF_Expand() function 675 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen, in prov_tls13_hkdf_expand()
|
Completed in 6 milliseconds