Searched refs:EvpMdCtx (Results 1 – 5 of 5) sorted by relevance
28 pub(crate) struct EvpMdCtx(pub(crate) *mut ffi::EVP_MD_CTX); struct32 unsafe impl Send for EvpMdCtx {} implementation
16 use crate::types::{EvpMdCtx, EvpPkeyCtx};195 md_ctx: EvpMdCtx,224 md_ctx: EvpMdCtx(cvt_p(ffi::EVP_MD_CTX_new())?), in new()
16 use crate::types::{EvpMdCtx, EvpPkeyCtx};273 md_ctx: EvpMdCtx,298 md_ctx: EvpMdCtx(cvt_p(ffi::EVP_MD_CTX_new())?), in new()
45 class EvpMdCtx { class47 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::__anonaa2b24f70111::EvpMdCtx48 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()76 EvpMdCtx ctx; in CreateKeyId()
162 class EvpMdCtx { class164 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in EvpMdCtx165 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()174 EvpMdCtx ctx; in CreateKeyId()