Type Alias EVP_MD_CTX

Source
pub type EVP_MD_CTX = env_md_ctx_st;

Aliased Type§

struct EVP_MD_CTX {
    pub digest: *const env_md_st,
    pub md_data: *mut c_void,
    pub pctx: *mut evp_pkey_ctx_st,
    pub pctx_ops: *const evp_md_pctx_ops,
}

Fields§

§digest: *const env_md_st§md_data: *mut c_void§pctx: *mut evp_pkey_ctx_st§pctx_ops: *const evp_md_pctx_ops

Trait Implementations

Source§

impl Clone for env_md_ctx_st

Source§

fn clone(&self) -> env_md_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 env_md_ctx_st

Source§

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

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

impl Copy for env_md_ctx_st