HomeSort by relevance Sort by last modified time
    Searched refs:handshake_msg (Results 1 - 3 of 3) sorted by null

  /external/scapy/scapy/layers/tls/crypto/
prf.py 226 handshake_msg, master_secret):
256 md5.digest(handshake_msg + label +
259 sha1.digest(handshake_msg + label +
272 s1 = _tls_hash_algs["MD5"]().digest(handshake_msg)
273 s2 = _tls_hash_algs["SHA"]().digest(handshake_msg)
280 s = h.digest(handshake_msg)
  /art/adbconnection/
adbconnection.cc 799 char handshake_msg[sizeof(kJdwpHandshake)]; local
801 handshake_msg,
802 sizeof(handshake_msg),
805 strncmp(handshake_msg, kJdwpHandshake, sizeof(kJdwpHandshake)) != 0) {
    [all...]
  /external/scapy/scapy/layers/tls/
handshake.py     [all...]

Completed in 727 milliseconds