Searched refs:hmac_sha256_init (Results 1 – 3 of 3) sorted by relevance
17 #define HMAC_INIT hmac_sha256_init
215 hmac_sha256_init(HMAC_SHA256_CTX(desc), HMAC_SHA256_KEY(desc->tfm)); in crypto_hmac_sha256_init()
409 * hmac_sha256_init() - Initialize an HMAC-SHA256 context for a new message417 static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx, in hmac_sha256_init() function