Searched refs:srtp_unprotect (Results 1 – 8 of 8) sorted by relevance
/external/srtp/ |
D | srtp.def | 4 srtp_unprotect
|
D | Changes | 150 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/ |
D | srtp_driver.c | 550 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()
|
D | dtls_srtp_driver.c | 149 err = srtp_unprotect(s, test_packet, &test_packet_len); in test_dtls_srtp()
|
D | rtp.c | 87 stat = srtp_unprotect(receiver->srtp_ctx, in rtp_recvfrom()
|
/external/srtp/include/ |
D | srtp.h | 360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
|
/external/srtp/srtp/ |
D | srtp.c | 840 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { in srtp_unprotect() function
|
/external/srtp/doc/ |
D | intro.txt | 287 srtp_unprotect() function), turning them into RTP packets. Similar
|