Home
last modified time | relevance | path

Searched refs:tls13_record_header (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/ssl/
HDtls13_record.h54 int tls13_record_header(struct tls13_record *_rec, CBS *_cbs);
HDtls13_record.c75 tls13_record_header(struct tls13_record *rec, CBS *cbs) in tls13_record_header() function
HDtls13_record_layer.c559 if (!tls13_record_header(rl->rrec, &header)) in tls13_record_layer_open_record_protected()