pub type EVP_MD_CTX = env_md_ctx_st;Aliased Type§
#[repr(C)]pub struct EVP_MD_CTX {
pub __bindgen_anon_1: env_md_ctx_st__bindgen_ty_1,
pub digest: *const env_md_st,
pub pctx: *mut evp_pkey_ctx_st,
pub pctx_ops: *const evp_md_pctx_ops,
}Fields§
§__bindgen_anon_1: env_md_ctx_st__bindgen_ty_1§digest: *const env_md_st§pctx: *mut evp_pkey_ctx_st§pctx_ops: *const evp_md_pctx_ops