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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp1624 int convertToLittleEndian(JNIEnv *env, jbyteArray source, jbyte* destination, function
1743 convertToLittleEndian(env, jPublicExponent,
1749 jElementLength = convertToLittleEndian(env, jModulus, jBlobElement,
1755 jElementLength = convertToLittleEndian(env, jPrimeP, jBlobElement,
1760 jElementLength = convertToLittleEndian(env, jPrimeQ, jBlobElement,
1765 jElementLength = convertToLittleEndian(env, jExponentP,
1770 jElementLength = convertToLittleEndian(env, jExponentQ,
1775 jElementLength = convertToLittleEndian(env, jCrtCoefficient,
1780 convertToLittleEndian(env, jPrivateExponent, jBlobElement,

Completed in 34 milliseconds