pub trait TlsLeftIn {
// Required methods
fn left_buf_in(&self) -> &[u8];
fn left_buf_mark_discard_in(&mut self, _len: usize);
}Expand description
TLS State Machine Left (Ciphertext) or “Network” I/O ingress side
Required Methods§
Sourcefn left_buf_in(&self) -> &[u8]
fn left_buf_in(&self) -> &[u8]
Provide the Ingress buffer in
Sourcefn left_buf_mark_discard_in(&mut self, _len: usize)
fn left_buf_mark_discard_in(&mut self, _len: usize)
State machine requires Left I/O to discard processed ingress bytes