Searched refs:C_DigestUpdate (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/ |
H A D | P11Digest.java | 290 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 D | p11_digest.c | 159 * Method: C_DigestUpdate 181 rv = (*ckpFunctions->C_DigestUpdate)(ckSessionHandle, (CK_BYTE_PTR)directIn, jInLen); 205 rv = (*ckpFunctions->C_DigestUpdate)(ckSessionHandle, bufP, chunkLen);
|
H A D | pkcs11f.h | 498 /* 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 D | PKCS11.java | 870 * 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 610 milliseconds