Linux Kernel
3.7.1
|
Data Fields | |
struct ix_sa_dir | encrypt |
struct ix_sa_dir | decrypt |
int | authkey_len |
u8 | authkey [MAX_KEYLEN] |
int | enckey_len |
u8 | enckey [MAX_KEYLEN] |
u8 | salt [MAX_IVLEN] |
u8 | nonce [CTR_RFC3686_NONCE_SIZE] |
unsigned | salted |
atomic_t | configuring |
struct completion | completion |
Definition at line 178 of file ixp4xx_crypto.c.
u8 authkey[MAX_KEYLEN] |
Definition at line 182 of file ixp4xx_crypto.c.
int authkey_len |
Definition at line 181 of file ixp4xx_crypto.c.
Definition at line 189 of file ixp4xx_crypto.c.
atomic_t configuring |
Definition at line 188 of file ixp4xx_crypto.c.
Definition at line 180 of file ixp4xx_crypto.c.
u8 enckey[MAX_KEYLEN] |
Definition at line 184 of file ixp4xx_crypto.c.
int enckey_len |
Definition at line 183 of file ixp4xx_crypto.c.
Definition at line 179 of file ixp4xx_crypto.c.
u8 nonce[CTR_RFC3686_NONCE_SIZE] |
Definition at line 186 of file ixp4xx_crypto.c.
Definition at line 185 of file ixp4xx_crypto.c.
unsigned salted |
Definition at line 187 of file ixp4xx_crypto.c.