Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.h211 bool isKeystoreUnlocked(State state);
Dkey_store_service.cpp1320 if (checkUnlocked && !isKeystoreUnlocked(state)) { in checkBinderPermissionAndKeystoreState()
1328 bool KeyStoreService::isKeystoreUnlocked(State state) { in isKeystoreUnlocked() function in keystore::KeyStoreService