Searched defs:RSANUMBYTES (Results 1 - 1 of 1) sorted by relevance

/system/core/include/mincrypt/
H A Drsa.h37 #define RSANUMBYTES 256 /* 2048 bit key length */ macro
38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))

Completed in 49 milliseconds