Home
last modified time | relevance | path

Searched defs:srtp (Results 1 – 5 of 5) sorted by relevance

/external/srtp/srtp/
Dsrtp.c361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { in srtp_stream_init_keys()
471 srtp_stream_init(srtp_stream_ctx_t *srtp, in srtp_stream_init()
536 srtp_stream_uninit(srtp_stream_ctx_t *srtp) { in srtp_stream_uninit()
1160 srtp_get_stream(srtp_t srtp, uint32_t ssrc) { in srtp_get_stream()
/external/srtp/test/
Dsrtp_driver.c462 srtp_t srtp; in srtp_bits_per_second() local
522 srtp_ctx_t *srtp; in srtp_rejections_per_second() local
968 srtp_session_print_policy(srtp_t srtp) { in srtp_session_print_policy()
/external/srtp/
Dconfigure.in2 AC_INIT(srtp) package
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc249 void SendPackets(size_t channel, size_t size, size_t count, bool srtp) { in SendPackets()
535 void TestTransfer(size_t channel, size_t size, size_t count, bool srtp) { in TestTransfer()
/external/srtp/include/
Dsrtp_priv.h253 #define srtp_handle_event(srtp, strm, evnt) \ argument