Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_srv.c784 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()
Dssl_cli.c830 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()
Dssl_tls.c4735 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()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h1116 return( MBEDTLS_TLS_SRTP_UNSET ); in mbedtls_ssl_check_srtp_profile_value()
Dssl.h882 #define MBEDTLS_TLS_SRTP_UNSET ( (uint16_t) 0x0000) macro
/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c1261 MBEDTLS_TLS_SRTP_UNSET in main()
2347 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
2764 == MBEDTLS_TLS_SRTP_UNSET ) in main()
Dssl_server2.c1892 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()