Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.cpp322 const int pubKeyModulusSize = 256; in RSAPublicKey2RSA() local
323 const int pubKeyModulusSizeWords = pubKeyModulusSize / 4; in RSAPublicKey2RSA()
327 uint8_t modulusBuffer[pubKeyModulusSize]; in RSAPublicKey2RSA()