Home
last modified time | relevance | path

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

/external/libsrtp2/
Dsrtp.def39 srtp_unprotect_rtcp
/external/libsrtp2/test/
Ddtls_srtp_driver.c170 err = srtp_unprotect_rtcp(s, test_packet, &test_packet_len); in test_dtls_srtp()
Drtp_decoder.c739 status = srtp_unprotect_rtcp(dcdr->srtp_ctx, &message, &octets_recvd); in rtp_decoder_handle_pkt()
Dsrtp_driver.c981 return srtp_unprotect_rtcp(srtp_sender, hdr, len); in srtp_test_call_unprotect_rtcp()
1758 status = srtp_unprotect_rtcp(srtp_recv, srtcp_ciphertext, &len); in srtp_validate()
1927 status = srtp_unprotect_rtcp(srtp_recv, srtcp_ciphertext, &len); in srtp_validate_gcm()
/external/libsrtp2/include/
Dsrtp.h1418 srtp_err_status_t srtp_unprotect_rtcp(srtp_t ctx,
/external/webrtc/pc/
Dsrtp_session.cc165 int err = srtp_unprotect_rtcp(session_, p, out_len); in UnprotectRtcp()
/external/libsrtp2/fuzzer/
Dfuzzer.c219 return srtp_unprotect_rtcp(srtp_sender, hdr, len); in fuzz_srtp_unprotect_rtcp()
/external/libsrtp2/srtp/
Dsrtp.c4084 srtp_err_status_t srtp_unprotect_rtcp(srtp_t ctx, in srtp_unprotect_rtcp() function