Skip to main content

TlsLeftIn

Trait TlsLeftIn 

Source
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§

Source

fn left_buf_in(&self) -> &[u8]

Provide the Ingress buffer in

Source

fn left_buf_mark_discard_in(&mut self, _len: usize)

State machine requires Left I/O to discard processed ingress bytes

Implementors§