Searched refs:tls13_record_layer_read (Results 1 – 1 of 1) sorted by relevance
1017 tls13_record_layer_read(struct tls13_record_layer *rl, uint8_t content_type, in tls13_record_layer_read() function1152 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()