Home
last modified time | relevance | path

Searched refs:HKDF_Expand (Results 1 – 1 of 1) sorted by relevance

/openssl-master/providers/implementations/kdfs/
A Dhkdf.c57 static int HKDF_Expand(const EVP_MD *evp_md,
183 return HKDF_Expand(md, ctx->key, ctx->key_len, ctx->info, in kdf_hkdf_derive()
374 ret = HKDF_Expand(evp_md, prk, prk_len, info, info_len, okm, okm_len); in HKDF()
463 static int HKDF_Expand(const EVP_MD *evp_md, in HKDF_Expand() function
573 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen, in prov_tls13_hkdf_expand()

Completed in 4 milliseconds