pub type HMAC_CTX = hmac_ctx_st;Aliased Type§
#[repr(C)]pub 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