Home | History | Annotate | Download | only in runner

Lines Matching refs:Handshake

113 	// previous or next handshake message.
132 // Only handshake messages are fragmented.
136 // Flush pending handshake messages before encrypting a new record.
174 // ChangeCipherSpec is part of the handshake and not
196 // Handshake messages have to be modified to include fragment
201 // handshake message. This is incompatible with
259 // Increment the handshake sequence number for the next
260 // handshake message.
265 // dtlsPackHandshake packs the pending handshake flight into the pending
290 // Pack handshake fragments into records.
419 // Assemble a full handshake message. For test purposes, this
424 // Get a new handshake record if the previous has been
438 return nil, errors.New("dtls: bad handshake record")
453 return nil, errors.New("dtls: bad handshake sequence number")
462 // Start with the TLS handshake header,
466 return nil, errors.New("dtls: bad handshake length")