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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java756 * C_DecryptInit initializes a decryption operation.
769 public native void C_DecryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception; method in class:PKCS11
1583 public synchronized void C_DecryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1584 super.C_DecryptInit(hSession, pMechanism, hKey);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java292 p11.C_DecryptInit(session.id(), ckMechanism, p11Key.keyID);
H A DP11Cipher.java430 token.p11.C_DecryptInit(session.id(), mechParams, p11Key.keyID);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_crypt.c281 * Method: C_DecryptInit
306 rv = (*ckpFunctions->C_DecryptInit)(ckSessionHandle, &ckMechanism,
H A Dpkcs11f.h422 /* C_DecryptInit initializes a decryption operation. */
423 CK_PKCS11_FUNCTION_INFO(C_DecryptInit)

Completed in 32 milliseconds