aws_lc_sys

Type Alias HMAC_CTX

Source
pub type HMAC_CTX = hmac_ctx_st;

Aliased Type§

struct HMAC_CTX {
    pub md: *const env_md_st,
    pub methods: *const hmac_methods_st,
    pub md_ctx: md_ctx_union,
    pub i_ctx: md_ctx_union,
    pub o_ctx: md_ctx_union,
    pub state: i8,
}

Fields§

§md: *const env_md_st§methods: *const hmac_methods_st§md_ctx: md_ctx_union§i_ctx: md_ctx_union§o_ctx: md_ctx_union§state: i8

Trait Implementations

Source§

impl Clone for hmac_ctx_st

Source§

fn clone(&self) -> hmac_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 hmac_ctx_st

Source§

fn default() -> Self

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

impl Copy for hmac_ctx_st