HomeSort by relevance Sort by last modified time
    Searched defs:RSANUMWORDS (Results 1 - 2 of 2) sorted by null

  /bootable/bootloader/legacy/libc/
rsa.h 14 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
19 uint32_t n[RSANUMWORDS]; // modulus as little endian array
20 uint32_t rr[RSANUMWORDS]; // R^2 as little endian array
  /system/core/include/mincrypt/
rsa.h 38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */
44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */

Completed in 877 milliseconds