Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha1_kunit.c17 #define HMAC_INIT hmac_sha1_init
/linux/lib/crypto/
H A Dsha1.c275 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key) in hmac_sha1_init() function
281 EXPORT_SYMBOL_GPL(hmac_sha1_init);
316 hmac_sha1_init(&ctx, key); in hmac_sha1()
/linux/include/crypto/
H A Dsha1.h142 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key);
/linux/crypto/
H A Dsha1.c131 hmac_sha1_init(HMAC_SHA1_CTX(desc), HMAC_SHA1_KEY(desc->tfm)); in crypto_hmac_sha1_init()