Home
last modified time | relevance | path

Searched refs:hmac_sha256_update (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2transport.c241 hmac_sha256_update(&hmac_ctx, iov[0].iov_base, iov[0].iov_len); in smb2_calc_signature()
272 hmac_sha256_update(&hmac_ctx, i, 4); in generate_key()
273 hmac_sha256_update(&hmac_ctx, label.iov_base, label.iov_len); in generate_key()
274 hmac_sha256_update(&hmac_ctx, &zero, 1); in generate_key()
275 hmac_sha256_update(&hmac_ctx, context.iov_base, context.iov_len); in generate_key()
279 hmac_sha256_update(&hmac_ctx, L256, 4); in generate_key()
281 hmac_sha256_update(&hmac_ctx, L128, 4); in generate_key()
/linux/lib/crypto/
H A Dsha256.c453 hmac_sha256_update(&ctx, data, data_len); in hmac_sha256()
477 hmac_sha256_update(&ctx, data, data_len); in hmac_sha256_usingrawkey()
/linux/crypto/
H A Dsha256.c270 hmac_sha256_update(HMAC_SHA256_CTX(desc), data, len); in crypto_hmac_sha256_update()
/linux/include/crypto/
H A Dsha2.h479 static inline void hmac_sha256_update(struct hmac_sha256_ctx *ctx, in hmac_sha256_update() function
/linux/drivers/nvme/common/
H A Dauth.c256 hmac_sha256_update(&hmac->sha256, data, data_len); in nvme_auth_hmac_update()
/linux/net/ceph/
H A Dmessenger_v2.c798 hmac_sha256_update(&ctx, kvecs[i].iov_base, kvecs[i].iov_len); in con_hmac_sha256()