Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher_suites

452   CBS cipher_suites;
453 CBS_init(&cipher_suites, client_hello->cipher_suites,
456 while (CBS_len(&cipher_suites) > 0) {
458 if (!CBS_get_u16(&cipher_suites, &got_id)) {
545 CBS cipher_suites;
546 CBS_init(&cipher_suites, client_hello->cipher_suites,
555 while (CBS_len(&cipher_suites) > 0) {
558 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {