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

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_srtp.c 230 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
235 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
243 if(s->srtp_profiles != NULL)
245 return s->srtp_profiles;
248 (s->ctx->srtp_profiles != NULL))
250 return s->ctx->srtp_profiles;
ssl_lib.c 604 if (s->srtp_profiles)
605 sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles);
    [all...]
ssl.h 1004 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
1382 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; \/* What we'll do *\/ member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
d1_srtp.c 230 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
235 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
243 if(s->srtp_profiles != NULL)
245 return s->srtp_profiles;
248 (s->ctx->srtp_profiles != NULL))
250 return s->ctx->srtp_profiles;
ssl_lib.c 629 if (s->srtp_profiles)
630 sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles);
    [all...]
ssl.h 1046 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
1441 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; \/* What we'll do *\/ member in struct:ssl_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 510 char *srtp_profiles = NULL; variable
966 srtp_profiles = *(++argv);
    [all...]
s_server.c 929 static char *srtp_profiles = NULL; variable
    [all...]
  /external/openssl/apps/
s_client.c 512 char *srtp_profiles = NULL; variable
977 srtp_profiles = *(++argv);
    [all...]
s_server.c 929 static char *srtp_profiles = NULL; variable
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 1004 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
1382 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; \/* What we'll do *\/ member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1046 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st
1441 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; \/* What we'll do *\/ member in struct:ssl_st
    [all...]

Completed in 1924 milliseconds