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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java778 /* CKR_GENERAL_ERROR and CKR_FUNCTION_FAILED are new for v2.0 */
780 public static final long CKR_FUNCTION_FAILED = 0x00000006L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h968 /* CKR_GENERAL_ERROR and CKR_FUNCTION_FAILED are new for v2.0 */
970 #define CKR_FUNCTION_FAILED 0x00000006 macro

Completed in 44 milliseconds