Searched refs:hmac_sha1_init (Results 1 – 4 of 4) sorted by relevance
17 #define HMAC_INIT hmac_sha1_init
275 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key) in hmac_sha1_init() function281 EXPORT_SYMBOL_GPL(hmac_sha1_init);316 hmac_sha1_init(&ctx, key); in hmac_sha1()
142 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key);
131 hmac_sha1_init(HMAC_SHA1_CTX(desc), HMAC_SHA1_KEY(desc->tfm)); in crypto_hmac_sha1_init()