aws_lc_sys

Type Alias EVP_AEAD_CTX

Source
pub type EVP_AEAD_CTX = evp_aead_ctx_st;

Aliased Type§

struct EVP_AEAD_CTX {
    pub aead: *const evp_aead_st,
    pub state: evp_aead_ctx_st_state,
    pub state_offset: u8,
    pub tag_len: u8,
}

Fields§

§aead: *const evp_aead_st§state: evp_aead_ctx_st_state§state_offset: u8§tag_len: u8

Trait Implementations

Source§

impl Clone for evp_aead_ctx_st

Source§

fn clone(&self) -> evp_aead_ctx_st

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for evp_aead_ctx_st

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for evp_aead_ctx_st