Searched refs:hWrappingKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1297 * @param hWrappingKey the handle of the wrapping key
1298 * (PKCS#11 param: CK_OBJECT_HANDLE hWrappingKey)
1308 public native byte[] C_WrapKey(long hSession, CK_MECHANISM pMechanism, long hWrappingKey, long hKey) throws PKCS11Exception; argument
1678 public synchronized byte[] C_WrapKey(long hSession, CK_MECHANISM pMechanism, long hWrappingKey, long hKey) throws PKCS11Exception { argument
1679 return super.C_WrapKey(hSession, pMechanism, hWrappingKey, hKey);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h810 CK_OBJECT_HANDLE hWrappingKey, /* wrapping key */

Completed in 26 milliseconds