Searched defs:zcrypt_device (Results 1 – 1 of 1) sorted by relevance
102 struct zcrypt_device { struct103 struct list_head list; /* Device list. */104 spinlock_t lock; /* Per device lock. */128 struct zcrypt_device *zcrypt_device_alloc(size_t); argument