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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c67 * @return jlong jKeyHandle CK_OBJECT_HANDLE_PTR phKey
287 * @return jlong jKeyHandle CK_OBJECT_HANDLE_PTR phKey
467 * @return jlong jKeyHandle CK_OBJECT_HANDLE_PTR phKey
480 CK_OBJECT_HANDLE_PTR phKey = &ckKeyHandle; local
502 // these mechanism do not return a key handle via phKey
504 phKey = NULL;
512 ckpAttributes, ckAttributesLength, phKey);

Completed in 31 milliseconds