Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
aes_ctx Struct Reference

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
 
u32D
 
int key_length
 
u32 E [60]
 
u32 D [60]
 

Detailed Description

Definition at line 57 of file padlock-aes.c.

Member Function Documentation

Field Documentation

struct { ... } cword
u32* D

Definition at line 66 of file padlock-aes.c.

u32 D[60]

Definition at line 100 of file aes.c.

struct cword decrypt

Definition at line 64 of file padlock-aes.c.

u32 E[60]

Definition at line 99 of file aes.c.

struct cword encrypt

Definition at line 63 of file padlock-aes.c.

int key_length

Definition at line 98 of file aes.c.


The documentation for this struct was generated from the following files: