OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srtp_create
(Results
1 - 12
of
12
) sorted by null
/external/srtp/
srtp.def
5
srtp_create
/external/srtp/test/
rtp.c
151
return
srtp_create
(&sender->srtp_ctx, policy);
156
return
srtp_create
(&sender->srtp_ctx, policy);
srtp_driver.c
474
status =
srtp_create
(&srtp, policy);
476
printf("error:
srtp_create
() failed with error code %d\n", status);
534
status =
srtp_create
(&srtp, policy);
536
printf("error:
srtp_create
() failed with error code %d\n", status);
584
err_check(
srtp_create
(&srtp_sender, policy));
691
err_check(
srtp_create
(&srtp_rcvr, rcvr_policy));
783
err_check(
srtp_create
(&srtcp_sender, policy));
890
err_check(
srtp_create
(&srtcp_rcvr, rcvr_policy));
1045
status =
srtp_create
(&session, policy);
1191
status =
srtp_create
(&srtp_snd, &policy)
[
all
...]
dtls_srtp_driver.c
132
err =
srtp_create
(&s, NULL);
rtpw.c
417
"error:
srtp_create
() failed with code %d\n",
467
"error:
srtp_create
() failed with code %d\n",
/external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch
263
@@ -1334,12 +1307,11 @@
srtp_create
(srtp_t *session, /* handle for session */
vidyo-4-srtp-rtx.patch
153
status =
srtp_create
(&srtp_snd, &policy);
vidyo-3-srtp-ws.patch
873
status =
srtp_create
(&srtp_snd, &policy);
/external/srtp/include/
srtp.h
364
* @brief
srtp_create
() allocates and initializes an SRTP session.
366
* The function call
srtp_create
(session, policy, key) allocates and
386
srtp_create
(srtp_t *session, const srtp_policy_t *policy);
596
*
srtp_create
().
/external/srtp/doc/
intro.txt
311
In libSRTP, a session is created using the function
srtp_create
().
362
srtp_create
(&session, policy);
/external/webrtc/talk/session/media/
srtpfilter.cc
716
int err =
srtp_create
(&session_, &policy);
/external/srtp/srtp/
srtp.c
1269
srtp_create
(srtp_t *session, \/* handle for session *\/
function
[
all
...]
Completed in 279 milliseconds