Searched refs:profile_id (Results 1 – 1 of 1) sorted by relevance
1705 uint16_t profile_id; in ext_srtp_parse_serverhello() local1707 !CBS_get_u16(&profile_ids, &profile_id) || in ext_srtp_parse_serverhello()1731 if (profile->id == profile_id) { in ext_srtp_parse_serverhello()1771 uint16_t profile_id; in ext_srtp_parse_clienthello() local1772 if (!CBS_get_u16(&profile_ids_tmp, &profile_id)) { in ext_srtp_parse_clienthello()1776 if (server_profile->id == profile_id) { in ext_srtp_parse_clienthello()