Home
last modified time | relevance | path

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

/external/libsrtp2/
Dsrtp.def35 srtp_get_protect_trailer_length
/external/libsrtp2/include/
Dsrtp.h1696 srtp_err_status_t srtp_get_protect_trailer_length(srtp_t session,
/external/libsrtp2/fuzzer/
Dfuzzer.c265 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/
Dsrtp_driver.c1080 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/
Dsrtp.c4620 srtp_err_status_t srtp_get_protect_trailer_length(srtp_t session, in srtp_get_protect_trailer_length() function