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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsPrfGenerator.java129 token.p11.C_SignUpdate(session.id(), 0, label, 0, label.length);
130 token.p11.C_SignUpdate(session.id(), 0, seed, 0, seed.length);
H A DP11Mac.java238 token.p11.C_SignUpdate(session.id(), 0, b, ofs, len);
259 token.p11.C_SignUpdate(session.id(), addr + ofs, null, 0, len);
H A DP11Signature.java429 token.p11.C_SignUpdate(session.id(), 0, b, ofs, len);
473 token.p11.C_SignUpdate
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java964 * C_SignUpdate continues a multiple-part signature operation,
977 public native void C_SignUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception; method in class:PKCS11
1627 public synchronized void C_SignUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1628 super.C_SignUpdate(hSession, directIn, in, inOfs, inLen);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sign.c179 * Method: C_SignUpdate
201 rv = (*ckpFunctions->C_SignUpdate)(ckSessionHandle, (CK_BYTE_PTR)directIn, jInLen);
225 rv = (*ckpFunctions->C_SignUpdate)(ckSessionHandle, bufP, chunkLen);
H A Dpkcs11f.h566 /* C_SignUpdate continues a multiple-part signature operation,
569 CK_PKCS11_FUNCTION_INFO(C_SignUpdate)

Completed in 31 milliseconds