Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dhkdf.c58 static int HKDF_Expand(const EVP_MD *evp_md,
184 return HKDF_Expand(md, ctx->key, ctx->key_len, ctx->info, in kdf_hkdf_derive()
416 ret = HKDF_Expand(evp_md, prk, prk_len, info, info_len, okm, okm_len); in HKDF()
505 static int HKDF_Expand(const EVP_MD *evp_md, in HKDF_Expand() function
615 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen, in prov_tls13_hkdf_expand()
/third_party/openssl/providers/implementations/kdfs/
H A Dhkdf.c58 static int HKDF_Expand(const EVP_MD *evp_md,
184 return HKDF_Expand(md, ctx->key, ctx->key_len, ctx->info, in kdf_hkdf_derive()
416 ret = HKDF_Expand(evp_md, prk, prk_len, info, info_len, okm, okm_len); in HKDF()
505 static int HKDF_Expand(const EVP_MD *evp_md, in HKDF_Expand() function
615 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen, in prov_tls13_hkdf_expand()

Completed in 3 milliseconds