/linux-6.12.1/fs/ubifs/ |
D | auth.c | 33 return crypto_shash_tfm_digest(c->hash_tfm, node, le32_to_cpu(ch->len), in __ubifs_node_calc_hash() 48 return crypto_shash_tfm_digest(c->hmac_tfm, hash, c->hash_len, hmac); in ubifs_hash_calc_hmac() 515 return crypto_shash_tfm_digest(c->hmac_tfm, well_known_message, in ubifs_hmac_wkm()
|
D | master.c | 72 ret = crypto_shash_tfm_digest(c->hash_tfm, node + sizeof(struct ubifs_ch), in mst_node_check_hash()
|
D | replay.c | 617 err = crypto_shash_tfm_digest(c->hmac_tfm, hash, in authenticate_sleb()
|
/linux-6.12.1/fs/crypto/ |
D | hkdf.c | 58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
|
/linux-6.12.1/drivers/nvme/common/ |
D | auth.c | 331 ret = crypto_shash_tfm_digest(tfm, skey, skey_len, hkey); in nvme_auth_hash_skey() 375 ret = crypto_shash_tfm_digest(tfm, challenge, hlen, aug); in nvme_auth_augmented_challenge()
|
/linux-6.12.1/crypto/ |
D | shash.c | 99 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, in crypto_shash_tfm_digest() function 113 EXPORT_SYMBOL_GPL(crypto_shash_tfm_digest);
|
D | essiv.c | 81 err = crypto_shash_tfm_digest(tctx->hash, key, keylen, salt); in essiv_skcipher_setkey()
|
/linux-6.12.1/fs/verity/ |
D | hash_algs.c | 212 return crypto_shash_tfm_digest(alg->tfm, data, size, out); in fsverity_hash_buffer()
|
/linux-6.12.1/include/crypto/ |
D | hash.h | 845 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data,
|
/linux-6.12.1/security/keys/encrypted-keys/ |
D | encrypted.c | 347 err = crypto_shash_tfm_digest(tfm, buf, buflen, digest); in calc_hmac() 377 ret = crypto_shash_tfm_digest(hash_tfm, derived_buf, derived_buf_len, in get_derived_key()
|
/linux-6.12.1/drivers/nfc/s3fwrn5/ |
D | firmware.c | 428 ret = crypto_shash_tfm_digest(tfm, fw->image, image_size, hash_data); in s3fwrn5_fw_download()
|
/linux-6.12.1/fs/nfsd/ |
D | nfs4recover.c | 131 status = crypto_shash_tfm_digest(tfm, clname->data, clname->len, in nfs4_make_rec_clidname() 1187 ret = crypto_shash_tfm_digest(tfm, principal, strlen(principal), in nfsd4_cld_create_v2() 1398 status = crypto_shash_tfm_digest(tfm, principal, in nfsd4_cld_check_v2()
|
/linux-6.12.1/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 291 ret = crypto_shash_tfm_digest(shash, key, key_len, in ccp_sha_setkey()
|
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 39 ret = crypto_shash_tfm_digest(xtfm, key, keylen, tfmctx->key); in sun8i_ss_hashkey()
|
/linux-6.12.1/net/sctp/ |
D | auth.c | 745 crypto_shash_tfm_digest(tfm, (u8 *)auth, end - (unsigned char *)auth, in sctp_auth_calculate_hmac()
|
D | sm_make_chunk.c | 1724 crypto_shash_tfm_digest(tfm, (u8 *)&cookie->c, bodysize, in sctp_pack_cookie() 1791 crypto_shash_tfm_digest(tfm, (u8 *)bear_cookie, bodysize, in sctp_unpack_cookie()
|
/linux-6.12.1/drivers/crypto/ |
D | omap-sham.c | 1230 return crypto_shash_tfm_digest(tctx->fallback, ctx->buffer + offset, in omap_sham_final_shash() 1297 err = crypto_shash_tfm_digest(bctx->shash, key, keylen, in omap_sham_setkey()
|
D | s5p-sss.c | 1552 return crypto_shash_tfm_digest(tctx->fallback, ctx->buffer, in s5p_hash_final()
|
D | n2_core.c | 478 err = crypto_shash_tfm_digest(child_shash, key, keylen, in n2_hmac_async_setkey()
|
/linux-6.12.1/arch/arm64/crypto/ |
D | aes-glue.c | 174 crypto_shash_tfm_digest(ctx->hash, in_key, key_len, digest); in essiv_cbc_set_key()
|
/linux-6.12.1/drivers/crypto/ccree/ |
D | cc_cipher.c | 472 err = crypto_shash_tfm_digest(ctx_p->shash_tfm, in cc_cipher_setkey()
|
/linux-6.12.1/fs/ecryptfs/ |
D | crypto.c | 65 int rc = crypto_shash_tfm_digest(crypt_stat->hash_tfm, src, len, dst); in ecryptfs_calculate_md5()
|
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-aes.c | 1547 return crypto_shash_tfm_digest(ctx->fallback_tfm, in tegra_cmac_do_final()
|
/linux-6.12.1/drivers/crypto/axis/ |
D | artpec6_crypto.c | 2249 ret = crypto_shash_tfm_digest(tfm_ctx->child_hash, key, keylen, in artpec6_crypto_hash_set_key()
|
/linux-6.12.1/drivers/crypto/stm32/ |
D | stm32-hash.c | 951 ret = crypto_shash_tfm_digest(ctx->xtfm, NULL, 0, rctx->digest); in stm32_hash_emptymsg_fallback()
|