Searched defs:RSANUMWORDS (Results 1 - 1 of 1) sorted by path

/system/core/include/mincrypt/
H A Drsa.h38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t)) macro
43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */
44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */

Completed in 37 milliseconds