HomeSort by relevance Sort by last modified time
    Searched refs:srtp_profiles (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/ssl/
d1_srtp.c 209 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles);
213 return ssl_ctx_make_profiles(profiles, &s->srtp_profiles);
221 if (s->srtp_profiles != NULL) {
222 return s->srtp_profiles;
225 if (s->ctx != NULL && s->ctx->srtp_profiles != NULL) {
226 return s->ctx->srtp_profiles;
ssl_lib.c 566 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
    [all...]
  /external/boringssl/src/ssl/test/
test_config.h 58 std::string srtp_profiles; member in struct:TestConfig
test_config.cc 102 { "-srtp-profiles", &TestConfig::srtp_profiles },
bssl_shim.cc 628 if (!config->srtp_profiles.empty() &&
629 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) {
  /external/boringssl/src/include/openssl/
ssl.h 1064 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
1446 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_st
    [all...]

Completed in 65 milliseconds