Searched refs:C_DecryptInit (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | PKCS11.java | 756 * 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 D | P11RSACipher.java | 292 p11.C_DecryptInit(session.id(), ckMechanism, p11Key.keyID);
|
H A D | P11Cipher.java | 430 token.p11.C_DecryptInit(session.id(), mechParams, p11Key.keyID);
|
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/ |
H A D | p11_crypt.c | 281 * Method: C_DecryptInit 306 rv = (*ckpFunctions->C_DecryptInit)(ckSessionHandle, &ckMechanism,
|
H A D | pkcs11f.h | 422 /* C_DecryptInit initializes a decryption operation. */ 423 CK_PKCS11_FUNCTION_INFO(C_DecryptInit)
|
Completed in 32 milliseconds