Home
last modified time | relevance | path

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

/mbedtls-development/programs/ssl/
A Dssl_client2.c520 int force_srtp_profile; /* SRTP protection profile to use or all */ member
879 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()
1299 opt.force_srtp_profile = atoi( q ); in main()
1780 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
1783 if( opt.force_srtp_profile != 0 ) in main()
1801 else if( opt.force_srtp_profile != 0 ) in main()
A Dssl_server2.c644 int force_srtp_profile; /* SRTP protection profile to use or all */ member
1563 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()
2017 opt.force_srtp_profile = atoi( q ); in main()
2630 …const mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET… in main()
2633 if( opt.force_srtp_profile != 0 ) in main()
2654 else if( opt.force_srtp_profile != 0 ) in main()

Completed in 12 milliseconds