Linux Kernel
3.7.1
|
Data Fields | |
struct type86_hdr | hdr |
struct type86_fmt2_ext | fmt2 |
struct CPRB | cprb |
unsigned char | pad [4] |
unsigned short | length |
char | text [0] |
Copy results from a type 86 reply message back to user space.
: crypto device pointer : reply AP message. : pointer to user output data : size of user output data
Returns 0 on success or -EINVAL, -EFAULT, -EAGAIN in case of an error.
Definition at line 303 of file zcrypt_pcicc.c.
Definition at line 306 of file zcrypt_pcicc.c.
struct type86_fmt2_ext fmt2 |
Definition at line 305 of file zcrypt_pcicc.c.
Definition at line 304 of file zcrypt_pcicc.c.
unsigned short length |
Definition at line 308 of file zcrypt_pcicc.c.
unsigned char pad[4] |
Definition at line 307 of file zcrypt_pcicc.c.
char text[0] |
Definition at line 309 of file zcrypt_pcicc.c.