Searched refs:srtp_profiles (Results 1 – 4 of 4) sorted by relevance
197 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_srtp_profiles()202 ssl_ctx_make_profiles(profiles, &ssl->config->srtp_profiles); in SSL_set_srtp_profiles()215 return ssl->config->srtp_profiles != nullptr in STACK_OF()216 ? ssl->config->srtp_profiles.get() in STACK_OF()217 : ssl->ctx->srtp_profiles.get(); in STACK_OF()
2530 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;3085 bssl::UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;
75 std::string srtp_profiles; member
172 { "-srtp-profiles", &TestConfig::srtp_profiles },1559 if (!srtp_profiles.empty() && in NewSSL()1560 !SSL_set_srtp_profiles(ssl.get(), srtp_profiles.c_str())) { in NewSSL()