Searched defs:zcrypt_device (Results 1 – 1 of 1) sorted by relevance
101 struct zcrypt_device { struct102 struct list_head list; /* Device list. */103 spinlock_t lock; /* Per device lock. */127 struct zcrypt_device *zcrypt_device_alloc(size_t); argument