Searched refs:keyStruct (Results 1 – 1 of 1) sorted by relevance
325 const RSAPublicKey *keyStruct = reinterpret_cast<const RSAPublicKey *>(keyBuf); in RSAPublicKey2RSA() local332 if (keyStruct->wordModulusSize != pubKeyModulusSizeWords) { in RSAPublicKey2RSA()335 …if (memcpy_s(modulusBuffer, sizeof(modulusBuffer), keyStruct->modulus, sizeof(modulusBuffer)) != E… in RSAPublicKey2RSA()344 if (!newKey->e || !BN_set_word(newKey->e, keyStruct->exponent) || !newKey->n) { in RSAPublicKey2RSA()354 if (!newKey->e || !BN_set_word(newKey->e, keyStruct->exponent) || !newKey->n) { in RSAPublicKey2RSA()