Lines Matching defs:rl

118 tls13_record_layer_rrec_free(struct tls13_record_layer *rl)  in tls13_record_layer_rrec_free()
125 tls13_record_layer_wrec_free(struct tls13_record_layer *rl) in tls13_record_layer_wrec_free()
135 struct tls13_record_layer *rl; in tls13_record_layer_new() local
161 tls13_record_layer_free(struct tls13_record_layer *rl) in tls13_record_layer_free()
181 tls13_record_layer_set_callbacks(struct tls13_record_layer *rl, in tls13_record_layer_set_callbacks()
189 tls13_record_layer_rcontent(struct tls13_record_layer *rl, CBS *cbs) in tls13_record_layer_rcontent()
236 tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow) in tls13_record_layer_allow_ccs()
242 tls13_record_layer_allow_legacy_alerts(struct tls13_record_layer *rl, int allow) in tls13_record_layer_allow_legacy_alerts()
248 tls13_record_layer_set_aead(struct tls13_record_layer *rl, in tls13_record_layer_set_aead()
255 tls13_record_layer_set_hash(struct tls13_record_layer *rl, in tls13_record_layer_set_hash()
262 tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl, in tls13_record_layer_set_legacy_version()
269 tls13_record_layer_handshake_completed(struct tls13_record_layer *rl) in tls13_record_layer_handshake_completed()
275 tls13_record_layer_set_retry_after_phh(struct tls13_record_layer *rl, int retry) in tls13_record_layer_set_retry_after_phh()
281 tls13_record_layer_process_alert(struct tls13_record_layer *rl) in tls13_record_layer_process_alert()
336 tls13_record_layer_send_alert(struct tls13_record_layer *rl) in tls13_record_layer_send_alert()
370 tls13_record_layer_send_phh(struct tls13_record_layer *rl) in tls13_record_layer_send_phh()
395 tls13_record_layer_send_pending(struct tls13_record_layer *rl) in tls13_record_layer_send_pending()
416 tls13_record_layer_enqueue_alert(struct tls13_record_layer *rl, in tls13_record_layer_enqueue_alert()
446 tls13_record_layer_phh(struct tls13_record_layer *rl, CBS *cbs) in tls13_record_layer_phh()
497 tls13_record_layer_set_read_traffic_key(struct tls13_record_layer *rl, in tls13_record_layer_set_read_traffic_key()
509 tls13_record_layer_set_write_traffic_key(struct tls13_record_layer *rl, in tls13_record_layer_set_write_traffic_key()
521 tls13_record_layer_open_record_plaintext(struct tls13_record_layer *rl) in tls13_record_layer_open_record_plaintext()
548 tls13_record_layer_open_record_protected(struct tls13_record_layer *rl) in tls13_record_layer_open_record_protected()
620 tls13_record_layer_open_record(struct tls13_record_layer *rl) in tls13_record_layer_open_record()
632 tls13_record_layer_seal_record_plaintext(struct tls13_record_layer *rl, in tls13_record_layer_seal_record_plaintext()
684 tls13_record_layer_seal_record_protected(struct tls13_record_layer *rl, in tls13_record_layer_seal_record_protected()
784 tls13_record_layer_seal_record(struct tls13_record_layer *rl, in tls13_record_layer_seal_record()
804 tls13_record_layer_read_record(struct tls13_record_layer *rl) in tls13_record_layer_read_record()
906 tls13_record_layer_pending(struct tls13_record_layer *rl, uint8_t content_type) in tls13_record_layer_pending()
915 tls13_record_layer_recv_phh(struct tls13_record_layer *rl) in tls13_record_layer_recv_phh()
949 tls13_record_layer_read_internal(struct tls13_record_layer *rl, in tls13_record_layer_read_internal()
1001 tls13_record_layer_peek(struct tls13_record_layer *rl, uint8_t content_type, in tls13_record_layer_peek()
1017 tls13_record_layer_read(struct tls13_record_layer *rl, uint8_t content_type, in tls13_record_layer_read()
1033 tls13_record_layer_write_record(struct tls13_record_layer *rl, in tls13_record_layer_write_record()
1093 tls13_record_layer_write_chunk(struct tls13_record_layer *rl, in tls13_record_layer_write_chunk()
1103 tls13_record_layer_write(struct tls13_record_layer *rl, uint8_t content_type, in tls13_record_layer_write()
1122 tls13_record_layer_flush(struct tls13_record_layer *rl) in tls13_record_layer_flush()
1130 tls13_send_dummy_ccs(struct tls13_record_layer *rl) in tls13_send_dummy_ccs()
1147 tls13_read_handshake_data(struct tls13_record_layer *rl, uint8_t *buf, size_t n) in tls13_read_handshake_data()
1156 tls13_write_handshake_data(struct tls13_record_layer *rl, const uint8_t *buf, in tls13_write_handshake_data()
1166 tls13_pending_application_data(struct tls13_record_layer *rl) in tls13_pending_application_data()
1175 tls13_peek_application_data(struct tls13_record_layer *rl, uint8_t *buf, size_t n) in tls13_peek_application_data()
1184 tls13_read_application_data(struct tls13_record_layer *rl, uint8_t *buf, size_t n) in tls13_read_application_data()
1193 tls13_write_application_data(struct tls13_record_layer *rl, const uint8_t *buf, in tls13_write_application_data()
1203 tls13_send_alert(struct tls13_record_layer *rl, uint8_t alert_desc) in tls13_send_alert()