summaryrefslogtreecommitdiffstats
path: root/cmds/keystore/keystore.c
Commit message (Expand)AuthorAgeFilesLines
* Integrating keystore with keyguard (Part 1 of 4)Brian Carlstrom2011-06-011-590/+0
* 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: add AID_ROOT into the user table.Chia-chi Yeh2010-03-091-5/+6
* 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: rename scan() to saw().Chia-chi Yeh2009-09-221-4/+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-181-7/+7
* keystore: add multi-user support.Chia-chi Yeh2009-09-181-0/+532
* Implement the generic mini-keystore for security.Chung-yih Wang2009-07-021-315/+0
* Change the keystore APIs.Chung-yih Wang2009-06-171-20/+80
* Provide the Keystore feature in the framework.Chung-yih Wang2009-06-111-19/+26
* First version of the keystore service.Chung-yih Wang2009-06-081-0/+248