Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_srtp.c209 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()
Dssl_lib.c566 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles); in SSL_free()
1781 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles); in SSL_CTX_free()
/external/boringssl/src/ssl/test/
Dtest_config.h58 std::string srtp_profiles; member
Dtest_config.cc102 { "-srtp-profiles", &TestConfig::srtp_profiles },
Dbssl_shim.cc628 if (!config->srtp_profiles.empty() && in DoExchange()
629 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()
/external/boringssl/src/include/openssl/
Dssl.h1064 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1446 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;