Searched refs:ctx_ (Results 1 – 2 of 2) sorted by relevance
51 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx()52 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()54 EVP_MD_CTX* get() { return &ctx_; } in get()57 EVP_MD_CTX ctx_; member in keymaster::__anonccc6f1bd0111::EvpMdCtx
152 void* ctx_) { in test_ctl_on_message() argument153 assert(ctx_); in test_ctl_on_message()155 ConsumerCtx* ctx = static_cast<ConsumerCtx*>(ctx_); in test_ctl_on_message()218 static void test_ctl_on_channel_cleanup(void* ctx_) { in test_ctl_on_channel_cleanup() argument