Searched defs:RSAPublicKey (Results 1 – 1 of 1) sorted by relevance
59 struct RSAPublicKey { struct60 int wordModulusSize; // Length of n[] in number of uint32_t */61 uint32_t rsaN0inv; // -1 / n[0] mod 2^3262 uint32_t modulus[RSANUMWORDS]; // modulus as little endian array63 uint32_t rr[RSANUMWORDS]; // R^2 as little endian array64 BN_ULONG exponent; // 3 or 65537