Searched refs:crypto_shash_update (Results 1 – 17 of 17) sorted by relevance
/linux-4.19.296/crypto/asymmetric_keys/ |
D | verify_pefile.c | 259 ret = crypto_shash_update(desc, pebuf, ctx->image_checksum_offset); in pefile_digest_pe_contents() 264 ret = crypto_shash_update(desc, pebuf + tmp, in pefile_digest_pe_contents() 270 ret = crypto_shash_update(desc, pebuf + tmp, ctx->header_size - tmp); in pefile_digest_pe_contents() 299 ret = crypto_shash_update(desc, in pefile_digest_pe_contents() 312 ret = crypto_shash_update(desc, in pefile_digest_pe_contents()
|
D | pkcs7_verify.c | 107 ret = crypto_shash_update(desc, &tag, 1); in pkcs7_digest()
|
/linux-4.19.296/fs/cifs/ |
D | smb2transport.c | 215 rc = crypto_shash_update(shash, iov[0].iov_base, in smb2_calc_signature() 265 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key() 272 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key() 279 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key() 286 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key() 293 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key() 473 rc = crypto_shash_update(shash, iov[0].iov_base, in smb3_calc_signature()
|
D | cifsencrypt.c | 68 rc = crypto_shash_update(shash, in __cifs_calc_signature() 86 rc = crypto_shash_update(shash, kaddr, len); in __cifs_calc_signature() 130 rc = crypto_shash_update(&server->secmech.sdescmd5->shash, in cifs_calc_signature() 536 rc = crypto_shash_update(&ses->server->secmech.sdeschmacmd5->shash, in calc_ntlmv2_hash() 556 crypto_shash_update(&ses->server->secmech.sdeschmacmd5->shash, in calc_ntlmv2_hash() 576 crypto_shash_update(&ses->server->secmech.sdeschmacmd5->shash, in calc_ntlmv2_hash() 631 rc = crypto_shash_update(&ses->server->secmech.sdeschmacmd5->shash, in CalcNTLMv2_response() 746 rc = crypto_shash_update(&ses->server->secmech.sdeschmacmd5->shash, in setup_ntlmv2_rsp()
|
D | smbencrypt.c | 136 rc = crypto_shash_update(&sdescmd4->shash, link_str, link_len); in mdfour()
|
D | smb2misc.c | 857 rc = crypto_shash_update(&d->shash, ses->preauth_sha_hash, in smb311_update_preauth_hash() 865 rc = crypto_shash_update(&d->shash, in smb311_update_preauth_hash()
|
D | link.c | 65 rc = crypto_shash_update(&sdescmd5->shash, link_str, link_len); in symlink_hash()
|
/linux-4.19.296/crypto/ |
D | hmac.c | 83 crypto_shash_update(shash, ipad, bs) ?: in hmac_setkey() 86 crypto_shash_update(shash, opad, bs) ?: in hmac_setkey() 122 return crypto_shash_update(desc, data, nbytes); in hmac_update()
|
D | shash.c | 128 int crypto_shash_update(struct shash_desc *desc, const u8 *data, in crypto_shash_update() function 140 EXPORT_SYMBOL_GPL(crypto_shash_update); 180 return crypto_shash_update(desc, data, len) ?: in shash_finup_unaligned() 260 nbytes = crypto_shash_update(desc, walk.data, nbytes); in shash_ahash_update() 289 crypto_shash_update(desc, walk.data, nbytes); in shash_ahash_finup()
|
D | drbg.c | 1701 crypto_shash_update(&sdesc->shash, input->buf, input->len); in drbg_kcapi_hash()
|
/linux-4.19.296/lib/ |
D | libcrc32c.c | 53 err = crypto_shash_update(shash, address, length); in crc32c()
|
D | crc-t10dif.c | 37 err = crypto_shash_update(&desc.shash, buffer, len); in crc_t10dif_update()
|
D | digsig.c | 246 crypto_shash_update(desc, data, datalen); in digsig_verify() 247 crypto_shash_update(desc, sig, sizeof(*sh)); in digsig_verify()
|
/linux-4.19.296/include/crypto/ |
D | hash.h | 905 int crypto_shash_update(struct shash_desc *desc, const u8 *data,
|
/linux-4.19.296/include/linux/ |
D | jbd2.h | 1635 err = crypto_shash_update(&desc.shash, address, length); in jbd2_chksum()
|
/linux-4.19.296/fs/ext4/ |
D | ext4.h | 2066 BUG_ON(crypto_shash_update(&desc.shash, address, length)); in ext4_chksum()
|
/linux-4.19.296/fs/f2fs/ |
D | f2fs.h | 1400 err = crypto_shash_update(&desc.shash, address, length); in __f2fs_crc32()
|