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