Searched defs:cookie (Results 1 – 8 of 8) sorted by relevance
9 pub(crate) cookie: Bytes, field29 let cookie = raw.slice(PARAM_HEADER_LENGTH..PARAM_HEADER_LENGTH + header.value_length()); in unmarshal() localVariable54 let mut cookie = BytesMut::new(); in new() localVariable
30 pub(crate) cookie: Vec<u8>, field59 let mut cookie = vec![]; in unmarshal() localVariable
26 pub(crate) cookie: Vec<u8>, field148 let mut cookie = vec![0; cookie_len]; in unmarshal() localVariable
18 pub(crate) cookie: Bytes, field44 let cookie = raw.slice(CHUNK_HEADER_SIZE..CHUNK_HEADER_SIZE + header.value_length()); in unmarshal() localVariable
601 let cookie = Box::new(ParamStateCookie::new()); in test_init_marshal_unmarshal() localVariable
1793 let mut cookie = vec![0u8; 20]; in test_server_timeout() localVariable1951 let mut cookie = vec![0; 20]; in test_protocol_version_validation() localVariable2266 let mut cookie = vec![0; 20]; in test_multiple_hello_verify_request() localVariable2302 let cookie = &cookies[i]; in test_multiple_hello_verify_request() localVariable
40 pub(crate) cookie: Vec<u8>, field
281 let cookie = u32::from_be_bytes([buf[4], buf[5], buf[6], buf[7]]); // last 4 bytes in decode() localVariable