Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
s390_aes_ctx Struct Reference

Data Fields

u8 iv [AES_BLOCK_SIZE]
 
u8 key [AES_MAX_KEY_SIZE]
 
long enc
 
long dec
 
int key_len
 
union {
   struct crypto_blkcipher *   blk
 
   struct crypto_cipher *   cip
 
fallback
 

Detailed Description

Definition at line 37 of file aes_s390.c.

Field Documentation

Definition at line 44 of file aes_s390.c.

Definition at line 45 of file aes_s390.c.

long dec

Definition at line 41 of file aes_s390.c.

long enc

Definition at line 40 of file aes_s390.c.

union { ... } fallback

Definition at line 38 of file aes_s390.c.

Definition at line 39 of file aes_s390.c.

int key_len

Definition at line 42 of file aes_s390.c.


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