Searched refs:srtp_unprotect_mki (Results 1 – 5 of 5) sorted by relevance
/external/libsrtp2/ |
D | srtp.def | 7 srtp_unprotect_mki
|
/external/libsrtp2/include/ |
D | srtp.h | 562 srtp_err_status_t srtp_unprotect_mki(srtp_t ctx,
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 246 return srtp_unprotect_mki(srtp_sender, hdr, len, use_mki); in fuzz_srtp_unprotect_mki()
|
/external/libsrtp2/srtp/ |
D | srtp.c | 2369 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/ |
D | srtp_driver.c | 971 return srtp_unprotect_mki(srtp_sender, hdr, len, use_mki); in srtp_test_call_unprotect()
|