Home
last modified time | relevance | path

Searched refs:hmac_sha256_key (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Dsha2.h382 struct hmac_sha256_key { struct
405 void hmac_sha256_preparekey(struct hmac_sha256_key *key,
418 const struct hmac_sha256_key *key) in hmac_sha256_init()
476 void hmac_sha256(const struct hmac_sha256_key *key,
/linux/lib/crypto/tests/
H A Dsha256_kunit.c14 #define HMAC_KEY hmac_sha256_key
/linux/crypto/
H A Dsha256.c251 #define HMAC_SHA256_KEY(tfm) ((struct hmac_sha256_key *)crypto_shash_ctx(tfm))
380 .base.cra_ctxsize = sizeof(struct hmac_sha256_key),
/linux/lib/crypto/
H A Dsha256.c307 void hmac_sha256_preparekey(struct hmac_sha256_key *key, in hmac_sha256_preparekey()
385 void hmac_sha256(const struct hmac_sha256_key *key, in hmac_sha256()