Home
last modified time | relevance | path

Searched refs:ciphersuite (Results 1 – 13 of 13) sorted by relevance

/external/scapy/scapy/layers/tls/
Dsession.py71 ciphersuite=None, argument
84 if ciphersuite is None:
86 ciphersuite = TLS_NULL_WITH_NULL_NULL
87 self.ciphersuite = ciphersuite(tls_version=tls_version)
89 if not self.ciphersuite.usable:
94 self.key_exchange = ciphersuite.kx_alg()
95 self.cipher = ciphersuite.cipher_alg()
96 self.hash = ciphersuite.hash_alg()
99 if ciphersuite.cipher_alg.type == "aead":
103 self.hmac = ciphersuite.hmac_alg()
[all …]
Dhandshake.py384 self.tls_session.pwcs = writeConnState(ciphersuite=cs_cls,
388 self.tls_session.prcs = readConnState(ciphersuite=cs_cls,
430 s.pwcs = writeConnState(ciphersuite=cs_cls,
434 s.prcs = readConnState(ciphersuite=cs_cls,
1007 s.pwcs = writeConnState(ciphersuite=type(s.wcs.ciphersuite),
1021 s.prcs = readConnState(ciphersuite=type(s.rcs.ciphersuite),
Dhandshake_sslv2.py358 s.pwcs = writeConnState(ciphersuite=cs_cls,
363 s.prcs = readConnState(ciphersuite=cs_cls,
Dautomaton_srv.py98 cs = s.wcs.ciphersuite.name
117 cs = self.cur_session.wcs.ciphersuite.name
Dautomaton_cli.py116 cs = s.wcs.ciphersuite.name
/external/curl/docs/cmdline-opts/
Dproxy-tls13-ciphers.d2 Arg: <ciphersuite list>
Dtls13-ciphers.d2 Arg: <ciphersuite list>
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.h66 const u32 *ciphersuite, u8 *msk, u8 *emsk, u8 *session_id);
Deap_pwd_common.c308 const u32 *ciphersuite, u8 *msk, u8 *emsk, u8 *session_id) in compute_keys() argument
332 eap_pwd_h_update(hash, (const u8 *) ciphersuite, sizeof(u32)); in compute_keys()
/external/wycheproof/doc/
Ddh.md113 1.0.2a, when client authentication and an ephemeral Diffie-Hellman ciphersuite are enabled,
/external/scapy/test/
Dsslv2.uts271 assert(isinstance(s.rcs.ciphersuite, SSL_CK_DES_192_EDE3_CBC_WITH_MD5))
272 assert(isinstance(s.wcs.ciphersuite, SSL_CK_DES_192_EDE3_CBC_WITH_MD5))
Dtls.uts907 t.rcs.ciphersuite.val == 0
1056 assert(isinstance(t.tls_session.pwcs.ciphersuite, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA))
/external/ukey2/
DREADME.md115 handshake ciphersuite negotiation is (see ClientInit and ServerInit messages for full details):