Home
last modified time | relevance | path

Searched refs:HSK_HAVE_FFDHE (Results 1 – 3 of 3) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/lib/ext/
H A Dsupported_groups.c207 session->internals.hsk_flags |= HSK_HAVE_FFDHE; in _gnutls_supported_groups_recv_params()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dgnutls_int.h1339 #define HSK_HAVE_FFDHE (1<<9) /* whether the peer has advertized at least an FFDHE group */ macro
/dports/security/gnutls/gnutls-3.6.16/lib/algorithms/
H A Dciphersuites.c1260 if (session->internals.hsk_flags & HSK_HAVE_FFDHE) { in check_server_dh_params()