Linux Kernel
3.7.1
|
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 |
Definition at line 37 of file aes_s390.c.
struct crypto_blkcipher* blk |
Definition at line 44 of file aes_s390.c.
struct crypto_cipher* cip |
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 |
u8 iv[AES_BLOCK_SIZE] |
Definition at line 38 of file aes_s390.c.
u8 key[AES_MAX_KEY_SIZE] |
Definition at line 39 of file aes_s390.c.
int key_len |
Definition at line 42 of file aes_s390.c.