Searched refs:crypto_shash_update (Results 1 - 25 of 73) sorted by path

123

/linux-master/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c88 crypto_shash_update(crct10dif_shash, data+offset, len);
99 crypto_shash_update(crc32c_shash, data+offset, len);
/linux-master/crypto/
H A Dadiantum.c266 err = crypto_shash_update(hash_desc, miter.addr, n);
H A Dahash.c55 nbytes = crypto_shash_update(desc, walk.data, nbytes);
74 crypto_shash_update(desc, walk.data, nbytes);
H A Ddrbg.c1715 crypto_shash_update(&sdesc->shash, input->buf, input->len);
H A Dessiv.c114 crypto_shash_update(desc, keys.enckey, keys.enckeylen) ?:
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 Dhmac.c69 crypto_shash_update(shash, ipad, bs) ?:
72 crypto_shash_update(shash, opad, bs) ?:
105 return crypto_shash_update(desc, data, nbytes);
H A Djitterentropy-kcapi.c136 crypto_shash_update(desc, intermediary,
147 ret = crypto_shash_update(desc, intermediary, sizeof(intermediary));
161 ret = crypto_shash_update(hash_state_desc, (u8 *)&time,
179 crypto_shash_update(hash_state_desc, jent_block,
H A Dkdf_sp800108.c35 err = crypto_shash_update(desc, (u8 *)&counter, sizeof(__be32));
40 err = crypto_shash_update(desc, info[i].iov_base,
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 Dsm2.c236 err = crypto_shash_update(desc, zero, pbytes - inlen) ?:
237 crypto_shash_update(desc, in, inlen);
240 err = crypto_shash_update(desc, in + inlen - pbytes, pbytes);
242 err = crypto_shash_update(desc, in, inlen);
300 err = crypto_shash_update(desc, entl, 2);
304 err = crypto_shash_update(desc, SM2_DEFAULT_USERID,
H A Dtestmgr.c1371 err = crypto_shash_update(desc, sg_virt(&tsgl->sgl[i]),
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_verify.c107 ret = crypto_shash_update(desc, &tag, 1);
H A Dverify_pefile.c255 ret = crypto_shash_update(desc, pebuf, ctx->image_checksum_offset);
260 ret = crypto_shash_update(desc, pebuf + tmp,
266 ret = crypto_shash_update(desc, pebuf + tmp, ctx->header_size - tmp);
295 ret = crypto_shash_update(desc,
308 ret = crypto_shash_update(desc,
H A Dx509_public_key.c73 crypto_shash_update(desc, sig->digest,
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c302 crypto_shash_update(desc, src, PAGE_SIZE);
309 crypto_shash_update(desc, src, len ?: PAGE_SIZE);
330 crypto_shash_update(desc, src, bvec.bv_len);
/linux-master/drivers/crypto/bcm/
H A Dcipher.c2123 ret = crypto_shash_update(ctx->shash, tmpbuf, req->nbytes);
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/crypto/chelsio/
H A Dchcr_algo.c316 crypto_shash_update(desc, iopad, SHA1_BLOCK_SIZE) ?:
321 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?:
327 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?:
333 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?:
339 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?:
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c149 if (crypto_shash_update(shash, ctx->ipad, block_size))
181 if (crypto_shash_update(shash, ctx->opad, block_size))
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c799 crypto_shash_update(&ctx->sdesc->shash, ipad, bs);
807 crypto_shash_update(&ctx->sdesc->shash, opad, bs);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c888 crypto_shash_update(&ctx->sdesc->shash, ipad, bs);
896 crypto_shash_update(&ctx->sdesc->shash, opad, bs);
/linux-master/drivers/crypto/
H A Domap-sham.c1110 crypto_shash_update(shash, bctx->opad, bs) ?:
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) ?:
H A Dsa2ul.c452 crypto_shash_update(shash, sha.k_pad, block_size);
458 crypto_shash_update(shash, sha.k_pad, block_size);

Completed in 353 milliseconds

123