Home
last modified time | relevance | path

Searched refs:srtp_get_protect_rtcp_trailer_length (Results 1 – 5 of 5) sorted by relevance

/external/libsrtp2/
Dsrtp.def36 srtp_get_protect_rtcp_trailer_length
/external/libsrtp2/include/
Dsrtp.h1713 srtp_err_status_t srtp_get_protect_rtcp_trailer_length(srtp_t session,
/external/libsrtp2/fuzzer/
Dfuzzer.c274 return srtp_get_protect_rtcp_trailer_length(srtp_ctx, 0, 0, length); in fuzz_srtp_get_protect_rtcp_length()
291 return srtp_get_protect_rtcp_trailer_length(srtp_ctx, use_mki, mki, length); in fuzz_srtp_get_protect_rtcp_mki_length()
/external/libsrtp2/test/
Dsrtp_driver.c1295 srtp_get_protect_rtcp_trailer_length(srtcp_sender, use_mki, mki_index, in srtcp_test()
2933 status = srtp_get_protect_rtcp_trailer_length(srtp_send, 0, 0, &length); in srtp_test_protect_rtcp_trailer_length()
2941 status = srtp_get_protect_rtcp_trailer_length(srtp_send_mki, 1, 1, &length); in srtp_test_protect_rtcp_trailer_length()
2951 srtp_get_protect_rtcp_trailer_length(srtp_send_aes_gcm, 0, 0, &length); in srtp_test_protect_rtcp_trailer_length()
2959 status = srtp_get_protect_rtcp_trailer_length(srtp_send_aes_gcm_mki, 1, 1, in srtp_test_protect_rtcp_trailer_length()
/external/libsrtp2/srtp/
Dsrtp.c4628 srtp_err_status_t srtp_get_protect_rtcp_trailer_length(srtp_t session, in srtp_get_protect_rtcp_trailer_length() function