Home
last modified time | relevance | path

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

/dports/security/gnutls/gnutls-3.6.16/lib/algorithms/
H A Dpublickey.c378 _gnutls_kx_encipher_type(gnutls_kx_algorithm_t kx_algorithm) in _gnutls_kx_encipher_type() function
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dalgorithms.h337 enum encipher_type _gnutls_kx_encipher_type(gnutls_kx_algorithm_t
/dports/security/gnutls/gnutls-3.6.16/lib/auth/
H A Dcert.c1508 if (!ver->tls13_sem && _gnutls_kx_encipher_type(cs->kx_algorithm) != CIPHER_SIGN) in cert_select_sign_algorithm()