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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java803 /* CKR_FUNCTION_NOT_SUPPORTED is new for v2.0 */
804 public static final long CKR_FUNCTION_NOT_SUPPORTED = 0x00000054L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h993 /* CKR_FUNCTION_NOT_SUPPORTED is new for v2.0 */
994 #define CKR_FUNCTION_NOT_SUPPORTED 0x00000054 macro

Completed in 46 milliseconds