Home
last modified time | relevance | path

Searched defs:quic_tls_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls.c25 struct quic_tls_st { struct
26 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 …]