Searched defs:DnsTlsStreamData (Results 1 – 3 of 3) sorted by relevance
19 struct DnsTlsStreamData { struct20 int handshake;21 bool shutdown;22 SSL *ssl;23 BUF_MEM *write_buffer;24 size_t buffer_offset;
19 struct DnsTlsStreamData { struct20 gnutls_session_t session;21 gnutls_typed_vdata_st validation;22 int handshake;23 bool shutdown;
13 typedef struct DnsTlsStreamData DnsTlsStreamData; typedef