Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
127 __net_socket struct tls_context { struct129 int sock;132 bool is_used : 1;135 bool is_initialized : 1;138 bool is_listening : 1;141 bool handshake_in_progress : 1;144 bool session_closed : 1;147 enum net_sock_type type;150 enum net_ip_protocol_secure tls_version;153 int flags;[all …]