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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Digest.java290 token.p11.C_DigestUpdate(session.id(), addr + ofs, null, 0, len);
306 token.p11.C_DigestUpdate(session.id(), 0, in, ofs, len);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_digest.c159 * Method: C_DigestUpdate
181 rv = (*ckpFunctions->C_DigestUpdate)(ckSessionHandle, (CK_BYTE_PTR)directIn, jInLen);
205 rv = (*ckpFunctions->C_DigestUpdate)(ckSessionHandle, bufP, chunkLen);
H A Dpkcs11f.h498 /* C_DigestUpdate continues a multiple-part message-digesting
500 CK_PKCS11_FUNCTION_INFO(C_DigestUpdate)
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java870 * C_DigestUpdate continues a multiple-part message-digesting
882 public native void C_DigestUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception; method in class:PKCS11
1607 public synchronized void C_DigestUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1608 super.C_DigestUpdate(hSession, directIn, in, inOfs, inLen);

Completed in 55 milliseconds