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/keystore2/src/crypto/
Dcrypto.cpp151 class EvpMdCtx { class
153 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in EvpMdCtx
154 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
163 EvpMdCtx ctx; in CreateKeyId()