Home
last modified time | relevance | path

Searched refs:crypto_shash_digest (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/crypto/
H A Dshash.c204 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() function
219 EXPORT_SYMBOL_GPL(crypto_shash_digest); variable
229 err = crypto_shash_digest(desc, data, len, out); in crypto_shash_tfm_digest()
334 err = crypto_shash_digest(desc, data + offset, nbytes, in shash_ahash_digest()
H A Dhmac.c59 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
/kernel/linux/linux-6.6/crypto/
H A Dshash.c227 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() function
251 EXPORT_SYMBOL_GPL(crypto_shash_digest); variable
261 err = crypto_shash_digest(desc, data, len, out); in crypto_shash_tfm_digest()
366 err = crypto_shash_digest(desc, data + offset, nbytes, in shash_ahash_digest()
H A Dhmac.c63 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
/kernel/linux/linux-5.10/net/mac80211/
H A Dfils_aead.c35 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()
/kernel/linux/linux-6.6/net/mac80211/
H A Dfils_aead.c35 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()
/kernel/linux/linux-6.6/fs/verity/
H A Dhash_algs.c195 err = crypto_shash_digest(desc, data, params->block_size, out); in fsverity_hash_block()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dx509_public_key.c80 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->digest); in x509_get_sig_params()
H A Dpkcs7_verify.c62 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, in pkcs7_digest()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dcrypto.c234 ret = crypto_shash_digest(shash, info, info_len, output); in hmac_sha256()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dcrypto.c234 ret = crypto_shash_digest(shash, info, info_len, output); in hmac_sha256()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dx509_public_key.c78 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
H A Dpkcs7_verify.c62 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, in pkcs7_digest()
/kernel/linux/common_modules/tzdriver/auth/
H A Dclient_hash_auth.c408 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in calc_hash()
/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6_hmac.c149 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
151 pr_debug("sr-ipv6: crypto_shash_digest failed: err %d\n", ret); in __do_hmac()
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h853 * crypto_shash_digest() - calculate message digest for buffer
867 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
877 * This is a simplified version of crypto_shash_digest() for users who don't
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h907 * crypto_shash_digest() - calculate message digest for buffer
921 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
931 * This is a simplified version of crypto_shash_digest() for users who don't
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_hmac.c148 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
150 pr_debug("sr-ipv6: crypto_shash_digest failed: err %d\n", ret); in __do_hmac()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Ddomain.c712 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
/kernel/linux/linux-5.10/net/bluetooth/
H A Damp.c158 ret = crypto_shash_digest(shash, plaintext, psize, output); in hmac_sha256()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddomain.c741 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dioctl.c466 return crypto_shash_digest(shash, modulus, SGX_MODULUS_SIZE, hash); in __sgx_get_key_hash()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c63 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dkeystore.c759 rc = crypto_shash_digest(s->hash_desc, in ecryptfs_write_tag_70_packet()
774 rc = crypto_shash_digest(s->hash_desc, (u8 *)s->hash, in ecryptfs_write_tag_70_packet()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dkeystore.c760 rc = crypto_shash_digest(s->hash_desc, in ecryptfs_write_tag_70_packet()
775 rc = crypto_shash_digest(s->hash_desc, (u8 *)s->hash, in ecryptfs_write_tag_70_packet()

Completed in 24 milliseconds

123