summaryrefslogtreecommitdiffstats
path: root/cmds/keystore
Commit message (Expand)AuthorAgeFilesLines
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* Revert "Add keychain user with special keystore access permissions"Brian Carlstrom2011-06-301-1/+0
* KeyStore: fix test-keystoreChia-chi Yeh2011-06-271-4/+5
* KeyStore: allow system user to get secrets from keystore.Chia-chi Yeh2011-06-261-1/+1
* Reinitialize KeyStore::mMasterKey after unlock (and add test-keystore)Brian Carlstrom2011-06-232-0/+273
* KeyStore.reset changesBrian Carlstrom2011-06-021-3/+1
* Integrating keystore with keyguard (Part 1 of 4)Brian Carlstrom2011-06-015-621/+851
* Add keychain user with special keystore access permissionsBrian Carlstrom2011-04-081-0/+1
* KeyStore: Update the parameters of generating master keys.Chia-chi Yeh2010-10-011-24/+71
* KeyStore: Initialize IV correctly.Chia-chi Yeh2010-09-301-1/+1
* KeyStore: Fix the return value when send() or recv() has an error.Chia-chi Yeh2010-09-301-1/+4
* keystore: rephrase the comment to make the usage more clear.Chia-chi Yeh2010-03-171-3/+5
* Merge "keystore: add AID_ROOT into the user table."Chia-chi Yeh2010-03-081-5/+6
|\
| * keystore: add AID_ROOT into the user table.Chia-chi Yeh2010-03-091-5/+6
* | keystore: allow '\0's in keys and add guards for cplusplus.Chia-chi Yeh2010-03-081-4/+10
|/
* keystore: compute the padding in an intuitive way.Chia-chi Yeh2009-12-301-7/+3
* keystore: Add paddings before checksumming.Chia-chi Yeh2009-12-221-10/+13
* keystore: remove old implementation and test.Chia-chi Yeh2009-09-249-1532/+0
* keystore: rename scan() to saw().Chia-chi Yeh2009-09-221-4/+4
* keystore: exclude builds for simulator.Chia-chi Yeh2009-09-221-0/+4
* keystore: enable delete(), scan(), exist() when keystore is locked.Chia-chi Yeh2009-09-211-4/+14
* keystore: switch to multi-user version.Chia-chi Yeh2009-09-184-61/+87
* keystore: add multi-user support.Chia-chi Yeh2009-09-183-0/+662
* Fix a minor bug in is_alnum_string()...Hung-ying Tyan2009-09-171-5/+8
* Add tests and misc fixes on keystore.Hung-ying Tyan2009-09-117-24/+94
* Replace the delimiter whitespace with '\0'.Chung-yih Wang2009-09-095-87/+96
* Fix network order for marshalling in keystore interface.repo sync2009-08-102-1/+8
* Merge change 9438 into donutAndroid (Google) Code Review2009-07-311-2/+3
|\
| * Change some log.i to log.d.Hung-ying Tyan2009-08-011-2/+3
* | Add unit tests for netkeystore.Chung-yih Wang2009-07-303-7/+308
|/
* Add memcpy and strcpy boundary check.Chung-yih Wang2009-07-241-1/+31
* keystore: Fix a compile warning.Chia-chi Yeh2009-07-161-1/+1
* Merge change 6198 into donutAndroid (Google) Code Review2009-07-061-0/+53
|\
| * keystore: Provide a generic getter for native components.Chia-chi Yeh2009-07-061-0/+53
* | Add password field for WiFi configuration.Chung-yih Wang2009-07-051-4/+12
|/
* Two small checks in keymgmt.Chung-yih Wang2009-07-033-1/+10
* Remove the null-termination for Java string compatibility.Chung-yih Wang2009-07-021-1/+1
* Implement the generic mini-keystore for security.Chung-yih Wang2009-07-0210-619/+1098
* Change the keystore APIs.Chung-yih Wang2009-06-173-72/+235
* Provide the Keystore feature in the framework.Chung-yih Wang2009-06-112-20/+27
* First version of the keystore service.Chung-yih Wang2009-06-084-0/+467