Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dssl_srv.c761 mbedtls_ssl_srtp_profile client_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
800 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
823 if( client_protection != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
845 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
2265 ( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) ) in ssl_write_use_srtp_ext()
2305 if( profile_value != MBEDTLS_TLS_SRTP_UNSET ) in ssl_write_use_srtp_ext()
A Dssl_cli.c777 if( profile_value != MBEDTLS_TLS_SRTP_UNSET ) in ssl_write_use_srtp_ext()
1705 mbedtls_ssl_srtp_profile server_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
1754 if( server_protection != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
1761 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
1779 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
A Dssl_misc.h1290 return( MBEDTLS_TLS_SRTP_UNSET ); in mbedtls_ssl_check_srtp_profile_value()
A Dssl_tls.c4132 for( p = profiles; *p != MBEDTLS_TLS_SRTP_UNSET && in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
4136 if( mbedtls_ssl_check_srtp_profile_value( *p ) != MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
4165 if( dtls_srtp_info->chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_get_dtls_srtp_negotiation_result()
/mbedtls-development/programs/ssl/
A Dssl_client2.c739 MBEDTLS_TLS_SRTP_UNSET in main()
1780 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
2219 == MBEDTLS_TLS_SRTP_UNSET ) in main()
A Dssl_server2.c1389 MBEDTLS_TLS_SRTP_UNSET in main()
2630 …nst mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
3347 == MBEDTLS_TLS_SRTP_UNSET ) in main()
/mbedtls-development/include/mbedtls/
A Dssl.h1081 #define MBEDTLS_TLS_SRTP_UNSET ( (uint16_t) 0x0000) macro

Completed in 46 milliseconds