Home
last modified time | relevance | path

Searched refs:srtp_unprotect (Results 1 – 8 of 8) sorted by relevance

/external/srtp/
Dsrtp.def4 srtp_unprotect
DChanges150 and srtp_unprotect() to overwrite the byte that followed the
165 counter mode offset in the srtp_protect() and srtp_unprotect()
191 Added ntohs(hdr->seq) to srtp_protect and srtp_unprotect, removed
/external/srtp/test/
Dsrtp_driver.c550 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second()
693 err_check(srtp_unprotect(srtp_rcvr, hdr, &len)); in srtp_test()
722 status = srtp_unprotect(srtp_rcvr, hdr_enc, &len); in srtp_test()
747 status = srtp_unprotect(srtp_rcvr, hdr, &len); in srtp_test()
1223 status = srtp_unprotect(srtp_recv, srtp_ciphertext, &len); in srtp_validate()
Ddtls_srtp_driver.c149 err = srtp_unprotect(s, test_packet, &test_packet_len); in test_dtls_srtp()
Drtp.c87 stat = srtp_unprotect(receiver->srtp_ctx, in rtp_recvfrom()
/external/srtp/include/
Dsrtp.h360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
/external/srtp/srtp/
Dsrtp.c840 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { in srtp_unprotect() function
/external/srtp/doc/
Dintro.txt287 srtp_unprotect() function), turning them into RTP packets. Similar