Searched defs:CKA_SUB_PRIME_BITS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
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

Completed in 52 milliseconds