Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_srtp.c199 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_srtp_profiles()
203 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles); in SSL_set_srtp_profiles()
211 if (ssl->srtp_profiles != NULL) { in STACK_OF()
212 return ssl->srtp_profiles; in STACK_OF()
215 if (ssl->ctx != NULL && ssl->ctx->srtp_profiles != NULL) { in STACK_OF()
216 return ssl->ctx->srtp_profiles; in STACK_OF()
Dssl_lib.c335 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles); in SSL_CTX_free()
501 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles); in SSL_free()
/external/boringssl/src/ssl/test/
Dtest_config.h57 std::string srtp_profiles; member
Dtest_config.cc119 { "-srtp-profiles", &TestConfig::srtp_profiles },
Dbssl_shim.cc1208 if (!config->srtp_profiles.empty() && in DoExchange()
1209 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()
/external/boringssl/src/include/openssl/
Dssl.h3669 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
3850 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;