Home | History | Annotate | Download | only in tls

Lines Matching full:marshal

343 	hs.finishedHash.Write(hs.clientHello.marshal())
344 hs.finishedHash.Write(hs.hello.marshal())
345 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
376 hs.finishedHash.Write(hs.clientHello.marshal())
377 hs.finishedHash.Write(hs.hello.marshal())
378 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
384 hs.finishedHash.Write(certMsg.marshal())
385 if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
393 hs.finishedHash.Write(certStatus.marshal())
394 if _, err := c.writeRecord(recordTypeHandshake, certStatus.marshal()); err != nil {
406 hs.finishedHash.Write(skx.marshal())
407 if _, err := c.writeRecord(recordTypeHandshake, skx.marshal()); err != nil {
432 hs.finishedHash.Write(certReq.marshal())
433 if _, err := c.writeRecord(recordTypeHandshake, certReq.marshal()); err != nil {
439 hs.finishedHash.Write(helloDone.marshal())
440 if _, err := c.writeRecord(recordTypeHandshake, helloDone.marshal()); err != nil {
463 hs.finishedHash.Write(certMsg.marshal())
491 hs.finishedHash.Write(ckx.marshal())
581 hs.finishedHash.Write(certVerify.marshal())
632 hs.finishedHash.Write(nextProto.marshal())
653 hs.finishedHash.Write(clientFinished.marshal())
678 hs.finishedHash.Write(m.marshal())
679 if _, err := c.writeRecord(recordTypeHandshake, m.marshal()); err != nil {
695 hs.finishedHash.Write(finished.marshal())
696 if _, err := c.writeRecord(recordTypeHandshake, finished.marshal()); err != nil {