Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha1.h104 struct hmac_sha1_key { struct
130 void hmac_sha1_preparekey(struct hmac_sha1_key *key,
142 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key);
198 void hmac_sha1(const struct hmac_sha1_key *key,
/linux/lib/crypto/tests/
H A Dsha1_kunit.c14 #define HMAC_KEY hmac_sha1_key
/linux/crypto/
H A Dsha1.c119 #define HMAC_SHA1_KEY(tfm) ((struct hmac_sha1_key *)crypto_shash_ctx(tfm))
205 .base.cra_ctxsize = sizeof(struct hmac_sha1_key),
/linux/lib/crypto/
H A Dsha1.c267 void hmac_sha1_preparekey(struct hmac_sha1_key *key, in hmac_sha1_preparekey()
275 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key) in hmac_sha1_init()
311 void hmac_sha1(const struct hmac_sha1_key *key, in hmac_sha1()