Searched refs:tls13_record_layer (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/crypto/libressl/ssl/ |
H A D | tls13_record_layer.c | 22 static ssize_t tls13_record_layer_write_chunk(struct tls13_record_layer *rl, 24 static ssize_t tls13_record_layer_write_record(struct tls13_record_layer *rl, 62 struct tls13_record_layer { struct 118 tls13_record_layer_rrec_free(struct tls13_record_layer *rl) in tls13_record_layer_rrec_free() argument 125 tls13_record_layer_wrec_free(struct tls13_record_layer *rl) in tls13_record_layer_wrec_free() 131 struct tls13_record_layer * 135 struct tls13_record_layer *rl; in tls13_record_layer_new() 137 if ((rl = calloc(1, sizeof(struct tls13_record_layer))) == NULL) in tls13_record_layer_new() 161 tls13_record_layer_free(struct tls13_record_layer *rl) in tls13_record_layer_free() 177 freezero(rl, sizeof(struct tls13_record_layer)); in tls13_record_layer_free() [all …]
|
H A D | tls13_internal.h | 175 struct tls13_record_layer; 197 struct tls13_record_layer *tls13_record_layer_new( 199 void tls13_record_layer_free(struct tls13_record_layer *rl); 200 void tls13_record_layer_set_callbacks(struct tls13_record_layer *rl, 202 void tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow); 203 void tls13_record_layer_allow_legacy_alerts(struct tls13_record_layer *rl, int allow); 204 void tls13_record_layer_rcontent(struct tls13_record_layer *rl, CBS *cbs); 205 void tls13_record_layer_set_aead(struct tls13_record_layer *rl, 207 void tls13_record_layer_set_hash(struct tls13_record_layer *rl, 209 void tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl, [all …]
|
H A D | tls13_handshake_msg.c | 116 struct tls13_record_layer *rl = cb_arg; in tls13_handshake_msg_read_cb() 123 struct tls13_record_layer *rl) in tls13_handshake_msg_recv() 168 struct tls13_record_layer *rl) in tls13_handshake_msg_send()
|
/dflybsd-src/lib/libressl/ |
H A D | Makefile | 26 tls13_record_layer.c tls13_server.c
|