Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.cpp323 const int pubKeyModulusSizeWords = pubKeyModulusSize / 4; in RSAPublicKey2RSA() local
332 if (keyStruct->wordModulusSize != pubKeyModulusSizeWords) { in RSAPublicKey2RSA()