Searched refs:srtp_unprotect (Results 1 - 6 of 6) sorted by relevance

/external/srtp/include/
H A Dsrtp.h149 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/
H A Ddtls_srtp_driver.c149 err = srtp_unprotect(s, test_packet, &test_packet_len);
151 printf("wrong return value from srtp_unprotect() (got code %d)\n",
H A Drtp.c87 stat = srtp_unprotect(receiver->srtp_ctx,
H A Dsrtp_driver.c226 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);
1223 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.cc322 int err = srtp_unprotect(session_, p, out_len);
/external/srtp/srtp/
H A Dsrtp.c502 * 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
1493 * srtp_protect() and srtp_unprotect() will fail this test in one of
1826 * srtp_protect() and srtp_unprotect() will fail this test in one of

Completed in 26 milliseconds