Home
last modified time | relevance | path

Searched refs:ctx_ (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymaster/
Dopenssl_keymaster_enforcement.cpp51 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
/trusty/user/app/sample/stats-test/consumer/
Dconsumer.cpp152 void* ctx_) { in test_ctl_on_message() argument
153 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