Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_tls12_server.c607 uint16_t protection_profile_value = buf[j] << 8 | buf[j + 1]; in ssl_parse_use_srtp_ext() local
608 client_protection = mbedtls_ssl_check_srtp_profile_value(protection_profile_value); in ssl_parse_use_srtp_ext()