Searched refs:split_bytes (Results 1 – 1 of 1) sorted by relevance
701 let mut content_fragments = split_bytes(&content, maximum_transmission_unit); in fragment_handshake()1161 fn split_bytes(bytes: &[u8], split_len: usize) -> Vec<Vec<u8>> { in split_bytes() function