Home
last modified time | relevance | path

Searched refs:CKM_TLS_MASTER_KEY_DERIVE_DH (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/socket/
Ddns_cert_provenance_checker.cc288 CKM_TLS_MASTER_KEY_DERIVE_DH, CKA_DERIVE, 0 /* key size */, in BuildEncryptedReport()
/external/chromium_org/net/third_party/nss/ssl/
Dderive.c542 if(isDH) master_derive = CKM_TLS_MASTER_KEY_DERIVE_DH; in ssl_canExtractMS()
840 target = isTLS ? CKM_TLS_MASTER_KEY_DERIVE_DH in SSL_CanBypass()
Dssl3ecc.c316 target = CKM_TLS_MASTER_KEY_DERIVE_DH; in ssl3_SendECDHClientKeyExchange()
407 target = CKM_TLS_MASTER_KEY_DERIVE_DH; in ssl3_HandleECDHClientKeyExchange()
Dssl3con.c3700 if(isDH) master_derive = CKM_TLS_MASTER_KEY_DERIVE_DH; in ssl3_DeriveMasterSecret()
6063 if (isTLS) target = CKM_TLS_MASTER_KEY_DERIVE_DH; in sendDHClientKeyExchange()
/external/openssh/
Dpkcs11.h607 #define CKM_TLS_MASTER_KEY_DERIVE_DH (0x377) macro