Searched refs:c1_bytes (Results 1 – 1 of 1) sorted by relevance
21 c1_bytes: BytesMut, field41 c1_bytes: BytesMut::new(), in new()147 let c1_bytes = self.reader.read_bytes(define::RTMP_HANDSHAKE_SIZE)?; in read_c1() localVariable148 self.c1_bytes = c1_bytes.clone(); in read_c1()150 let mut reader = BytesReader::new(c1_bytes); in read_c1()178 let data = self.c1_bytes.clone(); in write_s2()191 let c1_bytes = self.reader.read_bytes(define::RTMP_HANDSHAKE_SIZE)?; in read_c1() localVariable194 self.c1_timestamp = BytesReader::new(c1_bytes.clone()).read_u32::<BigEndian>()?; in read_c1()200 let mut digest_processor = DigestProcessor::new(c1_bytes, key); in read_c1()