Lines Matching full:writing
205 PR upstreaming the first part of TLS 1.3 ClientHello writing code.
264 - the macro to check for space when writing into an output buffer
275 reduce the risk of writing or reading bytes in the wrong order.
294 pointer in functions parsing TLS 1.3 data, and for the writing pointer in
295 functions writing data into an output buffer and only that variable. The
325 writing TLS handshake message) there is no need to define a macro for it.
387 Most of the states are either dedicated to the processing or writing of an
402 The names of the handlers processing/writing an handshake message are
404 reduce the risk of bugs, the code of the message processing and writing
452 ### Message writing handlers
453 For message writing handlers, the stages are:
458 * preparation stage: prepare for the message writing. This stage is optional.
459 Any processing that must be done before the writing of the message or that can
460 be done to simplify the writing code.
462 * writing stage: write the message and restrict as much as possible any update
463 of the SSL context. The idea of the preparation/writing/finalization
464 organization is to concentrate solely on the writing in the writing function to
467 * finalization stage: following the writing, further update of the SSL
470 stage (ServerHello writing finalization), switching to handshake keys for
477 Writing and reading early or 0-RTT data