Searched refs:EvpMdCtx (Results 1 – 1 of 1) sorted by relevance
49 class EvpMdCtx { class51 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::__anonccc6f1bd0111::EvpMdCtx52 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()65 EvpMdCtx ctx; in CreateKeyId()