Lines Matching refs:quic_method
48 if (!ssl->quic_method->flush_flight(ssl)) { in tls13_quic_wire_flush_cb()
73 if (!ssl->quic_method->add_handshake_data(ssl, in tls13_quic_handshake_write_cb()
93 if (ssl->quic_method->set_read_secret != NULL) in tls13_quic_set_read_traffic_key()
94 return ssl->quic_method->set_read_secret(ssl, in tls13_quic_set_read_traffic_key()
98 if (ssl->quic_method->set_encryption_secrets != NULL) in tls13_quic_set_read_traffic_key()
99 return ssl->quic_method->set_encryption_secrets(ssl, in tls13_quic_set_read_traffic_key()
117 if (ssl->quic_method->set_write_secret != NULL) in tls13_quic_set_write_traffic_key()
118 return ssl->quic_method->set_write_secret(ssl, in tls13_quic_set_write_traffic_key()
122 if (ssl->quic_method->set_encryption_secrets != NULL) in tls13_quic_set_write_traffic_key()
123 return ssl->quic_method->set_encryption_secrets(ssl, in tls13_quic_set_write_traffic_key()
136 if (!ssl->quic_method->send_alert(ssl, ctx->hs->tls13.quic_write_level, in tls13_quic_alert_send_cb()