Searched refs:srtp_profiles (Results 1 – 6 of 6) sorted by relevance
199 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_srtp_profiles()203 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles); in SSL_set_srtp_profiles()211 if (ssl->srtp_profiles != NULL) { in STACK_OF()212 return ssl->srtp_profiles; in STACK_OF()215 if (ssl->ctx != NULL && ssl->ctx->srtp_profiles != NULL) { in STACK_OF()216 return ssl->ctx->srtp_profiles; in STACK_OF()
335 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles); in SSL_CTX_free()501 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles); in SSL_free()
57 std::string srtp_profiles; member
119 { "-srtp-profiles", &TestConfig::srtp_profiles },
1208 if (!config->srtp_profiles.empty() && in DoExchange()1209 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()
3669 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;3850 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;