Searched refs:hmac_sha384_key (Results 1 – 5 of 5) sorted by relevance
622 struct hmac_sha384_key { struct645 void hmac_sha384_preparekey(struct hmac_sha384_key *key,658 const struct hmac_sha384_key *key) in hmac_sha384_init()717 void hmac_sha384(const struct hmac_sha384_key *key,
14 #define HMAC_KEY hmac_sha384_key
190 #define HMAC_SHA384_KEY(tfm) ((struct hmac_sha384_key *)crypto_shash_ctx(tfm))366 .base.cra_ctxsize = sizeof(struct hmac_sha384_key),
286 void hmac_sha384_preparekey(struct hmac_sha384_key *key, in hmac_sha384_preparekey()363 void hmac_sha384(const struct hmac_sha384_key *key, in hmac_sha384()
288 struct hmac_sha384_key sha384; in chcr_prepare_hmac_key()