Searched refs:srtp_profiles (Results 1 – 8 of 8) sorted by relevance
114 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_tlsext_use_srtp()119 return ssl_ctx_make_profiles(profiles, &s->srtp_profiles); in SSL_set_tlsext_use_srtp()125 if (s->srtp_profiles != NULL) { in STACK_OF()126 return s->srtp_profiles; in STACK_OF()127 } else if ((s->ctx != NULL) && (s->ctx->srtp_profiles != NULL)) { in STACK_OF()128 return s->ctx->srtp_profiles; in STACK_OF()
1019 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;1401 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1234 sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles); in SSL_free()3260 sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles); in SSL_CTX_free()
50 std::string srtp_profiles; member
103 { "-srtp-profiles", &TestConfig::srtp_profiles },
966 if (!config->srtp_profiles.empty() && in DoExchange()967 SSL_set_tlsext_use_srtp(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()
1041 char *srtp_profiles = NULL; in s_server_main() local1560 srtp_profiles = opt_arg(); in s_server_main()1877 if (srtp_profiles != NULL) { in s_server_main()1879 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) { in s_server_main()
958 char *srtp_profiles = NULL; in s_client_main() local1476 srtp_profiles = opt_arg(); in s_client_main()1863 if (srtp_profiles != NULL) { in s_client_main()1865 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) { in s_client_main()