Searched refs:srtp_get_protect_rtcp_trailer_length (Results 1 – 5 of 5) sorted by relevance
/external/libsrtp2/ |
D | srtp.def | 36 srtp_get_protect_rtcp_trailer_length
|
/external/libsrtp2/include/ |
D | srtp.h | 1713 srtp_err_status_t srtp_get_protect_rtcp_trailer_length(srtp_t session,
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 274 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/ |
D | srtp_driver.c | 1295 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/ |
D | srtp.c | 4628 srtp_err_status_t srtp_get_protect_rtcp_trailer_length(srtp_t session, in srtp_get_protect_rtcp_trailer_length() function
|