Home
last modified time | relevance | path

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

/system/core/init/
Dfscrypt_init_extensions.cpp124 std::string ref_hex; in EnsurePolicyOrLog() local
125 BytesToHex(policy.key_raw_ref, &ref_hex); in EnsurePolicyOrLog()
126 LOG(ERROR) << "Setting " << ref_hex << " policy on " << dir << " failed!"; in EnsurePolicyOrLog()
/system/extras/libfscrypt/
Dfscrypt.cpp276 std::string ref_hex; in PolicyDebugString() local
277 BytesToHex(policy.key_raw_ref, &ref_hex); in PolicyDebugString()
278 ss << ref_hex; in PolicyDebugString()