Searched defs:quic_tls_st (Results 1 – 1 of 1) sorted by relevance
25 struct quic_tls_st { struct26 QUIC_TLS_ARGS args;32 const unsigned char *local_transport_params;33 size_t local_transport_params_len;35 ERR_STATE *error_state;41 uint64_t error_code;47 const char *error_msg;50 unsigned int configured : 1;53 unsigned int inerror : 1;56 unsigned int complete : 1;[all …]