Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls13_record_layer.c24 static ssize_t tls13_record_layer_write_record(struct tls13_record_layer *rl,
341 if ((ret = tls13_record_layer_write_record(rl, SSL3_RT_ALERT, in tls13_record_layer_send_alert()
1033 tls13_record_layer_write_record(struct tls13_record_layer *rl, in tls13_record_layer_write_record() function
1099 return tls13_record_layer_write_record(rl, content_type, buf, n); in tls13_record_layer_write_chunk()