Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dtls13_record_layer.c24 static ssize_t tls13_record_layer_write_record(struct tls13_record_layer *rl,
348 if ((ret = tls13_record_layer_write_record(rl, SSL3_RT_ALERT, in tls13_record_layer_send_alert()
1041 tls13_record_layer_write_record(struct tls13_record_layer *rl, in tls13_record_layer_write_record() function
1107 return tls13_record_layer_write_record(rl, content_type, buf, n); in tls13_record_layer_write_chunk()