Home
last modified time | relevance | path

Searched refs:crypto_shash_digest (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/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);
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()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dintegrity.c228 err = crypto_shash_digest(desc, buf, INCFS_DATA_FILE_BLOCK_SIZE, in incfs_calc_digest()
233 return crypto_shash_digest(desc, data.data, data.len, digest.data); in incfs_calc_digest()
H A Dverity.c138 return crypto_shash_digest(d, (u8 *)desc, sizeof(*desc), digest); in incfs_compute_file_digest()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst35 … crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shas…
H A Dapi-samples.rst130 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14062 crypto_shash_digest
H A Dabi_gki_aarch64_virtual_device763 crypto_shash_digest
H A Dabi_gki_aarch64_generic252 crypto_shash_digest
H A Dabi_gki_aarch64_db845c1004 crypto_shash_digest
H A Dabi_gki_aarch64_exynos236 crypto_shash_digest
H A Dabi_gki_aarch64_imx1688 crypto_shash_digest
H A Dabi_gki_aarch64_qcom304 crypto_shash_digest
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_hmac.c149 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h867 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddomain.c712 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Damp.c158 ret = crypto_shash_digest(shash, plaintext, psize, output); in hmac_sha256()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c70 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile-item.c616 crypto_shash_digest(shash, data + bvec.bv_offset in btrfs_csum_one_bio()
H A Dcompression.c167 crypto_shash_digest(shash, kaddr, PAGE_SIZE, csum); in check_compressed_csum()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_algs.c115 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes()

12