Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dtls13_record_layer.c1017 tls13_record_layer_read(struct tls13_record_layer *rl, uint8_t content_type, in tls13_record_layer_read() function
1152 return tls13_record_layer_read(rl, SSL3_RT_HANDSHAKE, buf, n); in tls13_read_handshake_data()
1189 return tls13_record_layer_read(rl, SSL3_RT_APPLICATION_DATA, buf, n); in tls13_read_application_data()