Home
last modified time | relevance | path

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

/external/libconstrainedcrypto/include/constrainedcrypto/
Drsa.h38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t)) macro
43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */
44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */
/external/libconstrainedcrypto/
Drsa.c99 uint32_t a[RSANUMWORDS]; in modpow()
100 uint32_t aR[RSANUMWORDS]; in modpow()
101 uint32_t aaR[RSANUMWORDS]; in modpow()
258 if (key->len != RSANUMWORDS) { in RSA_verify()