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 39 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
44 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */
45 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 453 milliseconds