Home
last modified time | relevance | path

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

/crypto/
Djitterentropy-kcapi.c126 crypto_shash_update(desc, intermediary, in jent_hash_time()
137 ret = crypto_shash_update(desc, intermediary, sizeof(intermediary)); in jent_hash_time()
151 ret = crypto_shash_update(hash_state_desc, (u8 *)&time, in jent_hash_time()
169 crypto_shash_update(hash_state_desc, jent_block, in jent_read_random_block()
Dsm2.c236 err = crypto_shash_update(desc, zero, pbytes - inlen) ?: in sm2_z_digest_update()
237 crypto_shash_update(desc, in, inlen); in sm2_z_digest_update()
240 err = crypto_shash_update(desc, in + inlen - pbytes, pbytes); in sm2_z_digest_update()
242 err = crypto_shash_update(desc, in, inlen); in sm2_z_digest_update()
300 err = crypto_shash_update(desc, entl, 2); in sm2_compute_z_digest()
304 err = crypto_shash_update(desc, SM2_DEFAULT_USERID, in sm2_compute_z_digest()
Dkdf_sp800108.c35 err = crypto_shash_update(desc, (u8 *)&counter, sizeof(__be32)); in crypto_kdf108_ctr_generate()
40 err = crypto_shash_update(desc, info[i].iov_base, in crypto_kdf108_ctr_generate()
Dhmac.c80 crypto_shash_update(shash, ipad, bs) ?: in hmac_setkey()
83 crypto_shash_update(shash, opad, bs) ?: in hmac_setkey()
114 return crypto_shash_update(desc, data, nbytes); in hmac_update()
Dhctr2.c122 err = crypto_shash_update(shash, (u8 *)tweak_length_block, in hctr2_hash_tweaklen()
183 err = crypto_shash_update(hash_desc, req->iv, TWEAK_SIZE); in hctr2_hash_tweak()
211 err = crypto_shash_update(hash_desc, miter.addr, n); in hctr2_hash_message()
221 err = crypto_shash_update(hash_desc, padding, in hctr2_hash_message()
Dshash.c120 int crypto_shash_update(struct shash_desc *desc, const u8 *data, in crypto_shash_update() function
138 EXPORT_SYMBOL_GPL(crypto_shash_update);
353 nbytes = crypto_shash_update(desc, walk.data, nbytes); in shash_ahash_update()
382 crypto_shash_update(desc, walk.data, nbytes); in shash_ahash_finup()
Dfips140-module.c626 crypto_shash_update(desc, textcopy, textsize) ?: in check_fips140_module_hmac()
Dadiantum.c270 err = crypto_shash_update(hash_desc, miter.addr, n); in adiantum_hash_message()
Dessiv.c114 crypto_shash_update(desc, keys.enckey, keys.enckeylen) ?: in essiv_aead_setkey()
Ddrbg.c1731 crypto_shash_update(&sdesc->shash, input->buf, input->len); in drbg_kcapi_hash()
Dtestmgr.c1442 err = crypto_shash_update(desc, data, len); in test_shash_vec_cfg()
/crypto/asymmetric_keys/
Dverify_pefile.c255 ret = crypto_shash_update(desc, pebuf, ctx->image_checksum_offset); in pefile_digest_pe_contents()
260 ret = crypto_shash_update(desc, pebuf + tmp, in pefile_digest_pe_contents()
266 ret = crypto_shash_update(desc, pebuf + tmp, ctx->header_size - tmp); in pefile_digest_pe_contents()
295 ret = crypto_shash_update(desc, in pefile_digest_pe_contents()
308 ret = crypto_shash_update(desc, in pefile_digest_pe_contents()
Dx509_public_key.c73 crypto_shash_update(desc, sig->digest, in x509_get_sig_params()
Dpkcs7_verify.c107 ret = crypto_shash_update(desc, &tag, 1); in pkcs7_digest()