Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ica_rsa_modexpo_crt Struct Reference

#include <zcrypt.h>

Data Fields

char __userinputdata
 
unsigned int inputdatalength
 
char __useroutputdata
 
unsigned int outputdatalength
 
char __userbp_key
 
char __userbq_key
 
char __usernp_prime
 
char __usernq_prime
 
char __useru_mult_inv
 

Detailed Description

struct ica_rsa_modexpo_crt

Requirements:

Definition at line 70 of file zcrypt.h.

Field Documentation

char __user* bp_key

Definition at line 75 of file zcrypt.h.

char __user* bq_key

Definition at line 76 of file zcrypt.h.

char __user* inputdata

Definition at line 71 of file zcrypt.h.

unsigned int inputdatalength

Definition at line 72 of file zcrypt.h.

char __user* np_prime

Definition at line 77 of file zcrypt.h.

char __user* nq_prime

Definition at line 78 of file zcrypt.h.

char __user* outputdata

Definition at line 73 of file zcrypt.h.

unsigned int outputdatalength

Definition at line 74 of file zcrypt.h.

char __user* u_mult_inv

Definition at line 79 of file zcrypt.h.


The documentation for this struct was generated from the following file: