/linux-6.12.1/crypto/ |
D | shash.c | 87 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() function 97 EXPORT_SYMBOL_GPL(crypto_shash_digest); 107 err = crypto_shash_digest(desc, data, len, out); in crypto_shash_tfm_digest()
|
D | adiantum.c | 306 err = crypto_shash_digest(&rctx->u.hash_desc, virt, bulk_len, in adiantum_finish() 366 err = crypto_shash_digest(&rctx->u.hash_desc, virt, bulk_len, in adiantum_crypt()
|
D | hmac.c | 52 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
|
D | ahash.c | 95 err = crypto_shash_digest(desc, data + offset, nbytes, in shash_ahash_digest()
|
/linux-6.12.1/Documentation/crypto/ |
D | api-digest.rst | 35 … crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shas…
|
D | api-samples.rst | 130 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest);
|
/linux-6.12.1/net/mac80211/ |
D | fils_aead.c | 35 crypto_shash_digest(desc, tmp, AES_BLOCK_SIZE, d); in aes_s2v() 40 crypto_shash_digest(desc, addr[i], len[i], tmp); in aes_s2v()
|
/linux-6.12.1/fs/verity/ |
D | hash_algs.c | 193 err = crypto_shash_digest(desc, data, params->block_size, out); in fsverity_hash_block()
|
/linux-6.12.1/crypto/asymmetric_keys/ |
D | x509_public_key.c | 66 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
D | pkcs7_verify.c | 62 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, in pkcs7_digest()
|
/linux-6.12.1/include/crypto/ |
D | hash.h | 826 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
|
/linux-6.12.1/net/ipv6/ |
D | seg6_hmac.c | 148 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
|
/linux-6.12.1/fs/bcachefs/ |
D | str_hash.h | 59 crypto_shash_digest(desc, (void *) &bi->bi_hash_seed, in bch2_hash_info_init()
|
/linux-6.12.1/fs/smb/client/ |
D | link.c | 47 rc = crypto_shash_digest(md5, link_str, link_len, md5_hash); in symlink_hash()
|
/linux-6.12.1/drivers/thunderbolt/ |
D | domain.c | 746 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
|
/linux-6.12.1/arch/x86/kernel/cpu/sgx/ |
D | ioctl.c | 466 return crypto_shash_digest(shash, modulus, SGX_MODULUS_SIZE, hash); in __sgx_get_key_hash()
|
/linux-6.12.1/fs/ecryptfs/ |
D | keystore.c | 762 rc = crypto_shash_digest(s->hash_desc, in ecryptfs_write_tag_70_packet() 777 rc = crypto_shash_digest(s->hash_desc, (u8 *)s->hash, in ecryptfs_write_tag_70_packet()
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 63 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
|
/linux-6.12.1/fs/btrfs/ |
D | file-item.c | 782 crypto_shash_digest(shash, in btrfs_csum_one_bio()
|
/linux-6.12.1/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 252 crypto_shash_digest(c_tx->mpa_crc_hd, (u8 *)&c_tx->pkt, in siw_qp_prepare_tx()
|
/linux-6.12.1/drivers/base/firmware_loader/ |
D | main.c | 831 if (crypto_shash_digest(shash, fw->data, fw->size, sha256buf) < 0) in fw_log_firmware_info()
|
/linux-6.12.1/drivers/crypto/aspeed/ |
D | aspeed-hace-hash.c | 619 return crypto_shash_digest(shash, data, len, out); in aspeed_sham_shash_digest()
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | qat_algs.c | 128 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes()
|
/linux-6.12.1/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 761 ret = crypto_shash_digest(&ctx->sdesc->shash, keys->authkey, in aead_hmac_init()
|
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 849 ret = crypto_shash_digest(&ctx->sdesc->shash, keys->authkey, in aead_hmac_init()
|