Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ecryptfs/
Dkeystore.c618 struct shash_desc *hash_desc; member
764 s->hash_desc = kmalloc(sizeof(*s->hash_desc) + in ecryptfs_write_tag_70_packet()
766 if (!s->hash_desc) { in ecryptfs_write_tag_70_packet()
771 s->hash_desc->tfm = s->hash_tfm; in ecryptfs_write_tag_70_packet()
772 s->hash_desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in ecryptfs_write_tag_70_packet()
774 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()
865 kzfree(s->hash_desc); in ecryptfs_write_tag_70_packet()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_puda.h139 struct shash_desc *hash_desc; member
Di40iw_puda.c816 i40iw_free_hash_desc(rsrc->hash_desc); in i40iw_puda_dele_resources()
969 if (!i40iw_init_hash_desc(&rsrc->hash_desc)) { in i40iw_puda_create_rsrc()
1206 status = i40iw_ieq_check_mpacrc(ieq->hash_desc, txbuf->data, in i40iw_ieq_handle_partial()
1274 ret = i40iw_ieq_check_mpacrc(ieq->hash_desc, in i40iw_ieq_process_buf()