|
Linux Kernel
3.7.1
|
Data Fields | |
| struct type86_hdr | hdr |
| struct type86_fmt2_ext | fmt2 |
| struct CPRBX | cprbx |
| unsigned char | pad [4] |
| unsigned short | length |
| char | text [0] |
Copy results from a type 86 ICA 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 371 of file zcrypt_msgtype6.c.
Definition at line 374 of file zcrypt_msgtype6.c.
| struct type86_fmt2_ext fmt2 |
Definition at line 373 of file zcrypt_msgtype6.c.
Definition at line 372 of file zcrypt_msgtype6.c.
| unsigned short length |
Definition at line 376 of file zcrypt_msgtype6.c.
| unsigned char pad[4] |
Definition at line 375 of file zcrypt_msgtype6.c.
| char text[0] |
Definition at line 377 of file zcrypt_msgtype6.c.
1.8.2