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

/freebsd-current/crypto/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,
416 ret = HKDF_Expand(evp_md, prk, prk_len, info, info_len, okm, okm_len);
505 static int HKDF_Expand(const EVP_MD *evp_md, function
615 return HKDF_Expand(md, key, keylen, hkdflabel, hkdflabellen,

Completed in 172 milliseconds