Home
last modified time | relevance | path

Searched refs:hmac_sha384_key (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/
H A Dsha2.h622 struct hmac_sha384_key { struct
645 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,
/linux/lib/crypto/tests/
H A Dsha384_kunit.c14 #define HMAC_KEY hmac_sha384_key
/linux/crypto/
H A Dsha512.c190 #define HMAC_SHA384_KEY(tfm) ((struct hmac_sha384_key *)crypto_shash_ctx(tfm))
366 .base.cra_ctxsize = sizeof(struct hmac_sha384_key),
/linux/lib/crypto/
H A Dsha512.c286 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()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c288 struct hmac_sha384_key sha384; in chcr_prepare_hmac_key()