Searched refs:byte (Results 1 – 4 of 4) sorted by relevance
31 .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()
72 let byte = match self { in marshal_to() localVariable81 buf.put_u8(byte); in marshal_to()
4 This example modifies the video with a single-byte XOR cipher before sending, and then
47 1024-byte packets to responder, until you kill the process by Ctrl+С.