Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 4 of 4) sorted by relevance

/webrtc/dtls/src/crypto/
H A Dpadding.rs31 .any(|&byte| byte as usize != padding_length) in unpad()
67 for byte in block[original_length..].iter() { in padding_length_is_amount_of_bytes_excluding_the_padding_length_itself()
68 assert_eq!(*byte as usize, padding_length); in padding_length_is_amount_of_bytes_excluding_the_padding_length_itself()
/webrtc/data/src/message/
H A Dmessage_channel_open.rs72 let byte = match self { in marshal_to() localVariable
81 buf.put_u8(byte); in marshal_to()
/webrtc/examples/examples/insertable-streams/
H A DREADME.md4 This example modifies the video with a single-byte XOR cipher before sending, and then
/webrtc/examples/examples/data-channels-flow-control/
H A DREADME.md47 1024-byte packets to responder, until you kill the process by Ctrl+С.