OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_profiles
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c
233
return !ssl_ctx_make_profiles(profiles,&ctx->
srtp_profiles
);
239
return !ssl_ctx_make_profiles(profiles,&s->
srtp_profiles
);
247
if(s->
srtp_profiles
!= NULL)
249
return s->
srtp_profiles
;
252
(s->ctx->
srtp_profiles
!= NULL))
254
return s->ctx->
srtp_profiles
;
ssl_lib.c
695
if (s->
srtp_profiles
)
696
sk_SRTP_PROTECTION_PROFILE_free(s->
srtp_profiles
);
[
all
...]
/external/openssl/ssl/
d1_srtp.c
219
return ssl_ctx_make_profiles(profiles,&ctx->
srtp_profiles
);
224
return ssl_ctx_make_profiles(profiles,&s->
srtp_profiles
);
232
if(s->
srtp_profiles
!= NULL)
234
return s->
srtp_profiles
;
237
(s->ctx->
srtp_profiles
!= NULL))
239
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/openssl/apps/
s_client.c
514
char *
srtp_profiles
= NULL;
variable
979
srtp_profiles
= *(++argv);
[
all
...]
s_server.c
935
static char *
srtp_profiles
= NULL;
variable
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h
1010
STACK_OF(SRTP_PROTECTION_PROFILE) *
srtp_profiles
;
member in struct:ssl_ctx_st
1412
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 262 milliseconds