Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h146 bool HashElxActived(unsigned int user, KeyType type);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1102 if (HasElkey(user, type) && type != EL5_KEY && HashElxActived(user, type)) { in UpdateCeEceSeceUserAuth()
1143 bool KeyManager::HashElxActived(unsigned int user, KeyType type) in UpdateCeEceSeceUserAuth() function in OHOS::StorageDaemon::KeyManager