Searched defs:crypt_options (Results 1 – 1 of 1) sorted by relevance
531 struct crypt_options { struct532 const char *name;533 const char *device;535 const char *cipher;559 int crypt_create_device(struct crypt_options *options); argument