Home
last modified time | relevance | path

Searched refs:crypto_shash_tfm_digest (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/fs/crypto/
H A Dhkdf.c58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
/kernel/linux/linux-6.6/fs/crypto/
H A Dhkdf.c58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
/kernel/linux/linux-6.6/fs/verity/
H A Dhash_algs.c214 return crypto_shash_tfm_digest(alg->tfm, data, size, out); in fsverity_hash_buffer()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dauth.c35 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 Dmaster.c71 crypto_shash_tfm_digest(c->hash_tfm, node + sizeof(struct ubifs_ch), in mst_node_check_hash()
H A Dreplay.c615 err = crypto_shash_tfm_digest(c->hmac_tfm, hash, in authenticate_sleb()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dauth.c34 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 Dmaster.c71 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 Dshash.c221 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 Dessiv.c80 err = crypto_shash_tfm_digest(tctx->hash, key, keylen, salt); in essiv_skcipher_setkey()
/kernel/linux/linux-6.6/crypto/
H A Dshash.c253 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 Dessiv.c81 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 Dencrypted.c341 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 Dencrypted.c347 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 Dfirmware.c439 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 Dhash.h871 * 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 Dhash.h925 * 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 Dauth.c321 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 Dfirmware.c428 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 Dnfs4recover.c130 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 Dnfs4recover.c130 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 Dccp-crypto-sha.c290 ret = crypto_shash_tfm_digest(shash, key, key_len, in ccp_sha_setkey()
/kernel/linux/linux-5.10/net/sctp/
H A Dauth.c745 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 Dccp-crypto-sha.c291 ret = crypto_shash_tfm_digest(shash, key, key_len, in ccp_sha_setkey()
/kernel/linux/linux-6.6/net/sctp/
H A Dauth.c745 crypto_shash_tfm_digest(tfm, (u8 *)auth, end - (unsigned char *)auth, in sctp_auth_calculate_hmac()

Completed in 28 milliseconds

12