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

  /external/boringssl/src/ssl/
d1_srtp.c 199 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles);
203 return ssl_ctx_make_profiles(profiles, &ssl->srtp_profiles);
211 if (ssl->srtp_profiles != NULL) {
212 return ssl->srtp_profiles;
215 if (ssl->ctx != NULL && ssl->ctx->srtp_profiles != NULL) {
216 return ssl->ctx->srtp_profiles;
ssl_lib.c 335 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles);
501 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
    [all...]
  /external/boringssl/src/ssl/test/
test_config.h 57 std::string srtp_profiles; member in struct:TestConfig
test_config.cc 119 { "-srtp-profiles", &TestConfig::srtp_profiles },
bssl_shim.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 3669 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
3850 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_st
    [all...]

Completed in 330 milliseconds