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

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_srtp.c 259 return s->srtp_profile;
390 s->srtp_profile=sprof;
416 if(s->srtp_profile==0)
422 s2n(s->srtp_profile->id,p);
482 s->srtp_profile=prof;
t1_lib.c 813 if(s->srtp_profile)
    [all...]
ssl.h 1383 SRTP_PROTECTION_PROFILE *srtp_profile; \/* What's been chosen *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
d1_srtp.c 259 return s->srtp_profile;
390 s->srtp_profile=sprof;
416 if(s->srtp_profile==0)
422 s2n(s->srtp_profile->id,p);
482 s->srtp_profile=prof;
ssl.h 1442 SRTP_PROTECTION_PROFILE *srtp_profile; \/* What's been chosen *\/ member in struct:ssl_st
    [all...]
t1_lib.c 835 if(s->srtp_profile)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 308 SRTP_PROTECTION_PROFILE *srtp_profile =
311 if (!srtp_profile)
316 if (!strcmp(entry->internal_name, srtp_profile->name)) {
  /external/chromium_org/third_party/webrtc/base/
opensslstreamadapter.cc 291 SRTP_PROTECTION_PROFILE *srtp_profile =
294 if (!srtp_profile)
299 if (!strcmp(entry->internal_name, srtp_profile->name)) {
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 2103 SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s); local
    [all...]
s_server.c 2463 SRTP_PROTECTION_PROFILE *srtp_profile local
    [all...]
  /external/openssl/apps/
s_client.c 2145 SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s); local
    [all...]
s_server.c 2463 SRTP_PROTECTION_PROFILE *srtp_profile local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 1383 SRTP_PROTECTION_PROFILE *srtp_profile; \/* What's been chosen *\/ member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1442 SRTP_PROTECTION_PROFILE *srtp_profile; \/* What's been chosen *\/ member in struct:ssl_st
    [all...]

Completed in 656 milliseconds