Searched defs:pRsaPubKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp1543 RSAPUBKEY* pRsaPubKey = local
1545 int len = sizeof(pRsaPubKey->pubexp);
1550 exponentBytes[i] = ((BYTE*) &pRsaPubKey->pubexp)[j];
1593 RSAPUBKEY* pRsaPubKey = local
1595 int len = pRsaPubKey->bitlen / 8;
1725 RSAPUBKEY *pRsaPubKey = local
1728 pRsaPubKey->magic = 0x32415352; // "RSA2"
1730 pRsaPubKey->magic = 0x31415352; // "RSA1"
1732 pRsaPubKey->bitlen = jKeyBitLength;
1733 pRsaPubKey
[all...]

Completed in 1269 milliseconds