Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_client2.c553 int force_srtp_profile; /* SRTP protection profile to use or all */ member
999 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()
1444 opt.force_srtp_profile = atoi(q); in main()
1883 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
1885 if (opt.force_srtp_profile != 0) { in main()
1898 } else if (opt.force_srtp_profile != 0) { in main()
Dssl_server2.c705 int force_srtp_profile; /* SRTP protection profile to use or all */ member
1784 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()
2292 opt.force_srtp_profile = atoi(q); in main()
2887 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
2889 if (opt.force_srtp_profile != 0) { in main()
2907 } else if (opt.force_srtp_profile != 0) { in main()