Linux Kernel
3.7.1
|
Data Fields | |
u16 | reserved |
u8 | init_len |
u8 | mode |
u8 | iv [MAX_IVLEN] |
u32 | icv_rev_aes |
u32 | src_buf |
u32 | dst_buf |
u16 | auth_len |
u16 | auth_offs |
u16 | crypt_len |
u16 | crypt_offs |
u32 | aadAddr |
u32 | crypto_ctx |
unsigned | ctl_flags |
union { | |
struct ablkcipher_request * ablk_req | |
struct aead_request * aead_req | |
struct crypto_tfm * tfm | |
} | data |
struct buffer_desc * | regist_buf |
u8 * | regist_ptr |
Definition at line 114 of file ixp4xx_crypto.c.
u32 aadAddr |
Definition at line 139 of file ixp4xx_crypto.c.
struct ablkcipher_request* ablk_req |
Definition at line 145 of file ixp4xx_crypto.c.
struct aead_request* aead_req |
Definition at line 146 of file ixp4xx_crypto.c.
u16 auth_len |
Definition at line 134 of file ixp4xx_crypto.c.
u16 auth_offs |
Definition at line 135 of file ixp4xx_crypto.c.
u16 crypt_len |
Definition at line 136 of file ixp4xx_crypto.c.
u16 crypt_offs |
Definition at line 137 of file ixp4xx_crypto.c.
u32 crypto_ctx |
Definition at line 140 of file ixp4xx_crypto.c.
unsigned ctl_flags |
Definition at line 143 of file ixp4xx_crypto.c.
union { ... } data |
u32 dst_buf |
Definition at line 127 of file ixp4xx_crypto.c.
u32 icv_rev_aes |
Definition at line 125 of file ixp4xx_crypto.c.
u8 init_len |
Definition at line 121 of file ixp4xx_crypto.c.
Definition at line 124 of file ixp4xx_crypto.c.
u8 mode |
Definition at line 122 of file ixp4xx_crypto.c.
struct buffer_desc* regist_buf |
Definition at line 149 of file ixp4xx_crypto.c.
u8* regist_ptr |
Definition at line 150 of file ixp4xx_crypto.c.
u16 reserved |
Definition at line 120 of file ixp4xx_crypto.c.
u32 src_buf |
Definition at line 126 of file ixp4xx_crypto.c.
struct crypto_tfm* tfm |
Definition at line 147 of file ixp4xx_crypto.c.