Searched refs:MBEDTLS_TLS_SRTP_UNSET (Results 1 – 7 of 7) sorted by relevance
763 mbedtls_ssl_srtp_profile client_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()802 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()825 if( client_protection != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()847 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()2267 ( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) ) in ssl_write_use_srtp_ext()2307 if( profile_value != MBEDTLS_TLS_SRTP_UNSET ) in ssl_write_use_srtp_ext()
779 if( profile_value != MBEDTLS_TLS_SRTP_UNSET ) in ssl_write_use_srtp_ext()1707 mbedtls_ssl_srtp_profile server_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()1756 if( server_protection != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()1763 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()1781 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
1298 return( MBEDTLS_TLS_SRTP_UNSET ); in mbedtls_ssl_check_srtp_profile_value()
4163 for( p = profiles; *p != MBEDTLS_TLS_SRTP_UNSET && in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4167 if( mbedtls_ssl_check_srtp_profile_value( *p ) != MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4196 if( dtls_srtp_info->chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_get_dtls_srtp_negotiation_result()
742 MBEDTLS_TLS_SRTP_UNSET in main()1791 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()2230 == MBEDTLS_TLS_SRTP_UNSET ) in main()
1392 MBEDTLS_TLS_SRTP_UNSET in main()2631 …nst mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()3348 == MBEDTLS_TLS_SRTP_UNSET ) in main()
1084 #define MBEDTLS_TLS_SRTP_UNSET ( (uint16_t) 0x0000) macro