Linux Kernel
3.7.1
|
Definition at line 169 of file picoxcell_crypto.c.
size_t auth_size |
Definition at line 176 of file picoxcell_crypto.c.
u8 cipher_key[AES_MAX_KEY_SIZE] |
Definition at line 171 of file picoxcell_crypto.c.
u8 cipher_key_len |
Definition at line 173 of file picoxcell_crypto.c.
struct spacc_generic_ctx generic |
Definition at line 170 of file picoxcell_crypto.c.
Definition at line 172 of file picoxcell_crypto.c.
u8 hash_key_len |
Definition at line 174 of file picoxcell_crypto.c.
u8 salt[AES_BLOCK_SIZE] |
Definition at line 177 of file picoxcell_crypto.c.
struct crypto_aead* sw_cipher |
Definition at line 175 of file picoxcell_crypto.c.