Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dauth.cpp57 const uint32_t RSANUMBYTES = 512; // 4096 bit key length member
58 const uint32_t RSANUMWORDS = (RSANUMBYTES / sizeof(uint32_t));
97 if (RSA_size(rsa) != RSANUMBYTES) { in RSA2RSAPublicKey()

Completed in 2 milliseconds