|
Linux Kernel
3.7.1
|
Data Fields | |
| cryptocop_tfrm_id | tid |
| unsigned int | blocklength |
| unsigned int | start_ix |
| struct cryptocop_tfrm_cfg * | tcfg |
| struct cryptocop_transform_ctx * | tctx |
| unsigned char | previous_src |
| unsigned char | current_src |
| unsigned char | hash_conf |
| unsigned char | hash_mode |
| unsigned char | ciph_conf |
| unsigned char | cbcmode |
| unsigned char | decrypt |
| unsigned int | requires_padding:1 |
| unsigned int | strict_block_length:1 |
| unsigned int | active:1 |
| unsigned int | done:1 |
| size_t | consumed |
| size_t | produced |
| struct cryptocop_dma_desc * | pad_descs |
| struct cryptocop_tfrm_ctx * | prev_src |
| struct cryptocop_tfrm_ctx * | curr_src |
| unsigned char | unit_no |
Definition at line 85 of file cryptocop.c.
| unsigned int active |
Definition at line 106 of file cryptocop.c.
| unsigned int blocklength |
Definition at line 87 of file cryptocop.c.
| unsigned char cbcmode |
Definition at line 101 of file cryptocop.c.
| unsigned char ciph_conf |
Definition at line 100 of file cryptocop.c.
| size_t consumed |
Definition at line 108 of file cryptocop.c.
| struct cryptocop_tfrm_ctx* curr_src |
Definition at line 116 of file cryptocop.c.
| unsigned char current_src |
Definition at line 95 of file cryptocop.c.
| unsigned char decrypt |
Definition at line 102 of file cryptocop.c.
| unsigned int done |
Definition at line 107 of file cryptocop.c.
| unsigned char hash_conf |
Definition at line 98 of file cryptocop.c.
Definition at line 99 of file cryptocop.c.
| struct cryptocop_dma_desc* pad_descs |
Definition at line 113 of file cryptocop.c.
| struct cryptocop_tfrm_ctx* prev_src |
Definition at line 115 of file cryptocop.c.
| unsigned char previous_src |
Definition at line 94 of file cryptocop.c.
| size_t produced |
Definition at line 109 of file cryptocop.c.
| unsigned int requires_padding |
Definition at line 104 of file cryptocop.c.
| unsigned int start_ix |
Definition at line 89 of file cryptocop.c.
| unsigned int strict_block_length |
Definition at line 105 of file cryptocop.c.
| struct cryptocop_tfrm_cfg* tcfg |
Definition at line 91 of file cryptocop.c.
Definition at line 92 of file cryptocop.c.
| cryptocop_tfrm_id tid |
Definition at line 86 of file cryptocop.c.
| unsigned char unit_no |
Definition at line 119 of file cryptocop.c.
1.8.2