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