/kernel/linux/linux-5.10/crypto/ |
H A D | shash.c | 204 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 D | hmac.c | 59 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 227 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 D | hmac.c | 63 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A 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()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/verity/ |
H A D | hash_algs.c | 195 err = crypto_shash_digest(desc, data, params->block_size, out); in fsverity_hash_block()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 80 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->digest); in x509_get_sig_params()
|
H A D | pkcs7_verify.c | 62 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, in pkcs7_digest()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | crypto.c | 234 ret = crypto_shash_digest(shash, info, info_len, output); in hmac_sha256()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | crypto.c | 234 ret = crypto_shash_digest(shash, info, info_len, output); in hmac_sha256()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 78 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
H A D | pkcs7_verify.c | 62 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, in pkcs7_digest()
|
/kernel/linux/common_modules/tzdriver/auth/ |
H A D | client_hash_auth.c | 408 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in calc_hash()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_hmac.c | 149 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 D | hash.h | 853 * 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 D | hash.h | 907 * 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 D | seg6_hmac.c | 148 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 D | domain.c | 712 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | amp.c | 158 ret = crypto_shash_digest(shash, plaintext, psize, output); in hmac_sha256()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | domain.c | 741 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 D | ioctl.c | 466 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 D | trusted_tpm1.c | 63 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | keystore.c | 759 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 D | keystore.c | 760 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()
|