Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dshash.c205 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() function
220 EXPORT_SYMBOL_GPL(crypto_shash_digest);
321 err = crypto_shash_digest(desc, data + offset, nbytes, in shash_ahash_digest()
Dhmac.c66 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
/linux-4.19.296/crypto/asymmetric_keys/
Dx509_public_key.c82 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->digest); in x509_get_sig_params()
Dpkcs7_verify.c62 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, in pkcs7_digest()
/linux-4.19.296/fs/crypto/
Dkeyinfo.c238 return crypto_shash_digest(desc, key, keysize, salt); in derive_essiv_salt()
/linux-4.19.296/include/crypto/
Dhash.h833 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
/linux-4.19.296/drivers/thunderbolt/
Ddomain.c670 ret = crypto_shash_digest(shash, challenge, sizeof(hmac), hmac); in tb_domain_challenge_switch_key()
/linux-4.19.296/fs/ecryptfs/
Dkeystore.c774 rc = crypto_shash_digest(s->hash_desc, in ecryptfs_write_tag_70_packet()
789 rc = crypto_shash_digest(s->hash_desc, (u8 *)s->hash, in ecryptfs_write_tag_70_packet()
Dcrypto.c72 err = crypto_shash_digest(desc, src, len, dst); in ecryptfs_hash_digest()
/linux-4.19.296/fs/nfsd/
Dnfs4recover.c131 status = crypto_shash_digest(desc, clname->data, clname->len, in nfs4_make_rec_clidname()