Home | History | Annotate | Download | only in ssl

Lines Matching defs:cipher_suite

148     uint16_t cipher_suite;
149 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
154 const SSL_CIPHER *candidate = SSL_get_cipher_by_value(cipher_suite);