|
Linux Kernel
3.7.1
|
Data Fields | |
| struct list_head | list |
| struct spacc_engine * | engine |
| struct crypto_async_request * | req |
| int | result |
| bool | is_encrypt |
| unsigned | ctx_id |
| dma_addr_t | src_addr |
| dma_addr_t | dst_addr |
| struct spacc_ddt * | src_ddt |
| struct spacc_ddt * | dst_ddt |
| void(* | complete )(struct spacc_req *req) |
| u8 * | giv |
| size_t | giv_len |
| dma_addr_t | giv_pa |
Definition at line 91 of file picoxcell_crypto.c.
| unsigned ctx_id |
Definition at line 97 of file picoxcell_crypto.c.
| dma_addr_t dst_addr |
Definition at line 98 of file picoxcell_crypto.c.
Definition at line 99 of file picoxcell_crypto.c.
| struct spacc_engine* engine |
Definition at line 93 of file picoxcell_crypto.c.
| u8* giv |
Definition at line 103 of file picoxcell_crypto.c.
| size_t giv_len |
Definition at line 104 of file picoxcell_crypto.c.
| dma_addr_t giv_pa |
Definition at line 105 of file picoxcell_crypto.c.
| bool is_encrypt |
Definition at line 96 of file picoxcell_crypto.c.
Definition at line 92 of file picoxcell_crypto.c.
Definition at line 94 of file picoxcell_crypto.c.
| int result |
Definition at line 95 of file picoxcell_crypto.c.
| dma_addr_t src_addr |
Definition at line 98 of file picoxcell_crypto.c.
Definition at line 99 of file picoxcell_crypto.c.
1.8.2