Searched refs:update (Results 1 – 19 of 19) sorted by relevance
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 29 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 D | mod.rs | 505 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 D | util.rs | 19 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 D | packet.rs | 173 digest.update(writer); in marshal_to()
|
| /webrtc/sdp/ |
| H A D | CHANGELOG.md | 13 * [#10 update deps + loosen some requirements](https://github.com/webrtc-rs/sdp/pull/10) by [@melek…
|
| /webrtc/stun/ |
| H A D | CHANGELOG.md | 12 * [#9 update deps + loosen some requirements](https://github.com/webrtc-rs/stun/pull/9) by [@meleke…
|
| /webrtc/dtls/src/prf/ |
| H A D | mod.rs | 149 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 D | CHANGELOG.md | 13 * [#8 update deps + loosen some requirements](https://github.com/webrtc-rs/srtp/pull/8) by [@meleke…
|
| /webrtc/srtp/src/cipher/ |
| H A D | cipher_aes_cm_hmac_sha1.rs | 114 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 D | mod.rs | 41 h.update(s.as_bytes()); in generate_auth_key()
|
| /webrtc/.github/workflows/ |
| H A D | cargo.yml | 34 run: rustup update stable 68 run: rustup update stable
|
| /webrtc/stun/src/ |
| H A D | integrity.rs | 73 h.update(s.as_bytes()); in new_long_term_integrity()
|
| /webrtc/turn/ |
| H A D | CHANGELOG.md | 18 * [#15 update deps + loosen some requirements](https://github.com/webrtc-rs/turn/pull/15) by [@mele…
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_cache.rs | 236 hasher.update(&merged); in session_hash()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | certificate.rs | 193 h.update(c.as_ref()); in get_fingerprints()
|
| /webrtc/ice/src/udp_mux/ |
| H A D | udp_mux_test.rs | 290 hasher.update(&buffer[24..]); in sha1_hash()
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 141 …* [#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 D | mod.rs | 548 h.update(remote_cert); in validate_fingerprint()
|
| /webrtc/turn/src/server/ |
| H A D | request.rs | 833 h.update(s.as_bytes()); in build_nonce()
|