Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_tls.h61 int (*got_transport_params_cb)(const unsigned char *params, member
/openssl/doc/designs/quic-design/
H A Dquic-tls.md90 int (*got_transport_params_cb)(const unsigned char *params,
139 `got_transport_params_cb` callback is invoked.
232 `QUIC_TLS_ARGS`. The `parse` callback invokes the `got_transport_params_cb`
/openssl/ssl/quic/
H A Dquic_tls.c627 return qtls->args.got_transport_params_cb(in, inlen, in parse_transport_params_cb()
H A Dquic_channel.c329 tls_args.got_transport_params_cb = ch_on_transport_params; in ch_init()

Completed in 22 milliseconds