Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher_suite

120     uint16_t cipher_suite;
121 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
126 const SSL_CIPHER *candidate = SSL_get_cipher_by_value(cipher_suite);