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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSAKeyFactory.java244 new CK_ATTRIBUTE(CKA_PRIME_1, p),
291 new CK_ATTRIBUTE(CKA_PRIME_1),
H A DP11Key.java476 new CK_ATTRIBUTE(CKA_PRIME_1),
H A DP11KeyStore.java1854 new CK_ATTRIBUTE(CKA_PRIME_1,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java868 addAttribute(CKA_PRIME_1, "CKA_PRIME_1");
H A DPKCS11Constants.java370 public static final long CKA_PRIME_1 = 0x00000124L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h476 #define CKA_PRIME_1 0x00000124 macro
H A Dp11_convert.c852 case CKA_PRIME_1:

Completed in 65 milliseconds