Home
last modified time | relevance | path

Searched refs:client_protection (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_tls12_server.c548 mbedtls_ssl_srtp_profile client_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext() local
604 client_protection = mbedtls_ssl_check_srtp_profile_value(protection_profile_value); in ssl_parse_use_srtp_ext()
606 if (client_protection != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
609 client_protection))); in ssl_parse_use_srtp_ext()
615 if (client_protection == ssl->conf->dtls_srtp_profile_list[i]) { in ssl_parse_use_srtp_ext()
619 client_protection))); in ssl_parse_use_srtp_ext()

Completed in 5 milliseconds