/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hkdf.c | 58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | hkdf.c | 58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
|
/kernel/linux/linux-6.6/fs/verity/ |
H A D | hash_algs.c | 214 return crypto_shash_tfm_digest(alg->tfm, data, size, out); in fsverity_hash_buffer()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | auth.c | 35 return crypto_shash_tfm_digest(c->hash_tfm, node, le32_to_cpu(ch->len), in __ubifs_node_calc_hash() 50 return crypto_shash_tfm_digest(c->hmac_tfm, hash, c->hash_len, hmac); in ubifs_hash_calc_hmac()
|
H A D | master.c | 71 crypto_shash_tfm_digest(c->hash_tfm, node + sizeof(struct ubifs_ch), in mst_node_check_hash()
|
H A D | replay.c | 615 err = crypto_shash_tfm_digest(c->hmac_tfm, hash, in authenticate_sleb()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | auth.c | 34 return crypto_shash_tfm_digest(c->hash_tfm, node, le32_to_cpu(ch->len), in __ubifs_node_calc_hash() 49 return crypto_shash_tfm_digest(c->hmac_tfm, hash, c->hash_len, hmac); in ubifs_hash_calc_hmac()
|
H A D | master.c | 71 crypto_shash_tfm_digest(c->hash_tfm, node + sizeof(struct ubifs_ch), in mst_node_check_hash()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | shash.c | 221 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, in crypto_shash_tfm_digest() function 235 EXPORT_SYMBOL_GPL(crypto_shash_tfm_digest); variable
|
H A D | essiv.c | 80 err = crypto_shash_tfm_digest(tctx->hash, key, keylen, salt); in essiv_skcipher_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 253 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, in crypto_shash_tfm_digest() function 267 EXPORT_SYMBOL_GPL(crypto_shash_tfm_digest); variable
|
H A D | essiv.c | 81 err = crypto_shash_tfm_digest(tctx->hash, key, keylen, salt); in essiv_skcipher_setkey()
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
H A D | encrypted.c | 341 err = crypto_shash_tfm_digest(tfm, buf, buflen, digest); in calc_hmac() 371 ret = crypto_shash_tfm_digest(hash_tfm, derived_buf, derived_buf_len, in get_derived_key()
|
/kernel/linux/linux-6.6/security/keys/encrypted-keys/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/ |
H A D | firmware.c | 439 ret = crypto_shash_tfm_digest(tfm, fw->image, image_size, hash_data); in s3fwrn5_fw_download()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 871 * crypto_shash_tfm_digest() - calculate message digest for buffer 879 * crypto_shash_tfm_digest() takes a hash transformation object (crypto_shash) 886 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 925 * crypto_shash_tfm_digest() - calculate message digest for buffer 933 * crypto_shash_tfm_digest() takes a hash transformation object (crypto_shash) 940 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data,
|
/kernel/linux/linux-6.6/drivers/nvme/common/ |
H A D | auth.c | 321 ret = crypto_shash_tfm_digest(tfm, skey, skey_len, hkey); in nvme_auth_hash_skey()
|
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/ |
H A D | firmware.c | 428 ret = crypto_shash_tfm_digest(tfm, fw->image, image_size, hash_data); in s3fwrn5_fw_download()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4recover.c | 130 status = crypto_shash_tfm_digest(tfm, clname->data, clname->len, in nfs4_make_rec_clidname() 1170 ret = crypto_shash_tfm_digest(tfm, principal, strlen(principal), in nfsd4_cld_create_v2() 1376 status = crypto_shash_tfm_digest(tfm, principal, in nfsd4_cld_check_v2()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4recover.c | 130 status = crypto_shash_tfm_digest(tfm, clname->data, clname->len, in nfs4_make_rec_clidname() 1170 ret = crypto_shash_tfm_digest(tfm, principal, strlen(principal), in nfsd4_cld_create_v2() 1376 status = crypto_shash_tfm_digest(tfm, principal, in nfsd4_cld_check_v2()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 290 ret = crypto_shash_tfm_digest(shash, key, key_len, in ccp_sha_setkey()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | auth.c | 745 crypto_shash_tfm_digest(tfm, (u8 *)auth, end - (unsigned char *)auth, in sctp_auth_calculate_hmac()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 291 ret = crypto_shash_tfm_digest(shash, key, key_len, in ccp_sha_setkey()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | auth.c | 745 crypto_shash_tfm_digest(tfm, (u8 *)auth, end - (unsigned char *)auth, in sctp_auth_calculate_hmac()
|