Home
last modified time | relevance | path

Searched refs:srtp_profiles (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dd1_srtp.cc197 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()
Dinternal.h2530 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;
3085 bssl::UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;
/external/boringssl/src/ssl/test/
Dtest_config.h75 std::string srtp_profiles; member
Dtest_config.cc172 { "-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()