Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.cpp54 static bool logKeystore2ExceptionIfPresent(::ndk::ScopedAStatus& rc, const std::string& func_name) { in logKeystore2ExceptionIfPresent() function
81 if (logKeystore2ExceptionIfPresent(rc, "update")) { in updateCompletely()
96 if (logKeystore2ExceptionIfPresent(rc, "finish")) { in finish()
126 if (logKeystore2ExceptionIfPresent(rc, "getSecurityLevel")) in Keymaster()
141 if (logKeystore2ExceptionIfPresent(rc, "generateKey")) return false; in generateKey()
164 if (logKeystore2ExceptionIfPresent(rc, "exportKey")) goto out; in exportKey()
188 return !logKeystore2ExceptionIfPresent(rc, "deleteKey"); in deleteKey()
203 if (logKeystore2ExceptionIfPresent(rc, "createOperation")) { in begin()
230 logKeystore2ExceptionIfPresent(rc, "earlyBootEnded"); in earlyBootEnded()
243 logKeystore2ExceptionIfPresent(rc, "deleteAllKeys"); in deleteAllKeys()