Home
last modified time | relevance | path

Searched refs:hash_desc (Results 1 – 3 of 3) sorted by relevance

/fs/ecryptfs/
Dkeystore.c488 struct hash_desc hash_desc; member
620 s->hash_desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in ecryptfs_write_tag_70_packet()
621 s->hash_desc.tfm = crypto_alloc_hash(ECRYPTFS_TAG_70_DIGEST, 0, in ecryptfs_write_tag_70_packet()
623 if (IS_ERR(s->hash_desc.tfm)) { in ecryptfs_write_tag_70_packet()
624 rc = PTR_ERR(s->hash_desc.tfm); in ecryptfs_write_tag_70_packet()
630 rc = crypto_hash_init(&s->hash_desc); in ecryptfs_write_tag_70_packet()
638 &s->hash_desc, &s->hash_sg, in ecryptfs_write_tag_70_packet()
646 rc = crypto_hash_final(&s->hash_desc, s->hash); in ecryptfs_write_tag_70_packet()
660 rc = crypto_hash_init(&s->hash_desc); in ecryptfs_write_tag_70_packet()
667 rc = crypto_hash_update(&s->hash_desc, &s->hash_sg, in ecryptfs_write_tag_70_packet()
[all …]
Dcrypto.c99 struct hash_desc desc = { in ecryptfs_calculate_md5()
/fs/nfsd/
Dnfs4recover.c97 struct hash_desc desc; in nfs4_make_rec_clidname()