hkdf_expand
EXPORT_SYMBOL_GPL(hkdf_expand);
err = hkdf_expand(tfm, tv->info, tv->info_size,
err = hkdf_expand(hmac_tfm, info, infolen, okm, okmlen);
int hkdf_expand(struct crypto_shash *hmac_tfm,