Searched refs:srtp_protect_mki (Results 1 – 5 of 5) sorted by relevance
/external/libsrtp2/ |
D | srtp.def | 5 srtp_protect_mki
|
/external/libsrtp2/include/ |
D | srtp.h | 468 srtp_err_status_t srtp_protect_mki(srtp_ctx_t *ctx,
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 228 return srtp_protect_mki(srtp_sender, hdr, len, use_mki, mki); in fuzz_srtp_protect_mki()
|
/external/libsrtp2/srtp/ |
D | srtp.c | 2040 return srtp_protect_mki(ctx, rtp_hdr, pkt_octet_len, 0, 0); in srtp_protect() 2043 srtp_err_status_t srtp_protect_mki(srtp_ctx_t *ctx, in srtp_protect_mki() function
|
/external/libsrtp2/test/ |
D | srtp_driver.c | 947 return srtp_protect_mki(srtp_sender, hdr, len, 1, mki_index); in srtp_test_call_protect()
|