Searched refs:RSANUMBYTES (Results 1 – 2 of 2) sorted by relevance
37 #define RSANUMBYTES 256 /* 2048 bit key length */ macro38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
254 uint8_t buf[RSANUMBYTES]; in RSA_verify()