Home
last modified time | relevance | path

Searched refs:profile_ids_tmp (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dt1_lib.cc1736 CBS profile_ids_tmp; in ext_srtp_parse_clienthello() local
1737 CBS_init(&profile_ids_tmp, CBS_data(&profile_ids), CBS_len(&profile_ids)); in ext_srtp_parse_clienthello()
1739 while (CBS_len(&profile_ids_tmp) > 0) { in ext_srtp_parse_clienthello()
1741 if (!CBS_get_u16(&profile_ids_tmp, &profile_id)) { in ext_srtp_parse_clienthello()