Searched refs:hmac_sha256_update (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | auth.c | 500 hmac_sha256_update(&ctx, iov[i].iov_base, iov[i].iov_len); in ksmbd_sign_smb2_pdu() 549 hmac_sha256_update(&ctx, i, 4); in generate_key() 550 hmac_sha256_update(&ctx, label.iov_base, label.iov_len); in generate_key() 551 hmac_sha256_update(&ctx, &zero, 1); in generate_key() 552 hmac_sha256_update(&ctx, context.iov_base, context.iov_len); in generate_key() 557 hmac_sha256_update(&ctx, L256, 4); in generate_key() 559 hmac_sha256_update(&ctx, L128, 4); in generate_key()
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 453 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 D | sha256.c | 270 hmac_sha256_update(HMAC_SHA256_CTX(desc), data, len); in crypto_hmac_sha256_update()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 479 static inline void hmac_sha256_update(struct hmac_sha256_ctx *ctx, in hmac_sha256_update() function
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 256 hmac_sha256_update(&hmac->sha256, data, data_len); in nvme_auth_hmac_update()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 104 hmac_sha256_update(&mac_ctx->hmac_sha256, data, data_len); in tcp_ao_mac_update()
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 798 hmac_sha256_update(&ctx, kvecs[i].iov_base, kvecs[i].iov_len); in con_hmac_sha256()
|