Home
last modified time | relevance | path

Searched refs:read_record (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Drecordmethod.h234 int (*read_record)(OSSL_RECORD_LAYER *rl, void **rechandle, int *rversion, member
/openssl/doc/designs/quic-design/
H A Drecord-layer.md209 Libssl will read records by calling the `read_record` function. The
211 `read_record` function only ever returns one record at a time. The
509 int (*read_record)(OSSL_RECORD_LAYER *rl, void **rechandle, int *rversion,
514 * read_record. Records are guaranteed to be released in the order that they
/openssl/ssl/record/
H A Drec_layer_d1.c253 sc->rlayer.rrlmethod->read_record(sc->rlayer.rrl, in dtls1_read_bytes()
H A Drec_layer_s3.c691 s->rlayer.rrlmethod->read_record(s->rlayer.rrl, in ssl3_read_bytes()

Completed in 29 milliseconds