Home
last modified time | relevance | path

Searched refs:write_records (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/designs/quic-design/
H A Drecord-layer.md190 record layer's `write_records()` function.
192 The implementation of the `write_records` function must construct the
196 transport has indicated a retry), then the `write_records` function will return
206 never call `write_records` a second time until a previous call to
207 `write_records` or `retry_write_records` has indicated success.
447 * to process in a single call to write_records. It is the caller's
448 * responsibility to ensure that no call to write_records exceeds this
470 * to try again. No more calls to write_records() should be attempted until
473 * write_records() returns - even in the case a retry.
481 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates,
[all …]
H A Dquic-tls.md192 * `write_records`
197 alert. This manifests itself as a call to `write_records` indicating a type of
198 `SSL3_RT_ALERT`. The `QUIC_TLS` implementation of `write_records` must parse the
203 practice by OpenSSL's TLS stack and the `write_records` implementation can make
/openssl/include/internal/
H A Drecordmethod.h205 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, member
/openssl/ssl/
H A Ds3_msg.c129 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &templ, 1)); in ssl3_dispatch_alert()
/openssl/ssl/record/methods/
H A Drecmethod_local.h144 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, member
H A Dtls_common.c1896 if (!rl->funcs->write_records(rl, templates, numtempl)) { in tls_write_records()
/openssl/ssl/record/
H A Drec_layer_d1.c660 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &tmpl, 1)); in do_dtls1_write()
H A Drec_layer_s3.c469 s->rlayer.wrlmethod->write_records(s->rlayer.wrl, tmpls, maxpipes)); in ssl3_write_bytes()

Completed in 54 milliseconds