Searched refs:hmac_sha256_init (Results 1 – 5 of 5) sorted by relevance
18 #define HMAC_INIT hmac_sha256_init
263 hmac_sha256_init(HMAC_SHA256_CTX(desc), HMAC_SHA256_KEY(desc->tfm)); in crypto_hmac_sha256_init()
448 static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx, in hmac_sha256_init() function
452 hmac_sha256_init(&ctx, key); in hmac_sha256()
797 hmac_sha256_init(&ctx, &con->v2.hmac_key); in con_hmac_sha256()