Linux Kernel
3.7.1
|
#include <encrypted-type.h>
Data Fields | |
struct rcu_head | rcu |
char * | format |
char * | master_desc |
char * | datalen |
u8 * | iv |
u8 * | encrypted_data |
unsigned short | datablob_len |
unsigned short | decrypted_datalen |
unsigned short | payload_datalen |
unsigned short | encrypted_key_format |
u8 * | decrypted_data |
u8 | payload_data [0] |
Definition at line 21 of file encrypted-type.h.
unsigned short datablob_len |
Definition at line 28 of file encrypted-type.h.
char* datalen |
Definition at line 25 of file encrypted-type.h.
u8* decrypted_data |
Definition at line 32 of file encrypted-type.h.
unsigned short decrypted_datalen |
Definition at line 29 of file encrypted-type.h.
u8* encrypted_data |
Definition at line 27 of file encrypted-type.h.
unsigned short encrypted_key_format |
Definition at line 31 of file encrypted-type.h.
Definition at line 23 of file encrypted-type.h.
u8* iv |
Definition at line 26 of file encrypted-type.h.
char* master_desc |
Definition at line 24 of file encrypted-type.h.
u8 payload_data[0] |
Definition at line 33 of file encrypted-type.h.
unsigned short payload_datalen |
Definition at line 30 of file encrypted-type.h.
Definition at line 22 of file encrypted-type.h.