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

/freebsd-10.0-release/crypto/openssl/ssl/
H A Dt1_lib.c1791 int using_ecc = 0; local
1805 using_ecc = 1;
1809 using_ecc = using_ecc && (s->version >= TLS1_VERSION);
1810 if (using_ecc)
1888 int using_ecc = (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) || (alg_a & SSL_aECDSA); local
1889 using_ecc = using_ecc && (s->session->tlsext_ecpointformatlist != NULL);
1891 if (using_ecc)

Completed in 132 milliseconds