Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_srtp.cc201 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_srtp_profiles()
205 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles); in SSL_set_srtp_profiles()
213 if (ssl->srtp_profiles != NULL) { in STACK_OF()
214 return ssl->srtp_profiles; in STACK_OF()
217 if (ssl->ctx->srtp_profiles != NULL) { in STACK_OF()
218 return ssl->ctx->srtp_profiles; in STACK_OF()
Dssl_lib.cc348 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles); in SSL_CTX_free()
496 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles); in SSL_free()
Dinternal.h2031 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/ssl/test/
Dtest_config.h65 std::string srtp_profiles; member
Dtest_config.cc152 { "-srtp-profiles", &TestConfig::srtp_profiles },
Dbssl_shim.cc1861 if (!config->srtp_profiles.empty() && in DoConnection()
1862 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoConnection()
/external/boringssl/src/include/openssl/
Dssl.h4326 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;