Linux Kernel
3.7.1
|
Data Fields | |
struct cryp_config | config |
u8 | key [CRYP_MAX_KEY_SIZE] |
u32 | keylen |
u8 * | iv |
const u8 * | indata |
u8 * | outdata |
u32 | datalen |
u32 | outlen |
u32 | blocksize |
u8 | updated |
struct cryp_device_context | dev_ctx |
struct cryp_device_data * | device |
u32 | session_id |
struct cryp_ctx - Crypto context : Crypto mode. [CRYP_MAX_KEY_SIZE]: Key. : Length of key. : Pointer to initialization vector. : Pointer to indata. : Pointer to outdata. : Length of indata. : Length of outdata. : Size of blocks. : Updated flag. : Device dependent context. : Pointer to the device.
Definition at line 76 of file cryp_core.c.
u32 blocksize |
Definition at line 85 of file cryp_core.c.
Definition at line 77 of file cryp_core.c.
u32 datalen |
Definition at line 83 of file cryp_core.c.
struct cryp_device_context dev_ctx |
Definition at line 87 of file cryp_core.c.
Definition at line 88 of file cryp_core.c.
Definition at line 81 of file cryp_core.c.
u8* iv |
Definition at line 80 of file cryp_core.c.
u8 key[CRYP_MAX_KEY_SIZE] |
Definition at line 78 of file cryp_core.c.
u32 keylen |
Definition at line 79 of file cryp_core.c.
u8* outdata |
Definition at line 82 of file cryp_core.c.
u32 outlen |
Definition at line 84 of file cryp_core.c.
u32 session_id |
Definition at line 89 of file cryp_core.c.
u8 updated |
Definition at line 86 of file cryp_core.c.