Home
last modified time | relevance | path

Searched defs:srtp_sender (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/fuzzer/
Dfuzzer.c186 static srtp_err_status_t fuzz_srtp_protect(srtp_t srtp_sender, in fuzz_srtp_protect()
195 static srtp_err_status_t fuzz_srtp_unprotect(srtp_t srtp_sender, in fuzz_srtp_unprotect()
204 static srtp_err_status_t fuzz_srtp_protect_rtcp(srtp_t srtp_sender, in fuzz_srtp_protect_rtcp()
213 static srtp_err_status_t fuzz_srtp_unprotect_rtcp(srtp_t srtp_sender, in fuzz_srtp_unprotect_rtcp()
222 static srtp_err_status_t fuzz_srtp_protect_mki(srtp_t srtp_sender, in fuzz_srtp_protect_mki()
231 static srtp_err_status_t fuzz_srtp_protect_rtcp_mki(srtp_t srtp_sender, in fuzz_srtp_protect_rtcp_mki()
240 static srtp_err_status_t fuzz_srtp_unprotect_mki(srtp_t srtp_sender, in fuzz_srtp_unprotect_mki()
249 static srtp_err_status_t fuzz_srtp_unprotect_rtcp_mki(srtp_t srtp_sender, in fuzz_srtp_unprotect_rtcp_mki()
/external/libsrtp2/test/
Dsrtp_driver.c939 srtp_err_status_t srtp_test_call_protect(srtp_t srtp_sender, in srtp_test_call_protect()
951 srtp_err_status_t srtp_test_call_protect_rtcp(srtp_t srtp_sender, in srtp_test_call_protect_rtcp()
963 srtp_err_status_t srtp_test_call_unprotect(srtp_t srtp_sender, in srtp_test_call_unprotect()
975 srtp_err_status_t srtp_test_call_unprotect_rtcp(srtp_t srtp_sender, in srtp_test_call_unprotect_rtcp()
992 srtp_t srtp_sender; in srtp_test() local