Searched refs:packetToFragments13 (Results 1 – 6 of 6) sorted by relevance
95 records <- map mkRecord <$> packetToFragments13 ctx len pkt98 packetToFragments13 :: Context -> Maybe Int -> Packet13 -> IO [ByteString]99 packetToFragments13 ctx len (Handshake13 hss) = function101 packetToFragments13 _ _ (Alert13 a) = return [encodeAlerts a] function102 packetToFragments13 _ _ (AppData13 x) = return [x] function103 packetToFragments13 _ _ ChangeCipherSpec13 = return [encodeChangeCipherSpec] function