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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp1673 jint jKeyBitLength,
1683 jsize jKeyByteLength = jKeyBitLength / 8;
1698 ((jKeyBitLength / 8) * 4) +
1699 (jKeyBitLength / 16);
1705 (jKeyBitLength / 8);
1732 pRsaPubKey->bitlen = jKeyBitLength;
1804 jint jKeyBitLength,
1814 return generateKeyBlob(env, jKeyBitLength, jModulus, jPublicExponent,
1826 jint jKeyBitLength,
1830 return generateKeyBlob(env, jKeyBitLength, jModulu
1671 generateKeyBlob( JNIEnv *env, jint jKeyBitLength, jbyteArray jModulus, jbyteArray jPublicExponent, jbyteArray jPrivateExponent, jbyteArray jPrimeP, jbyteArray jPrimeQ, jbyteArray jExponentP, jbyteArray jExponentQ, jbyteArray jCrtCoefficient) argument
1802 Java_sun_security_mscapi_KeyStore_generatePrivateKeyBlob(JNIEnv *env, jclass clazz, jint jKeyBitLength, jbyteArray jModulus, jbyteArray jPublicExponent, jbyteArray jPrivateExponent, jbyteArray jPrimeP, jbyteArray jPrimeQ, jbyteArray jExponentP, jbyteArray jExponentQ, jbyteArray jCrtCoefficient) argument
1824 Java_sun_security_mscapi_RSASignature_generatePublicKeyBlob(JNIEnv *env, jclass clazz, jint jKeyBitLength, jbyteArray jModulus, jbyteArray jPublicExponent) argument
[all...]

Completed in 35 milliseconds