Searched refs:srtp_profiles (Results 1 – 6 of 6) sorted by relevance
209 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_srtp_profiles()213 return ssl_ctx_make_profiles(profiles, &s->srtp_profiles); in SSL_set_srtp_profiles()221 if (s->srtp_profiles != NULL) { in STACK_OF()222 return s->srtp_profiles; in STACK_OF()225 if (s->ctx != NULL && s->ctx->srtp_profiles != NULL) { in STACK_OF()226 return s->ctx->srtp_profiles; in STACK_OF()
566 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles); in SSL_free()1781 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles); in SSL_CTX_free()
58 std::string srtp_profiles; member
102 { "-srtp-profiles", &TestConfig::srtp_profiles },
628 if (!config->srtp_profiles.empty() && in DoExchange()629 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()
1064 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;1446 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;