Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp41 class EvpMdCtx { class
43 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::__anonaa2b24f70111::EvpMdCtx
44 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
64 EvpMdCtx ctx; in CreateKeyId()
/system/security/keystore/
Dkeymaster_enforcement.cpp363 class EvpMdCtx { class
365 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keystore::EvpMdCtx
366 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
376 EvpMdCtx ctx; in CreateKeyId()