Home
last modified time | relevance | path

Searched refs:https_sess (Results 1 – 4 of 4) sorted by relevance

/dports/security/openconnect/openconnect-8.10/
H A Dgnutls.c2062 if (vpninfo->https_sess) in openconnect_open_https()
2223 gnutls_deinit(vpninfo->https_sess); in openconnect_open_https()
2224 vpninfo->https_sess = NULL; in openconnect_open_https()
2237 gnutls_handshake_set_timeout(vpninfo->https_sess, in openconnect_open_https()
2282 gnutls_deinit(vpninfo->https_sess); in cstp_handshake()
2283 vpninfo->https_sess = NULL; in cstp_handshake()
2290 gnutls_deinit(vpninfo->https_sess); in cstp_handshake()
2291 vpninfo->https_sess = NULL; in cstp_handshake()
2318 if (vpninfo->https_sess) { in openconnect_close_https()
2319 gnutls_deinit(vpninfo->https_sess); in openconnect_close_https()
[all …]
H A Dgnutls-dtls.c184 if (!vpninfo->https_sess) { in start_dtls_psk_handshake()
232 err = gnutls_prf(vpninfo->https_sess, PSK_LABEL_SIZE, PSK_LABEL, in start_dtls_psk_handshake()
H A Dopenconnect-internal.h523 gnutls_session_t https_sess; member
1028 #define openconnect_https_connected(_v) ((_v)->https_sess)
H A Dcstp.c1198 if (!vpninfo->https_sess) in cstp_bye()