Searched defs:_cpRSA_private_key (Results 1 – 1 of 1) sorted by relevance
83 struct _cpRSA_private_key { struct84 IppCtxId id; /* key ID */85 int maxbitSizeN;86 int maxbitSizeD;87 int bitSizeN; /* RSA modulus bitsize */88 int bitSizeD; /* RSA private exp bitsize */89 int bitSizeP; /* RSA p-factor bitsize */90 int bitSizeQ; /* RSA q-factor bitsize */92 BNU_CHUNK_T* pDataD; /* private exp */93 BNU_CHUNK_T* pDataDp; /* dp private exp */[all …]