Home
last modified time | relevance | path

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

/external/libsrtp2/
Dsrtp.def7 srtp_unprotect_mki
/external/libsrtp2/include/
Dsrtp.h562 srtp_err_status_t srtp_unprotect_mki(srtp_t ctx,
/external/libsrtp2/fuzzer/
Dfuzzer.c246 return srtp_unprotect_mki(srtp_sender, hdr, len, use_mki); in fuzz_srtp_unprotect_mki()
/external/libsrtp2/srtp/
Dsrtp.c2369 return srtp_unprotect_mki(ctx, srtp_hdr, pkt_octet_len, 0); in srtp_unprotect()
2372 srtp_err_status_t srtp_unprotect_mki(srtp_ctx_t *ctx, in srtp_unprotect_mki() function
/external/libsrtp2/test/
Dsrtp_driver.c971 return srtp_unprotect_mki(srtp_sender, hdr, len, use_mki); in srtp_test_call_unprotect()