Home | History | Annotate | Download | only in testcode

Lines Matching refs:quic_method

209 static SSL_QUIC_METHOD quic_method;
1243 /** quic_method set_encryption_secrets function */
1284 /** quic_method add_handshake_data function */
1313 /** quic_method flush_flight function */
1320 /** quic_method send_alert function */
1370 memset(&quic_method, 0, sizeof(quic_method));
1371 quic_method.set_encryption_secrets = &set_encryption_secrets;
1372 quic_method.add_handshake_data = &add_handshake_data;
1373 quic_method.flush_flight = &flush_flight;
1374 quic_method.send_alert = &send_alert;
1375 SSL_CTX_set_quic_method(ctx, &quic_method);