Searched refs:ssl_handshake_done (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnstap/
H A Ddtstream.h154 int ssl_handshake_done; member in struct:dt_io_thread
H A Ddtstream.c1380 if(dtio->ssl_handshake_done)
1444 dtio->ssl_handshake_done = 1;
1480 (!dtio->ssl_handshake_done || dtio->ssl_brief_read)) {
1716 (!dtio->ssl_handshake_done || dtio->ssl_brief_read)) {
1775 if(dtio->ssl && !dtio->ssl_handshake_done) {
2003 dtio->ssl_handshake_done = 0;
H A Dunbound-dnstap-socket.c113 int ssl_handshake_done; member in struct:tap_data
878 if(data->ssl_handshake_done)
925 data->ssl_handshake_done = 1;
941 if(data->ssl && (!data->ssl_handshake_done ||

Completed in 113 milliseconds