Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_enforcement.cpp367 class EvpMdCtx { class
369 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::EvpMdCtx
370 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
380 EvpMdCtx ctx; in CreateKeyId()