#include <crys_srp.h>
The SRP context prototype
Definition at line 186 of file crys_srp.h.
| CRYS_SRP_Digest_t credDigest | 
Cred digest.
Definition at line 208 of file crys_srp.h.
| CRYS_SRP_Modulus_t ephemPriv | 
Modulus.
Definition at line 202 of file crys_srp.h.
| size_t ephemPrivSize | 
Modulus size.
Definition at line 204 of file crys_srp.h.
| CRYS_SRP_GroupParam_t groupParam | 
Group parameter including the modulus information.
Definition at line 192 of file crys_srp.h.
| size_t hashDigestSize | 
Hash digest size.
Definition at line 196 of file crys_srp.h.
| CRYS_HASH_OperationMode_t hashMode | 
Hash mode.
Definition at line 194 of file crys_srp.h.
| CRYS_SRP_Digest_t kMult | 
SRP K multiplier.
Definition at line 210 of file crys_srp.h.
| CRYS_RND_State_t* pRndState | 
Pointer to RND state.
Definition at line 198 of file crys_srp.h.
| SaSiRndGenerateVectWorkFunc_t rndGenerateVectFunc | 
Pointer to random vector generation function.
Definition at line 200 of file crys_srp.h.
| CRYS_SRP_Entity_t srpType | 
SRP entitiy type.
Definition at line 188 of file crys_srp.h.
| CRYS_SRP_Version_t srpVer | 
SRP version.
Definition at line 190 of file crys_srp.h.
| CRYS_SRP_Digest_t userNameDigest | 
User name digest.
Definition at line 206 of file crys_srp.h.