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

  /external/openssl/ssl/
d1_srtp.c 248 return s->srtp_profile;
333 s->srtp_profile = NULL;
354 s->srtp_profile = sprof;
385 if(s->srtp_profile==0)
391 s2n(s->srtp_profile->id,p);
451 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 834 if(SSL_IS_DTLS(s) && s->srtp_profile)
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 263 return s->srtp_profile;
364 s->srtp_profile = sprof;
389 if(s->srtp_profile==0)
395 s2n(s->srtp_profile->id,p);
457 s->srtp_profile=prof;
t1_lib.c     [all...]
  /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/openssl/apps/
s_client.c 2147 SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s); local
    [all...]
s_server.c 2477 SRTP_PROTECTION_PROFILE *srtp_profile local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 1413 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 59 milliseconds