Searched refs:crypto_shash_update (Results 1 – 14 of 14) sorted by relevance
/crypto/ |
D | jitterentropy-kcapi.c | 126 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()
|
D | sm2.c | 236 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()
|
D | kdf_sp800108.c | 35 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()
|
D | hmac.c | 80 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()
|
D | hctr2.c | 122 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()
|
D | shash.c | 120 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()
|
D | fips140-module.c | 626 crypto_shash_update(desc, textcopy, textsize) ?: in check_fips140_module_hmac()
|
D | adiantum.c | 270 err = crypto_shash_update(hash_desc, miter.addr, n); in adiantum_hash_message()
|
D | essiv.c | 114 crypto_shash_update(desc, keys.enckey, keys.enckeylen) ?: in essiv_aead_setkey()
|
D | drbg.c | 1731 crypto_shash_update(&sdesc->shash, input->buf, input->len); in drbg_kcapi_hash()
|
D | testmgr.c | 1442 err = crypto_shash_update(desc, data, len); in test_shash_vec_cfg()
|
/crypto/asymmetric_keys/ |
D | verify_pefile.c | 255 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()
|
D | x509_public_key.c | 73 crypto_shash_update(desc, sig->digest, in x509_get_sig_params()
|
D | pkcs7_verify.c | 107 ret = crypto_shash_update(desc, &tag, 1); in pkcs7_digest()
|