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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_crypt.c66 * @param jlong jKeyHandle CK_OBJECT_HANDLE hKey
71 jobject jMechanism, jlong jKeyHandle)
82 ckKeyHandle = jLongToCKULong(jKeyHandle);
286 * @param jlong jKeyHandle CK_OBJECT_HANDLE hKey
291 jobject jMechanism, jlong jKeyHandle)
302 ckKeyHandle = jLongToCKULong(jKeyHandle);
69 Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle) argument
289 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle) argument
H A Dp11_digest.c227 * @param jlong jKeyHandle CK_OBJECT_HANDLE hKey
230 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jKeyHandle)
240 ckKeyHandle = jLongToCKULong(jKeyHandle);
229 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestKey(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jKeyHandle) argument
H A Dp11_sign.c65 * @return jlong jKeyHandle CK_OBJECT_HANDLE hKey
68 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle)
81 ckKeyHandle = jLongToCKULong(jKeyHandle);
296 * @return jlong jKeyHandle CK_OBJECT_HANDLE hKey
299 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle)
313 ckKeyHandle = jLongToCKULong(jKeyHandle);
400 * @return jlong jKeyHandle CK_OBJECT_HANDLE hKey
403 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle)
417 ckKeyHandle = jLongToCKULong(jKeyHandle);
579 * @return jlong jKeyHandle CK_OBJECT_HANDL
67 Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle) argument
298 Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignRecoverInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle) argument
402 Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle) argument
581 Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyRecoverInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jKeyHandle) argument
[all...]
H A Dp11_keymgmt.c67 * @return jlong jKeyHandle CK_OBJECT_HANDLE_PTR phKey
77 jlong jKeyHandle = 0L; local
98 jKeyHandle = ckULongToJLong(ckKeyHandle);
121 return jKeyHandle ;
222 * @param jlong jKeyHandle CK_OBJECT_HANDLE hKey
227 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jWrappingKeyHandle, jlong jKeyHandle)
247 ckKeyHandle = jLongToCKULong(jKeyHandle);
287 * @return jlong jKeyHandle CK_OBJECT_HANDLE_PTR phKey
301 jlong jKeyHandle = 0L; local
335 jKeyHandle
226 Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jlong jWrappingKeyHandle, jlong jKeyHandle) argument
478 jlong jKeyHandle = 0L; local
[all...]

Completed in 3130 milliseconds