hmac_sha384_key
#define HMAC_SHA384_KEY(tfm) ((struct hmac_sha384_key *)crypto_shash_ctx(tfm))
.base.cra_ctxsize = sizeof(struct hmac_sha384_key),
struct hmac_sha384_key sha384;
void hmac_sha384_preparekey(struct hmac_sha384_key *key,
const struct hmac_sha384_key *key)
void hmac_sha384(const struct hmac_sha384_key *key,
void hmac_sha384_preparekey(struct hmac_sha384_key *key,
void hmac_sha384(const struct hmac_sha384_key *key,
#define HMAC_KEY hmac_sha384_key