Searched defs:mod_exp_params (Results 1 – 5 of 5) sorted by relevance
56 struct mod_exp_params { struct57 char *pExponent; // Exponent address58 unsigned int ExpSize; // Exponent size in bytes59 char *pModulus; // Modulus address60 unsigned int ModulusSize; // Modulus size in bytes61 char *pMessage; // Message address, same size as ModulusSize62 char *pOutput; // Output address; Must be big enough to hold the
62 struct mod_exp_params { struct63 char *pExponent; // Exponent address64 unsigned int ExpSize; // Exponent size in bytes65 char *pModulus; // Modulus address66 unsigned int ModulusSize; // Modulus size in bytes67 char *pMessage; // Message address, same size as ModulusSize68 char *pOutput; // Output address; Must be big enough to hold the
63 struct mod_exp_params { struct64 char *pExponent; // Exponent address65 unsigned int ExpSize; // Exponent size in bytes66 char *pModulus; // Modulus address67 unsigned int ModulusSize; // Modulus size in bytes68 char *pMessage; // Message address, same size as ModulusSize69 char *pOutput; // Output address; Must be big enough to hold the
64 struct mod_exp_params { struct65 char *pExponent; // Exponent address66 unsigned int ExpSize; // Exponent size in bytes67 char *pModulus; // Modulus address68 unsigned int ModulusSize; // Modulus size in bytes69 char *pMessage; // Message address, same size as ModulusSize70 char *pOutput; // Output address; Must be big enough to hold the
68 struct mod_exp_params { struct69 char *pExponent; // Exponent address70 unsigned int ExpSize; // Exponent size in bytes71 char *pModulus; // Modulus address72 unsigned int ModulusSize; // Modulus size in bytes73 char *pMessage; // Message address, same size as ModulusSize74 char *pOutput; // Output address; Must be big enough to hold the