Searched refs:CKA_ENCRYPT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_ATTRIBUTE.java85 new CK_ATTRIBUTE(CKA_ENCRYPT, true);
112 new CK_ATTRIBUTE(CKA_ENCRYPT);
H A DFunctions.java853 addAttribute(CKA_ENCRYPT, "CKA_ENCRYPT");
H A DPKCS11Constants.java355 public static final long CKA_ENCRYPT = 0x00000104L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h461 #define CKA_ENCRYPT 0x00000104 macro
H A Dp11_convert.c868 case CKA_ENCRYPT:

Completed in 71 milliseconds