Searched refs:C_EncryptInit (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | PKCS11.java | 685 * C_EncryptInit initializes an encryption operation. 698 public native void C_EncryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception; method in class:PKCS11 1567 public synchronized void C_EncryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11 1568 super.C_EncryptInit(hSession, pMechanism, hKey);
|
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/ |
H A D | P11RSACipher.java | 289 p11.C_EncryptInit(session.id(), ckMechanism, p11Key.keyID);
|
H A D | P11Cipher.java | 428 token.p11.C_EncryptInit(session.id(), mechParams, p11Key.keyID);
|
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/ |
H A D | p11_crypt.c | 61 * Method: C_EncryptInit 86 rv = (*ckpFunctions->C_EncryptInit)(ckSessionHandle, &ckMechanism,
|
H A D | pkcs11f.h | 372 /* C_EncryptInit initializes an encryption operation. */ 373 CK_PKCS11_FUNCTION_INFO(C_EncryptInit)
|
Completed in 32 milliseconds