Searched refs:srtp_get_protect_trailer_length (Results 1 – 5 of 5) sorted by relevance
/external/libsrtp2/ |
D | srtp.def | 35 srtp_get_protect_trailer_length
|
/external/libsrtp2/include/ |
D | srtp.h | 1696 srtp_err_status_t srtp_get_protect_trailer_length(srtp_t session,
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 265 return srtp_get_protect_trailer_length(srtp_ctx, 0, 0, length); in fuzz_srtp_get_protect_length() 282 return srtp_get_protect_trailer_length(srtp_ctx, use_mki, mki, length); in fuzz_srtp_get_protect_mki_length()
|
/external/libsrtp2/test/ |
D | srtp_driver.c | 1080 err_check(srtp_get_protect_trailer_length(srtp_sender, use_mki, mki_index, in srtp_test() 2876 status = srtp_get_protect_trailer_length(srtp_send, 0, 0, &length); in srtp_test_protect_trailer_length() 2884 status = srtp_get_protect_trailer_length(srtp_send_mki, 1, 1, &length); in srtp_test_protect_trailer_length() 2893 status = srtp_get_protect_trailer_length(srtp_send_aes_gcm, 0, 0, &length); in srtp_test_protect_trailer_length() 2902 srtp_get_protect_trailer_length(srtp_send_aes_gcm_mki, 1, 1, &length); in srtp_test_protect_trailer_length()
|
/external/libsrtp2/srtp/ |
D | srtp.c | 4620 srtp_err_status_t srtp_get_protect_trailer_length(srtp_t session, in srtp_get_protect_trailer_length() function
|