Searched refs:MBEDTLS_TLS_SRTP_UNSET (Results 1 – 7 of 7) sorted by relevance
784 mbedtls_ssl_srtp_profile client_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()823 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()846 if( client_protection != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()868 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()2645 ( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) ) in ssl_write_use_srtp_ext()2687 if( profile_value != MBEDTLS_TLS_SRTP_UNSET ) in ssl_write_use_srtp_ext()
830 if( profile_value != MBEDTLS_TLS_SRTP_UNSET ) in ssl_write_use_srtp_ext()1848 mbedtls_ssl_srtp_profile server_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()1897 if( server_protection != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()1904 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()1922 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
4735 for( p = profiles; *p != MBEDTLS_TLS_SRTP_UNSET && in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4739 if( mbedtls_ssl_check_srtp_profile_value( *p ) != MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4768 if( dtls_srtp_info->chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_get_dtls_srtp_negotiation_result()
1116 return( MBEDTLS_TLS_SRTP_UNSET ); in mbedtls_ssl_check_srtp_profile_value()
882 #define MBEDTLS_TLS_SRTP_UNSET ( (uint16_t) 0x0000) macro
1261 MBEDTLS_TLS_SRTP_UNSET in main()2347 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()2764 == MBEDTLS_TLS_SRTP_UNSET ) in main()
1892 MBEDTLS_TLS_SRTP_UNSET in main()3158 …nst mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()3874 == MBEDTLS_TLS_SRTP_UNSET ) in main()