Searched refs:EvpMdCtxCleaner (Results 1 – 2 of 2) sorted by relevance
35 class EvpMdCtxCleaner {37 explicit EvpMdCtxCleaner(EVP_MD_CTX* ctx) : ctx_(ctx) {} in EvpMdCtxCleaner() function38 ~EvpMdCtxCleaner() { EVP_MD_CTX_cleanup(ctx_); } in ~EvpMdCtxCleaner()
37 EvpMdCtxCleaner ctxCleaner(&ctx); in GenerateKey()