Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c195 return ssl_has_ecc_ciphers(s) || in tlsext_supportedgroups_client_needs()
382 return ssl_has_ecc_ciphers(s); in tlsext_ecpf_client_needs()
H A Dssl_locl.h1354 int ssl_has_ecc_ciphers(SSL *s);
H A Dssl_lib.c1505 ssl_has_ecc_ciphers(SSL *s) in ssl_has_ecc_ciphers() function