Searched refs:write_records (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 190 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 D | quic-tls.md | 192 * `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 D | recordmethod.h | 205 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, member
|
/openssl/ssl/ |
H A D | s3_msg.c | 129 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &templ, 1)); in ssl3_dispatch_alert()
|
/openssl/ssl/record/methods/ |
H A D | recmethod_local.h | 144 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, member
|
H A D | tls_common.c | 1896 if (!rl->funcs->write_records(rl, templates, numtempl)) { in tls_write_records()
|
/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 660 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &tmpl, 1)); in do_dtls1_write()
|
H A D | rec_layer_s3.c | 469 s->rlayer.wrlmethod->write_records(s->rlayer.wrl, tmpls, maxpipes)); in ssl3_write_bytes()
|
Completed in 54 milliseconds