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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java292 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits),
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java878 addAttribute(CKA_VALUE_BITS, "CKA_VALUE_BITS");
H A DPKCS11Constants.java383 public static final long CKA_VALUE_BITS = 0x00000160L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h491 #define CKA_VALUE_BITS 0x00000160 macro
H A Dp11_convert.c829 case CKA_VALUE_BITS:

Completed in 80 milliseconds