Searched refs:crypto_overhead (Results 1 – 2 of 2) sorted by relevance
2041 let crypto_overhead = self.pkt_num_spaces[epoch] in send() localVariable2042 .crypto_overhead() in send()2078 let mut overhead = b.off() + pn_len + crypto_overhead; in send()2447 let pkt_len = pn_len + payload_len + crypto_overhead; in send()2473 payload_len += crypto_overhead; in send()3217 .crypto_overhead()?, in dgram_max_writable_len()4687 space.crypto_overhead().unwrap(); in encode_pkt()6148 space.crypto_overhead().unwrap(); in invalid_initial_payload()
754 pub fn crypto_overhead(&self) -> Option<usize> { in crypto_overhead() method