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

Data Fields

struct cryp_config config
 
u8 key [CRYP_MAX_KEY_SIZE]
 
u32 keylen
 
u8iv
 
const u8indata
 
u8outdata
 
u32 datalen
 
u32 outlen
 
u32 blocksize
 
u8 updated
 
struct cryp_device_context dev_ctx
 
struct cryp_device_datadevice
 
u32 session_id
 

Detailed Description

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.

Field Documentation

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.

Definition at line 87 of file cryp_core.c.

Definition at line 88 of file cryp_core.c.

const u8* indata

Definition at line 81 of file cryp_core.c.

u8* iv

Definition at line 80 of file cryp_core.c.

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.


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