Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h53 E_KEY_TYPE_INVAL, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp190 return E_KEY_TYPE_INVAL; in GetCryptoFlag()
230 return E_KEY_TYPE_INVAL; in RestoreOneUserKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp246 return E_KEY_TYPE_INVAL; in GenerateAndInstallEl5Key()
1108 return E_KEY_TYPE_INVAL; in UpdateCeEceSeceUserAuth()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp289 …EQ(KeyManager::GetInstance()->ActiveCeSceSeceUserKey(user, type, token, secret), E_KEY_TYPE_INVAL);