| /OK3568_Linux_fs/kernel/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); 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()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | integrity.c | 228 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 D | verity.c | 138 return crypto_shash_digest(d, (u8 *)desc, sizeof(*desc), digest); in incfs_compute_file_digest()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 35 … crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shas…
|
| H A D | api-samples.rst | 130 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 62 crypto_shash_digest
|
| H A D | abi_gki_aarch64_virtual_device | 763 crypto_shash_digest
|
| H A D | abi_gki_aarch64_generic | 252 crypto_shash_digest
|
| H A D | abi_gki_aarch64_db845c | 1004 crypto_shash_digest
|
| H A D | abi_gki_aarch64_exynos | 236 crypto_shash_digest
|
| H A D | abi_gki_aarch64_imx | 1688 crypto_shash_digest
|
| H A D | abi_gki_aarch64_qcom | 304 crypto_shash_digest
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | seg6_hmac.c | 149 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 867 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | domain.c | 712 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | amp.c | 158 ret = crypto_shash_digest(shash, plaintext, psize, output); in hmac_sha256()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 70 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | file-item.c | 616 crypto_shash_digest(shash, data + bvec.bv_offset in btrfs_csum_one_bio()
|
| H A D | compression.c | 167 crypto_shash_digest(shash, kaddr, PAGE_SIZE, csum); in check_compressed_csum()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | qat_algs.c | 115 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes()
|