Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialStoreFactory.cpp66 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in getCredentialStore()
77 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in getCredentialStore()
85 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in getCredentialStore()
DCredential.cpp71 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in loadCredential()
88 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC); in loadCredential()
117 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in selectAuthKey()
195 ICredentialStore::ERROR_GENERIC, in getEntries()
216 ICredentialStore::ERROR_GENERIC, in getEntries()
288 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in getEntries()
317 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in getEntries()
471 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in getEntries()
487 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in deleteCredential()
509 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in createEphemeralKeyPair()
[all …]
DCredentialStore.cpp70 ERROR_GENERIC, "Error determining if credential with given name exists"); in createCredential()
106 ERROR_GENERIC, "Error determining if credential with given name exists"); in getCredentialByName()
DWritableCredential.cpp58 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in ensureAttestationCertificateExists()
175 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in personalize()
244 return Status::fromServiceSpecificError(ICredentialStore::ERROR_GENERIC, in personalize()
DUtil.cpp47 return halStatusToError(halStatus, ICredentialStore::ERROR_GENERIC); in halStatusToGenericError()
/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl31 const int ERROR_GENERIC = 1; field