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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java908 addObjectClass(CKO_HW_FEATURE, "CKO_HW_FEATURE");
H A DPKCS11Constants.java249 /* CKO_HW_FEATURE is new for v2.10 */
256 public static final long CKO_HW_FEATURE = 0x00000005L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h328 /* CKO_HW_FEATURE is new for v2.10 */
336 #define CKO_HW_FEATURE 0x00000005 macro
345 * with CK_OBJECT_CLASS equal to CKO_HW_FEATURE. */

Completed in 37 milliseconds