Searched defs:srtp (Results 1 - 3 of 3) sorted by relevance

/external/srtp/srtp/
H A Dsrtp.c2 * srtp.c
46 #include "srtp.h"
64 /* the debug module for srtp */
68 "srtp" /* printable name for module */
91 /* allocate srtp stream and set str_ptr */
217 /* deallocate srtp stream context */
241 /* allocate srtp stream and set str_ptr */
361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { argument
371 tmp_key, cipher_get_key_length(srtp->rtp_cipher));
373 * if the cipher in the srtp contex
471 srtp_stream_init(srtp_stream_ctx_t *srtp, const srtp_policy_t *p) argument
536 srtp_stream_uninit(srtp_stream_ctx_t *srtp) argument
1160 srtp_get_stream(srtp_t srtp, uint32_t ssrc) argument
[all...]
/external/srtp/test/
H A Dsrtp_driver.c90 srtp_session_print_policy(srtp_t srtp);
160 /* initialize srtp library */
163 printf("error: srtp init failed with error code %d\n", status);
224 /* loop over policy array, testing srtp and srtcp for each policy */
331 printf("testing srtp processing time for voice codecs:\n");
424 printf("# testing srtp throughput:\r\n");
446 printf("# testing srtp rejection throughput:\r\n");
462 srtp_t srtp; local
472 * allocate and initialize an srtp session
474 status = srtp_create(&srtp, polic
522 srtp_ctx_t *srtp; local
968 srtp_session_print_policy(srtp_t srtp) argument
[all...]
/external/webrtc/webrtc/p2p/base/
H A Ddtlstransportchannel_unittest.cc249 void SendPackets(size_t channel, size_t size, size_t count, bool srtp) { argument
257 packet[0] = (srtp) ? 0x80 : 0x00;
262 int flags = (certificate_ && srtp) ? cricket::PF_SRTP_BYPASS : 0;
535 void TestTransfer(size_t channel, size_t size, size_t count, bool srtp) {
538 client1_.SendPackets(channel, size, count, srtp);

Completed in 126 milliseconds