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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c282 * @param jlong jUnwrappingKeyHandle CK_OBJECT_HANDLE hUnwrappingKey
290 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jUnwrappingKeyHandle,
311 ckUnwrappingKeyHandle = jLongToCKULong(jUnwrappingKeyHandle);
289 Java_sun_security_pkcs11_wrapper_PKCS11_C_1UnwrapKey(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jUnwrappingKeyHandle, jbyteArray jWrappedKey, jobjectArray jTemplate) argument

Completed in 31 milliseconds