Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | cryptlen |
unsigned int | headlen |
unsigned int | trailen |
struct scatterlist * | sg |
struct scatterlist | hsg [2] |
struct scatterlist | tsg [1] |
struct scatterlist | cipher [2] |
crypto_completion_t | complete |
crypto_completion_t | update_complete |
crypto_completion_t | update_complete2 |
char | tail [] |
Definition at line 39 of file authencesn.c.
Definition at line 46 of file authencesn.c.
crypto_completion_t complete |
Definition at line 47 of file authencesn.c.
unsigned int cryptlen |
Definition at line 40 of file authencesn.c.
unsigned int headlen |
Definition at line 41 of file authencesn.c.
struct scatterlist hsg[2] |
Definition at line 44 of file authencesn.c.
struct scatterlist* sg |
Definition at line 43 of file authencesn.c.
char tail[] |
Definition at line 50 of file authencesn.c.
unsigned int trailen |
Definition at line 42 of file authencesn.c.
struct scatterlist tsg[1] |
Definition at line 45 of file authencesn.c.
crypto_completion_t update_complete |
Definition at line 48 of file authencesn.c.
crypto_completion_t update_complete2 |
Definition at line 49 of file authencesn.c.