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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp1709 jbyte* jBlobElement; local
1747 jBlobElement =
1749 jElementLength = convertToLittleEndian(env, jModulus, jBlobElement,
1754 jBlobElement += jElementLength;
1755 jElementLength = convertToLittleEndian(env, jPrimeP, jBlobElement,
1759 jBlobElement += jElementLength;
1760 jElementLength = convertToLittleEndian(env, jPrimeQ, jBlobElement,
1764 jBlobElement += jElementLength;
1766 jBlobElement, jKeyByteLength / 2);
1769 jBlobElement
[all...]

Completed in 32 milliseconds