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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsMasterSecretGenerator.java111 mechanism = (version == 0x0300) ? CKM_SSL3_MASTER_KEY_DERIVE
H A DSunPKCS11.java693 m(CKM_SSL3_MASTER_KEY_DERIVE, CKM_TLS_MASTER_KEY_DERIVE,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java724 addMech(CKM_SSL3_MASTER_KEY_DERIVE, "CKM_SSL3_MASTER_KEY_DERIVE");
H A DPKCS11Constants.java585 public static final long CKM_SSL3_MASTER_KEY_DERIVE = 0x00000371L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c519 case CKM_SSL3_MASTER_KEY_DERIVE:
556 * CKM_SSL3_MASTER_KEY_DERIVE mechanism when used for deriving a key.
H A Dpkcs11t.h756 #define CKM_SSL3_MASTER_KEY_DERIVE 0x00000371 macro

Completed in 55 milliseconds