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
impl Clone for hmac_ctx_st
Source§fn clone(&self) -> hmac_ctx_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more