Searched refs:rtp (Results 1 – 24 of 24) sorted by relevance
203 #stsd-rtp\ =com.coremedia.iso.boxes.rtp.RtpHintSampleEntry(type)204 #udta-hnti=com.coremedia.iso.boxes.rtp.HintInformationBox()205 #udta-hinf=com.coremedia.iso.boxes.rtp.HintStatisticsBox()206 #hnti-sdp\ =com.coremedia.iso.boxes.rtp.RtpTrackSdpHintInformationBox()207 #hnti-rtp\ =com.coremedia.iso.boxes.rtp.RtpMovieHintInformationBox()208 #hinf-pmax=com.coremedia.iso.boxes.rtp.LargestHintPacketBox()209 #hinf-payt=com.coremedia.iso.boxes.rtp.PayloadTypeBox()210 #hinf-tmin=com.coremedia.iso.boxes.rtp.SmallestRelativeTransmissionTimeBox()211 #hinf-tmax=com.coremedia.iso.boxes.rtp.LargestRelativeTransmissionTimeBox()212 #hinf-maxr=com.coremedia.iso.boxes.rtp.MaximumDataRateBox()[all …]
314 crypto_policy_set_rtp_default(&policy.rtp); in main()318 crypto_policy_set_aes_cm_128_null_auth(&policy.rtp); in main()322 crypto_policy_set_null_cipher_hmac_sha1_80(&policy.rtp); in main()335 policy.rtp.sec_serv = sec_servs; in main()375 policy.rtp.cipher_type = NULL_CIPHER; in main()376 policy.rtp.cipher_key_len = 0; in main()377 policy.rtp.auth_type = NULL_AUTH; in main()378 policy.rtp.auth_key_len = 0; in main()379 policy.rtp.auth_tag_len = 0; in main()380 policy.rtp.sec_serv = sec_serv_none; in main()
319 crypto_policy_set_rtp_default(&policy.rtp); in main()580 int tag_length = policy->rtp.auth_tag_len; in srtp_test()660 if ((policy->rtp.sec_serv & sec_serv_conf) && (msg_len_octets >= 4)) { in srtp_test()713 if (policy->rtp.sec_serv & sec_serv_auth) { in srtp_test()779 int tag_length = policy->rtp.auth_tag_len; in srtcp_test()859 if ((policy->rtp.sec_serv & sec_serv_conf) && (msg_len_octets >= 4)) { in srtcp_test()912 if (policy->rtp.sec_serv & sec_serv_auth) { in srtcp_test()1181 crypto_policy_set_rtp_default(&policy.rtp); in srtp_validate()
181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile); in test_dtls_srtp()
642 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local645 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) { in add_router_host_route()646 if (rtp->dest.s_addr != INADDR_ANY) in add_router_host_route()649 for (rtn = rt; rtn != rtp; rtn = rtn->next) { in add_router_host_route()651 if (rtn->dest.s_addr == rtp->gate.s_addr) in add_router_host_route()654 cp = (const char *)&rtp->gate.s_addr; in add_router_host_route()665 if (rtn != rtp) in add_router_host_route()670 ifp->name, inet_ntoa(rtp->gate)); in add_router_host_route()671 rtp->gate.s_addr = 0; in add_router_host_route()675 ifp->name, inet_ntoa(rtp->gate)); in add_router_host_route()[all …]
4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}6 % TODO: Include draft-rtp.xml somehow?
68 a2-encapsulation-rtp.tex \
117 \include{a2-encapsulation-rtp}
274 a2-encapsulation-rtp.tex \
1279 Short, B., "The audio/rtp-vorbis MIME Type", January 2008.
32 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type, 34 p->rtp.cipher_key_len); 42 stat = crypto_kernel_alloc_auth(p->rtp.auth_type, 44 p->rtp.auth_key_len, 45 - p->rtp.auth_tag_len); 46 + p->rtp.auth_tag_len);
804 policy.rtp.sec_serv = sec_servs;828 "# rtp services: %s\r\n" 847 "# rtp services: %s\r\n"
84 policy.rtp.sec_serv = sec_servs;
261 - RelativePath=".\include\rtp.h"
75 The app rtpw is a simple rtp application which reads words from76 /usr/dict/words and then sends them out one at a time using [s]rtp.90 -s (s)rtp sender - causes app to send words92 -r (s)rtp receive - causes app to receve words144 rtp packet has enough storage allocated that the authentication 163 * The sequence number in the rtp packet is used as the low 16 bits
105 rtp_sendto() in srtp/rtp.c.164 SSRC value is gleaned from the rtp header and exored into the168 srtp_sender_init() and srtp_receiver_init() in rtp.c, and also
129 test/rtpw$(EXE): test/rtpw.c test/rtp.c
132 test/rtpw$(EXE): test/rtpw.c test/rtp.c test/getopt_s.c
98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type, in srtp_stream_alloc()100 p->rtp.cipher_key_len); in srtp_stream_alloc()106 stat = crypto_kernel_alloc_auth(p->rtp.auth_type, in srtp_stream_alloc()108 p->rtp.auth_key_len, in srtp_stream_alloc()109 p->rtp.auth_tag_len); in srtp_stream_alloc()497 srtp->rtp_services = p->rtp.sec_serv; in srtp_stream_init()
216 crypto_policy_t rtp; /**< SRTP crypto policy. */ member
176 The app rtpw is a simple rtp application which reads words from177 /usr/dict/words and then sends them out one at a time using [s]rtp.352 crypto_policy_set_rtp_default(&policy.rtp); 364 // main loop: get rtp packets, send srtp packets
23 http://tools.ietf.org/html/draft-spittka-payload-rtp-opus
943 (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...