Searched refs:CKA_PRIME_BITS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java876 addAttribute(CKA_PRIME_BITS, "CKA_PRIME_BITS");
H A DPKCS11Constants.java379 /* CKA_PRIME_BITS and CKA_SUB_PRIME_BITS are new for v2.11 */
380 public static final long CKA_PRIME_BITS = 0x00000133L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h485 /* CKA_PRIME_BITS and CKA_SUB_PRIME_BITS are new for v2.11 */
486 #define CKA_PRIME_BITS 0x00000133 macro
H A Dp11_convert.c832 case CKA_PRIME_BITS:

Completed in 55 milliseconds