|
libwebsockets
Lightweight C library for HTML5 websockets
|
Go to the source code of this file.
Typedefs | |
| typedef int(* | lws_tls_quic_secret_cb) (struct lws *wsi, enum lws_tls_quic_secret_type type, const uint8_t *secret, size_t secret_len) |
Functions | |
| LWS_VISIBLE LWS_EXTERN int | lws_tls_quic_init (struct lws *wsi, lws_tls_quic_secret_cb cb) |
| LWS_VISIBLE LWS_EXTERN int | lws_tls_quic_advance_handshake (struct lws *wsi, int level, const uint8_t *in, size_t in_len, uint8_t *out, size_t *out_len) |
| LWS_VISIBLE LWS_EXTERN int | lws_tls_quic_set_transport_parameters (struct lws *wsi, const uint8_t *tp, size_t tp_len) |
| LWS_VISIBLE LWS_EXTERN int | lws_tls_quic_get_transport_parameters (struct lws *wsi, const uint8_t **tp, size_t *tp_len) |
| LWS_VISIBLE LWS_EXTERN int | lws_tls_quic_api_test (void) |