Searched defs:RSAPublicKey (Results 1 – 1 of 1) sorted by relevance
63 struct RSAPublicKey { struct64 int wordModulusSize; // Length of n[] in number of uint32_t */65 uint32_t rsaN0inv; // -1 / n[0] mod 2^3266 uint32_t modulus[RSANUMWORDS]; // modulus as little endian array67 uint32_t rr[RSANUMWORDS]; // R^2 as little endian array68 BN_ULONG exponent; // 3 or 65537