Searched defs:pWrappedKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1302 * (PKCS#11 param: CK_BYTE_PTR pWrappedKey,
1322 * @param pWrappedKey the wrapped key to unwrap and the wrapped key's length
1323 * (PKCS#11 param: CK_BYTE_PTR pWrappedKey, CK_ULONG ulWrappedKeyLen)
1330 * @preconditions (pWrappedKey <> null)
1334 long hUnwrappingKey, byte[] pWrappedKey,
1683 long hUnwrappingKey, byte[] pWrappedKey,
1685 return super.C_UnwrapKey(hSession, pMechanism, hUnwrappingKey, pWrappedKey, pTemplate);
1333 C_UnwrapKey(long hSession, CK_MECHANISM pMechanism, long hUnwrappingKey, byte[] pWrappedKey, CK_ATTRIBUTE[] pTemplate) argument
1682 C_UnwrapKey(long hSession, CK_MECHANISM pMechanism, long hUnwrappingKey, byte[] pWrappedKey, CK_ATTRIBUTE[] pTemplate) argument

Completed in 36 milliseconds