Searched refs:EvpMdCtx (Results 1 – 1 of 1) sorted by relevance
367 class EvpMdCtx { class369 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::EvpMdCtx370 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()380 EvpMdCtx ctx; in CreateKeyId()