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

  /external/openssl/ssl/
d1_srtp.c 258 return s->srtp_profile;
389 s->srtp_profile=sprof;
415 if(s->srtp_profile==0)
421 s2n(s->srtp_profile->id,p);
481 s->srtp_profile=prof;
ssl.h 1340 SRTP_PROTECTION_PROFILE *srtp_profile; \/* What's been chosen *\/ member in struct:ssl_st
    [all...]
t1_lib.c 784 if(s->srtp_profile)
    [all...]
  /external/openssl/apps/
s_client.c 2078 SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s); local
    [all...]
s_server.c 2446 SRTP_PROTECTION_PROFILE *srtp_profile local
    [all...]
  /external/openssl/include/openssl/
ssl.h 1340 SRTP_PROTECTION_PROFILE *srtp_profile; \/* What's been chosen *\/ member in struct:ssl_st
    [all...]

Completed in 1129 milliseconds