Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha256.c263 hmac_sha256_init(HMAC_SHA256_CTX(desc), HMAC_SHA256_KEY(desc->tfm)); in crypto_hmac_sha256_init()
/linux/include/crypto/
H A Dsha2.h448 static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx, in hmac_sha256_init() function
/linux/lib/crypto/
H A Dsha256.c452 hmac_sha256_init(&ctx, key); in hmac_sha256()
/linux/net/ceph/
H A Dmessenger_v2.c798 hmac_sha256_init(&ctx, &con->v2.hmac_key); in ceph_hmac_sha256()