Home
last modified time | relevance | path

Searched refs:update (Results 1 – 19 of 19) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs29 update: StatsUpdate,
186 Message::StatUpdate { ssrc, update } => { in run_stats_reducer()
217 match update { in handle_stats_update()
249 stats.rtcp_stats.update(fir_count, pli_count, nack_count); in handle_stats_update()
258 stats.rtcp_stats.update(fir_count, pli_count, nack_count); in handle_stats_update()
556 update: StatsUpdate::InboundRTCP { in read()
567 update: StatsUpdate::InboundRecieverReport { in read()
591 update: StatsUpdate::InboundSenderRerport { in read()
682 update: StatsUpdate::OutboundRTCP { in write()
735 update: StatsUpdate::InboundRTP { in read()
[all …]
H A Dmod.rs505 fn update(&mut self, header_bytes: u64, payload_bytes: u64, packets: u64, now: SystemTime) { in update() method
543 fn update(&mut self, fir_count: Option<u64>, pli_count: Option<u64>, nack_count: Option<u64>) { in update() method
582 stats.update(24, 960, 1, SystemTime::now()); in test_rtp_stats()
598 stats.update(Some(1), Some(2), Some(3)); in test_rtcp_stats()
/webrtc/sctp/src/
H A Dutil.rs19 digest.update(&raw[0..8]); in generate_packet_checksum()
20 digest.update(&FOUR_ZEROES[..]); in generate_packet_checksum()
21 digest.update(&raw[12..]); in generate_packet_checksum()
H A Dpacket.rs173 digest.update(writer); in marshal_to()
/webrtc/sdp/
H A DCHANGELOG.md13 * [#10 update deps + loosen some requirements](https://github.com/webrtc-rs/sdp/pull/10) by [@melek…
/webrtc/stun/
H A DCHANGELOG.md12 * [#9 update deps + loosen some requirements](https://github.com/webrtc-rs/stun/pull/9) by [@meleke…
/webrtc/dtls/src/prf/
H A Dmod.rs149 mac.update(data); in hmac_sha()
258 hasher.update(handshake_bodies); in prf_verify_data()
311 hmac.update(&msg); in prf_mac()
312 hmac.update(payload); in prf_mac()
/webrtc/srtp/
H A DCHANGELOG.md13 * [#8 update deps + loosen some requirements](https://github.com/webrtc-rs/srtp/pull/8) by [@meleke…
/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs114 self.srtp_session_auth.update(buf); in generate_srtp_auth_tag()
123 self.srtp_session_auth.update(&roc_buf); in generate_srtp_auth_tag()
146 self.srtcp_session_auth.update(buf); in generate_srtcp_auth_tag()
/webrtc/turn/src/auth/
H A Dmod.rs41 h.update(s.as_bytes()); in generate_auth_key()
/webrtc/.github/workflows/
H A Dcargo.yml34 run: rustup update stable
68 run: rustup update stable
/webrtc/stun/src/
H A Dintegrity.rs73 h.update(s.as_bytes()); in new_long_term_integrity()
/webrtc/turn/
H A DCHANGELOG.md18 * [#15 update deps + loosen some requirements](https://github.com/webrtc-rs/turn/pull/15) by [@mele…
/webrtc/dtls/src/handshake/
H A Dhandshake_cache.rs236 hasher.update(&merged); in session_hash()
/webrtc/webrtc/src/peer_connection/
H A Dcertificate.rs193 h.update(c.as_ref()); in get_fingerprints()
/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs290 hasher.update(&buffer[24..]); in sha1_hash()
/webrtc/webrtc/
H A DCHANGELOG.md141 …* [#268 Fix current direction update when applying answer](https://github.com/webrtc-rs/webrtc/pul…
169 * [#224 update call to DataChannel::accept as per data pr #14](https://github.com/webrtc-rs/webrtc/…
174 * [#208 update deps + loosen some requirements](https://github.com/webrtc-rs/webrtc/pull/208) contr…
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs548 h.update(remote_cert); in validate_fingerprint()
/webrtc/turn/src/server/
H A Drequest.rs833 h.update(s.as_bytes()); in build_nonce()