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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java877 addAttribute(CKA_SUB_PRIME_BITS, "CKA_SUB_PRIME_BITS");
H A DPKCS11Constants.java379 /* CKA_PRIME_BITS and CKA_SUB_PRIME_BITS are new for v2.11 */
381 public static final long CKA_SUB_PRIME_BITS = 0x00000134L; 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 */
488 #define CKA_SUB_PRIME_BITS CKA_SUBPRIME_BITS macro
H A Dp11_convert.c833 case CKA_SUB_PRIME_BITS:

Completed in 53 milliseconds