Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp45 class EvpMdCtx { class
47 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::__anon71a1dfbc0111::EvpMdCtx
48 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
72 EvpMdCtx ctx; in CreateKeyId()
/system/security/keystore2/src/crypto/
Dcrypto.cpp161 class EvpMdCtx { class
163 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in EvpMdCtx
164 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
173 EvpMdCtx ctx; in CreateKeyId()