Home
last modified time | relevance | path

Searched defs:using_ecc (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc1704 const bool using_ecc = (alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA); in ext_ec_point_add_serverhello() local
/external/boringssl/src/ssl/
Dt1_lib.cc1907 const bool using_ecc = (alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA); in ext_ec_point_add_serverhello() local