Home | History | Annotate | Download | only in ssl

Lines Matching refs:cbs

310 int ssl_parse_clienthello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert)
312 CBS profile_ids, srtp_mki;
318 if (!CBS_get_u16_length_prefixed(cbs, &profile_ids) ||
320 !CBS_get_u8_length_prefixed(cbs, &srtp_mki) ||
321 CBS_len(cbs) != 0)
404 int ssl_parse_serverhello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert)
406 CBS profile_ids, srtp_mki;
419 if (!CBS_get_u16_length_prefixed(cbs, &profile_ids) ||
422 !CBS_get_u8_length_prefixed(cbs, &srtp_mki) ||
423 CBS_len(cbs) != 0)