OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_unprotect
(Results
1 - 6
of
6
) sorted by null
/external/srtp/include/
srtp.h
149
function
srtp_unprotect
()) */
318
* @brief
srtp_unprotect
() is the Secure RTP receiver-side packet
321
* The function call
srtp_unprotect
(ctx, srtp_hdr, len_ptr) verifies
360
srtp_unprotect
(srtp_t ctx, void *srtp_hdr, int *len_ptr);
/external/srtp/test/
dtls_srtp_driver.c
149
err =
srtp_unprotect
(s, test_packet, &test_packet_len);
151
printf("wrong return value from
srtp_unprotect
() (got code %d)\n",
rtp.c
87
stat =
srtp_unprotect
(receiver->srtp_ctx,
srtp_driver.c
226
printf("testing srtp_protect and
srtp_unprotect
\n");
249
printf("testing srtp_protect and
srtp_unprotect
with big policy\n");
258
printf("testing srtp_protect and
srtp_unprotect
on "
271
printf("testing srtp_protect and
srtp_unprotect
against "
550
srtp_unprotect
(srtp, (srtp_hdr_t *)mesg, &len);
693
err_check(
srtp_unprotect
(srtp_rcvr, hdr, &len));
722
status =
srtp_unprotect
(srtp_rcvr, hdr_enc, &len);
747
status =
srtp_unprotect
(srtp_rcvr, hdr, &len);
[
all
...]
/external/webrtc/talk/session/media/
srtpfilter.cc
596
int err =
srtp_unprotect
(session_, p, out_len);
/external/srtp/srtp/
srtp.c
502
*
srtp_unprotect
(), srtp_protect_rtcp(), and srtp_unprotect_rtcp(), and
654
* srtp_protect() and
srtp_unprotect
() will fail this test in one of
840
srtp_unprotect
(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) {
function
854
debug_print(mod_srtp, "function
srtp_unprotect
", NULL);
1062
* srtp_protect() and
srtp_unprotect
() will fail this test in one of
[
all
...]
Completed in 351 milliseconds