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