Home
last modified time | relevance | path

Searched defs:RSAPublicKey (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dauth.cpp59 struct RSAPublicKey { struct
60 int wordModulusSize; // Length of n[] in number of uint32_t */
61 uint32_t rsaN0inv; // -1 / n[0] mod 2^32
62 uint32_t modulus[RSANUMWORDS]; // modulus as little endian array
63 uint32_t rr[RSANUMWORDS]; // R^2 as little endian array
64 BN_ULONG exponent; // 3 or 65537