OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_protect
(Results
1 - 7
of
7
) sorted by null
/external/srtp/include/
srtp.h
85
*
srtp_protect
().
87
* @brief the maximum number of octets added by
srtp_protect
().
152
function
srtp_protect
()) */
279
* @brief
srtp_protect
() is the Secure RTP sender-side packet processing
282
* The function call
srtp_protect
(ctx, rtp_hdr, len_ptr) applies SRTP
315
srtp_protect
(srtp_t ctx, void *rtp_hdr, int *len_ptr);
/external/srtp/test/
dtls_srtp_driver.c
143
err =
srtp_protect
(s, test_packet, &test_packet_len);
145
printf("wrong return value from
srtp_protect
() (got code %d)\n",
rtp.c
40
stat =
srtp_protect
(sender->srtp_ctx, &sender->message.header, &pkt_len);
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 "
502
status =
srtp_protect
(srtp, mesg, &len);
504
printf("error:
srtp_protect
() failed with error code %d\n", status);
545
srtp_protect
(srtp, (srtp_hdr_t *)mesg, &len);
619
err_check(
srtp_protect
(srtp_sender, hdr, &len));
633
* check for overrun of the
srtp_protect
() function
643
fprintf(stdout, "overwrite in
srtp_protect
() function
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
285
int err =
srtp_protect
(session_, p, out_len);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
482
int err =
srtp_protect
(session_, p, out_len);
/external/srtp/srtp/
srtp.c
501
* set direction to unknown - this flag gets checked in
srtp_protect
(),
597
srtp_protect
(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) {
function
610
debug_print(mod_srtp, "function
srtp_protect
", NULL);
654
*
srtp_protect
() and srtp_unprotect() will fail this test in one of
1062
*
srtp_protect
() and srtp_unprotect() will fail this test in one of
[
all
...]
Completed in 648 milliseconds