Searched refs:CKA_EC_POINT (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECKeyFactory.java225 new CK_ATTRIBUTE(CKA_EC_POINT, encodedPoint),
267 new CK_ATTRIBUTE(CKA_EC_POINT),
H A DP11Key.java1003 new CK_ATTRIBUTE(CKA_EC_POINT),
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java887 addAttribute(CKA_EC_POINT, "CKA_EC_POINT");
H A DPKCS11Constants.java388 * and CKA_EC_POINT are new for v2.0 */
403 public static final long CKA_EC_POINT = 0x00000181L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h496 * and CKA_EC_POINT are new for v2.0 */
512 #define CKA_EC_POINT 0x00000181 macro
H A Dp11_convert.c850 case CKA_EC_POINT:

Completed in 69 milliseconds