Linux Kernel
3.7.1
|
#include <crypto4xx_core.h>
Data Fields | |
struct crypto4xx_device * | dev |
u32 | state |
u32 | using_sd |
u32 | first_gd |
u32 | num_gd |
u32 | first_sd |
u32 | num_sd |
void * | sa_va |
u32 | sa_pa |
void * | sr_va |
u32 | sr_pa |
struct scatterlist * | dest_va |
struct crypto_async_request * | async_req |
Definition at line 49 of file crypto4xx_core.h.
struct crypto_async_request* async_req |
Definition at line 66 of file crypto4xx_core.h.
struct scatterlist* dest_va |
Definition at line 65 of file crypto4xx_core.h.
struct crypto4xx_device* dev |
Definition at line 50 of file crypto4xx_core.h.
u32 first_gd |
Definition at line 53 of file crypto4xx_core.h.
u32 first_sd |
Definition at line 57 of file crypto4xx_core.h.
u32 num_gd |
Definition at line 55 of file crypto4xx_core.h.
u32 num_sd |
Definition at line 59 of file crypto4xx_core.h.
u32 sa_pa |
Definition at line 62 of file crypto4xx_core.h.
void* sa_va |
Definition at line 61 of file crypto4xx_core.h.
u32 sr_pa |
Definition at line 64 of file crypto4xx_core.h.
void* sr_va |
Definition at line 63 of file crypto4xx_core.h.
Definition at line 51 of file crypto4xx_core.h.
u32 using_sd |
Definition at line 52 of file crypto4xx_core.h.