Searched refs:crypto_shash_update (Results 26 - 50 of 73) sorted by relevance

123

/linux-master/fs/verity/
H A Dhash_algs.c147 err = crypto_shash_update(desc, padded_salt, padded_salt_size);
/linux-master/crypto/
H A Dhctr2.c122 err = crypto_shash_update(shash, (u8 *)tweak_length_block,
183 err = crypto_shash_update(hash_desc, req->iv, TWEAK_SIZE);
211 err = crypto_shash_update(hash_desc, miter.addr, n);
221 err = crypto_shash_update(hash_desc, padding,
H A Dshash.c49 int crypto_shash_update(struct shash_desc *desc, const u8 *data, function
54 EXPORT_SYMBOL_GPL(crypto_shash_update); variable
H A Dahash.c55 nbytes = crypto_shash_update(desc, walk.data, nbytes);
74 crypto_shash_update(desc, walk.data, nbytes);
H A Dessiv.c114 crypto_shash_update(desc, keys.enckey, keys.enckeylen) ?:
H A Dadiantum.c266 err = crypto_shash_update(hash_desc, miter.addr, n);
/linux-master/fs/ubifs/
H A Dauth.c404 err = crypto_shash_update(shash, node + 8, ofs_hmac - 8);
410 err = crypto_shash_update(shash, node + ofs_hmac + hmac_len,
/linux-master/drivers/crypto/
H A Dpadlock-sha.c46 return crypto_shash_update(&dctx->fallback, data, length);
98 err = crypto_shash_update(&dctx->fallback, in, space) ?:
159 err = crypto_shash_update(&dctx->fallback, in, space) ?:
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c483 crypto_shash_update(c_tx->mpa_crc_hd,
517 crypto_shash_update(
523 crypto_shash_update(c_tx->mpa_crc_hd,
537 crypto_shash_update(
577 crypto_shash_update(c_tx->mpa_crc_hd,
739 crypto_shash_update(c_tx->mpa_crc_hd, (u8 *)&c_tx->pkt,
H A Dsiw_qp_rx.c72 crypto_shash_update(srx->mpa_crc_hd,
118 crypto_shash_update(srx->mpa_crc_hd, (u8 *)kva, len);
973 crypto_shash_update(srx->mpa_crc_hd, tbuf, srx->pad);
1101 crypto_shash_update(srx->mpa_crc_hd, (u8 *)c_hdr,
H A Dsiw_qp.c588 if (crypto_shash_update(qp->tx_ctx.mpa_crc_hd,
594 if (crypto_shash_update(qp->tx_ctx.mpa_crc_hd,
/linux-master/drivers/crypto/bcm/
H A Dutil.c248 rc = crypto_shash_update(&sdesc->shash, data1, data1_len);
254 rc = crypto_shash_update(&sdesc->shash, data2, data2_len);
/linux-master/drivers/nvme/common/
H A Dauth.c289 ret = crypto_shash_update(shash, nqn, strlen(nqn));
292 ret = crypto_shash_update(shash, "NVMe-over-Fabrics", 17);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c94 return crypto_shash_update(&dctx->fbk_req, data, length);
/linux-master/crypto/asymmetric_keys/
H A Dx509_public_key.c73 crypto_shash_update(desc, sig->digest,
H A Dpkcs7_verify.c107 ret = crypto_shash_update(desc, &tag, 1);
/linux-master/fs/bcachefs/
H A Dchecksum.c197 crypto_shash_update(desc, key, sizeof(key));
229 crypto_shash_update(desc, data, len);
295 crypto_shash_update(desc, p, bv.bv_len);
300 crypto_shash_update(desc,
/linux-master/fs/smb/client/
H A Dsmb2misc.c922 rc = crypto_shash_update(sha512, ses->preauth_sha_hash,
930 rc = crypto_shash_update(sha512, iov[i].iov_base, iov[i].iov_len);
/linux-master/net/mac80211/
H A Dfils_aead.c49 crypto_shash_update(desc, addr[i], len[i] - AES_BLOCK_SIZE);
/linux-master/include/crypto/
H A Dhash.h814 * @data: see crypto_shash_update()
815 * @len: see crypto_shash_update()
819 * crypto_shash_update and crypto_shash_final. The parameters have the same
832 * @data: see crypto_shash_update()
833 * @len: see crypto_shash_update()
899 * crypto_shash_update() - add data to message digest for processing
910 int crypto_shash_update(struct shash_desc *desc, const u8 *data,
932 * @data: see crypto_shash_update()
933 * @len: see crypto_shash_update()
937 * crypto_shash_update an
[all...]
/linux-master/drivers/md/
H A Ddm-ima.c274 r = crypto_shash_update(shash, (const u8 *)ima_buf, l);
315 r = crypto_shash_update(shash, (const u8 *)ima_buf, l);
/linux-master/net/wireless/
H A Dlib80211_crypt_tkip.c493 err = crypto_shash_update(desc, hdr, 16);
496 err = crypto_shash_update(desc, data, data_len);
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c453 err = crypto_shash_update(desc, hdr, 16);
456 err = crypto_shash_update(desc, data, data_len);
/linux-master/kernel/
H A Dkexec_file.c767 ret = crypto_shash_update(desc, ksegment->kbuf,
782 ret = crypto_shash_update(desc, zero_buf, bytes);
/linux-master/drivers/tee/
H A Dtee_core.c175 rc = crypto_shash_update(desc, (const u8 *)ns, sizeof(*ns));
179 rc = crypto_shash_update(desc, (const u8 *)name, size);

Completed in 398 milliseconds

123