Searched refs:C_VerifyUpdate (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | PKCS11.java | 1078 * C_VerifyUpdate continues a multiple-part verification 1091 public native void C_VerifyUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception; method in class:PKCS11 1651 public synchronized void C_VerifyUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11 1652 super.C_VerifyUpdate(hSession, directIn, in, inOfs, inLen);
|
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/ |
H A D | P11Signature.java | 431 token.p11.C_VerifyUpdate(session.id(), 0, b, ofs, len); 476 token.p11.C_VerifyUpdate
|
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/ |
H A D | p11_sign.c | 477 * Method: C_VerifyUpdate 499 rv = (*ckpFunctions->C_VerifyUpdate)(ckSessionHandle, (CK_BYTE_PTR)directIn, jInLen); 524 rv = (*ckpFunctions->C_VerifyUpdate)(ckSessionHandle, bufP, chunkLen);
|
H A D | pkcs11f.h | 648 /* C_VerifyUpdate continues a multiple-part verification 651 CK_PKCS11_FUNCTION_INFO(C_VerifyUpdate)
|
Completed in 30 milliseconds