Linux Kernel
3.7.1
|
#include <ecryptfs.h>
Data Fields | |
u16 | version |
u16 | token_type |
u32 | flags |
struct ecryptfs_session_key | session_key |
u8 | reserved [32] |
union { | |
struct ecryptfs_password password | |
struct ecryptfs_private_key private_key | |
} | token |
Definition at line 100 of file ecryptfs.h.
u32 flags |
Definition at line 104 of file ecryptfs.h.
struct ecryptfs_password password |
Definition at line 108 of file ecryptfs.h.
struct ecryptfs_private_key private_key |
Definition at line 109 of file ecryptfs.h.
u8 reserved[32] |
Definition at line 106 of file ecryptfs.h.
Definition at line 105 of file ecryptfs.h.
union { ... } token |
Definition at line 102 of file ecryptfs.h.
u16 version |
Definition at line 101 of file ecryptfs.h.