Home
last modified time | relevance | path

Searched refs:crypto_shash_update (Results 1 – 8 of 8) sorted by relevance

/crypto/asymmetric_keys/
Dverify_pefile.c251 ret = crypto_shash_update(desc, pebuf, ctx->image_checksum_offset); in pefile_digest_pe_contents()
256 ret = crypto_shash_update(desc, pebuf + tmp, in pefile_digest_pe_contents()
262 ret = crypto_shash_update(desc, pebuf + tmp, ctx->header_size - tmp); in pefile_digest_pe_contents()
291 ret = crypto_shash_update(desc, in pefile_digest_pe_contents()
304 ret = crypto_shash_update(desc, in pefile_digest_pe_contents()
Dpkcs7_verify.c107 ret = crypto_shash_update(desc, &tag, 1); in pkcs7_digest()
/crypto/
Dhmac.c76 crypto_shash_update(shash, ipad, bs) ?: in hmac_setkey()
79 crypto_shash_update(shash, opad, bs) ?: in hmac_setkey()
110 return crypto_shash_update(desc, data, nbytes); in hmac_update()
Dshash.c110 int crypto_shash_update(struct shash_desc *desc, const u8 *data, in crypto_shash_update() function
122 EXPORT_SYMBOL_GPL(crypto_shash_update);
168 return crypto_shash_update(desc, data, len) ?: in shash_finup_unaligned()
247 nbytes = crypto_shash_update(desc, walk.data, nbytes); in shash_ahash_update()
276 crypto_shash_update(desc, walk.data, nbytes); in shash_ahash_finup()
Dessiv.c127 crypto_shash_update(desc, keys.enckey, keys.enckeylen) ?: in essiv_aead_setkey()
Dadiantum.c278 err = crypto_shash_update(hash_desc, miter.addr, n); in adiantum_hash_message()
Ddrbg.c1710 crypto_shash_update(&sdesc->shash, input->buf, input->len); in drbg_kcapi_hash()
Dtestmgr.c1190 err = crypto_shash_update(desc, sg_data(&tsgl->sgl[i]), in test_shash_vec_cfg()