Linux Kernel
3.7.1
|
Public Member Functions | |
u32 E[AES_MAX_KEYLENGTH_U32] | __attribute__ ((__aligned__(PADLOCK_ALIGNMENT))) |
u32 d_data[AES_MAX_KEYLENGTH_U32] | __attribute__ ((__aligned__(PADLOCK_ALIGNMENT))) |
Data Fields | |
struct { | |
struct cword encrypt | |
struct cword decrypt | |
} | cword |
u32 * | D |
int | key_length |
u32 | E [60] |
u32 | D [60] |
Definition at line 57 of file padlock-aes.c.
u32 E [AES_MAX_KEYLENGTH_U32] __attribute__ | ( | (__aligned__(PADLOCK_ALIGNMENT)) | ) |
u32 d_data [AES_MAX_KEYLENGTH_U32] __attribute__ | ( | (__aligned__(PADLOCK_ALIGNMENT)) | ) |
struct { ... } cword |
u32* D |
Definition at line 66 of file padlock-aes.c.
Definition at line 64 of file padlock-aes.c.
Definition at line 63 of file padlock-aes.c.