Searched refs:crypto_shash_update (Results 1 – 8 of 8) sorted by relevance
/crypto/asymmetric_keys/ |
D | verify_pefile.c | 251 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()
|
D | pkcs7_verify.c | 107 ret = crypto_shash_update(desc, &tag, 1); in pkcs7_digest()
|
/crypto/ |
D | hmac.c | 76 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()
|
D | shash.c | 110 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()
|
D | essiv.c | 127 crypto_shash_update(desc, keys.enckey, keys.enckeylen) ?: in essiv_aead_setkey()
|
D | adiantum.c | 278 err = crypto_shash_update(hash_desc, miter.addr, n); in adiantum_hash_message()
|
D | drbg.c | 1710 crypto_shash_update(&sdesc->shash, input->buf, input->len); in drbg_kcapi_hash()
|
D | testmgr.c | 1190 err = crypto_shash_update(desc, sg_data(&tsgl->sgl[i]), in test_shash_vec_cfg()
|