Searched refs:CKA_PRIME_2 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSAKeyFactory.java245 new CK_ATTRIBUTE(CKA_PRIME_2, q),
292 new CK_ATTRIBUTE(CKA_PRIME_2),
H A DP11Key.java477 new CK_ATTRIBUTE(CKA_PRIME_2),
H A DP11KeyStore.java1856 new CK_ATTRIBUTE(CKA_PRIME_2,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java869 addAttribute(CKA_PRIME_2, "CKA_PRIME_2");
H A DPKCS11Constants.java371 public static final long CKA_PRIME_2 = 0x00000125L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h477 #define CKA_PRIME_2 0x00000125 macro
H A Dp11_convert.c853 case CKA_PRIME_2:

Completed in 73 milliseconds