Home
last modified time | relevance | path

Searched refs:RSANUMBYTES (Results 1 – 2 of 2) sorted by relevance

/external/libconstrainedcrypto/include/constrainedcrypto/
Drsa.h37 #define RSANUMBYTES 256 /* 2048 bit key length */ macro
38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
/external/libconstrainedcrypto/
Drsa.c254 uint8_t buf[RSANUMBYTES]; in RSA_verify()