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

  /external/boringssl/src/ssl/
d1_srtp.cc 201 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles);
205 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles);
213 if (ssl->srtp_profiles != NULL) {
214 return ssl->srtp_profiles;
217 if (ssl->ctx->srtp_profiles != NULL) {
218 return ssl->ctx->srtp_profiles;
ssl_lib.cc 348 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles);
496 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
    [all...]
internal.h 2031 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_st
    [all...]
  /external/boringssl/src/ssl/test/
test_config.h 65 std::string srtp_profiles; member in struct:TestConfig
test_config.cc 152 { "-srtp-profiles", &TestConfig::srtp_profiles },
bssl_shim.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4326 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
    [all...]

Completed in 82 milliseconds