Home
last modified time | relevance | path

Searched refs:force_srtp_profile (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/programs/ssl/
Dssl_client2.c524 int force_srtp_profile; /* SRTP protection profile to use or all */ member
882 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()
1301 opt.force_srtp_profile = atoi( q ); in main()
1791 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
1794 if( opt.force_srtp_profile != 0 ) in main()
1812 else if( opt.force_srtp_profile != 0 ) in main()
Dssl_server2.c648 int force_srtp_profile; /* SRTP protection profile to use or all */ member
1566 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()
2019 opt.force_srtp_profile = atoi( q ); in main()
2631 …const mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET… in main()
2634 if( opt.force_srtp_profile != 0 ) in main()
2655 else if( opt.force_srtp_profile != 0 ) in main()