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