Type Alias HMAC_CTX

Source
pub type HMAC_CTX = hmac_ctx_st;

Aliased Type§

struct HMAC_CTX {
    pub md: *const env_md_st,
    pub md_ctx: env_md_ctx_st,
    pub i_ctx: env_md_ctx_st,
    pub o_ctx: env_md_ctx_st,
}

Fields§

§md: *const env_md_st§md_ctx: env_md_ctx_st§i_ctx: env_md_ctx_st§o_ctx: env_md_ctx_st

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 Debug for hmac_ctx_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for hmac_ctx_st