Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dauth.cpp333 const RSAPublicKey *keyStruct = reinterpret_cast<const RSAPublicKey *>(keyBuf); in RSAPublicKey2RSA() local
340 if (keyStruct->wordModulusSize != pubKeyModulusSizeWords) { in RSAPublicKey2RSA()
343 if (memcpy_s(modulusBuffer, sizeof(modulusBuffer), keyStruct->modulus, sizeof(modulusBuffer)) != EOK) { in RSAPublicKey2RSA()
352 if (!newKey->e || !BN_set_word(newKey->e, keyStruct->exponent) || !newKey->n) { in RSAPublicKey2RSA()
362 if (!newKey->e || !BN_set_word(newKey->e, keyStruct->exponent) || !newKey->n) { in RSAPublicKey2RSA()

Completed in 2 milliseconds