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

  /external/openssl/include/openssl/
srtp.h 137 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
139 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
140 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
safestack.h     [all...]
ssl.h 378 } SRTP_PROTECTION_PROFILE;
380 DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
    [all...]
  /external/openssl/ssl/
srtp.h 137 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
139 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
140 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
d1_srtp.c 127 static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
151 SRTP_PROTECTION_PROFILE **pptr,unsigned len)
153 SRTP_PROTECTION_PROFILE *p;
171 static int ssl_ctx_make_profiles(const char *profiles_string,STACK_OF(SRTP_PROTECTION_PROFILE) **out)
173 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
178 SRTP_PROTECTION_PROFILE *p;
228 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s)
246 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
257 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt=0;
258 SRTP_PROTECTION_PROFILE *prof
    [all...]
ssl.h 378 } SRTP_PROTECTION_PROFILE;
380 DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
srtp.h 150 OPENSSL_EXPORT SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
152 OPENSSL_EXPORT STACK_OF(SRTP_PROTECTION_PROFILE) *
154 OPENSSL_EXPORT SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
stack_macros.h     [all...]
ssl.h 297 } SRTP_PROTECTION_PROFILE;
299 DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 129 static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
153 SRTP_PROTECTION_PROFILE **pptr,unsigned len)
155 SRTP_PROTECTION_PROFILE *p;
174 SRTP_PROTECTION_PROFILE **pptr)
176 SRTP_PROTECTION_PROFILE *p;
192 static int ssl_ctx_make_profiles(const char *profiles_string,STACK_OF(SRTP_PROTECTION_PROFILE) **out)
194 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
199 SRTP_PROTECTION_PROFILE *p;
243 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s)
261 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s
    [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/chromium_org/third_party/webrtc/base/
opensslstreamadapter.cc 291 SRTP_PROTECTION_PROFILE *srtp_profile =
  /external/openssl/apps/
s_client.c     [all...]
s_server.c     [all...]

Completed in 489 milliseconds