HKDF
return HKDF(key, *keylen, kctx->md, kctx->key, kctx->key_len,
int HKDF(uint8_t *out_key, size_t out_len, const struct env_md_st *digest,