Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.c1705 uint16_t profile_id; in ext_srtp_parse_serverhello() local
1707 !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() local
1772 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()