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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c223 * @return jbyteArray jWrappedKey CK_BYTE_PTR pWrappedKey
233 jbyteArray jWrappedKey = NULL; local
263 jWrappedKey = ckByteArrayToJByteArray(env, ckpWrappedKey, ckWrappedKeyLength);
270 return jWrappedKey ;
283 * @param jbyteArray jWrappedKey CK_BYTE_PTR pWrappedKey
291 jbyteArray jWrappedKey, jobjectArray jTemplate)
312 jByteArrayToCKByteArray(env, jWrappedKey, &ckpWrappedKey, &ckWrappedKeyLength);
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 30 milliseconds