platform_system_security/identity
Yi Kong 1bdb61e5fa Fix incorrect use of TEMP_FAILURE_RETRY
TEMP_FAILURE_RETRY expects an argument that returns -1 on temporary
failure, not a boolean.

Test: TreeHugger
Change-Id: If8cb4a440e909c4ed7cbfdd34454670b0d5ee045
Exempt-From-Owner-Approval: Janitorial fix
2020-06-19 18:27:11 +00:00
..
binder/android/security/identity Add credstore system daemon. 2020-01-16 13:05:48 -05:00
Android.bp Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
Credential.cpp keystore: Pass verification token to credstore along with requested auth token. 2020-05-08 11:30:49 -04:00
Credential.h credstore: Pass additional information to Identity Credential HAL. 2020-04-29 09:52:51 -04:00
CredentialData.cpp Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
CredentialData.h Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
CredentialStore.cpp Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
CredentialStore.h Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
CredentialStoreFactory.cpp Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
CredentialStoreFactory.h Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
credstore.rc credstore: update credstore.rc to use correct class, user, and group. 2020-01-17 16:52:01 -05:00
main.cpp keystore: Pass verification token to credstore along with requested auth token. 2020-05-08 11:30:49 -04:00
Util.cpp Fix incorrect use of TEMP_FAILURE_RETRY 2020-06-19 18:27:11 +00:00
Util.h Port credstore to IdentityCredential AIDL. 2020-02-14 13:41:52 -05:00
WritableCredential.cpp credstore: Never pass an empty challenge. 2020-06-03 17:26:27 -04:00
WritableCredential.h credstore: Pass additional information to Identity Credential HAL. 2020-04-29 09:52:51 -04:00