Searched refs:CKM_TLS_PRF (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c501 case CKM_TLS_PRF:
534 case CKM_TLS_PRF:
H A Dpkcs11t.h768 /* CKM_TLS_PRF is new for v2.20 */
769 #define CKM_TLS_PRF 0x00000378 macro
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java731 addMech(CKM_TLS_PRF, "CKM_TLS_PRF");
H A DPKCS11Constants.java596 public static final long CKM_TLS_PRF = 0x00000378L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java700 m(CKM_TLS_PRF, CKM_NSS_TLS_PRF_GENERAL));

Completed in 55 milliseconds