summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c
Commit message (Expand)AuthorAgeFilesLines
* eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-061-4/+4
* ecryptfs: initialize new auth_tokens before teardownEric Sandeen2007-12-181-1/+1
* Update fs/ to use sg helpersJens Axboe2007-10-221-0/+3
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-25/+30
* eCryptfs: make needlessly global symbols staticMichael Halcrow2007-10-161-21/+22
* eCryptfs: remove unnecessary variable initializationsMichael Halcrow2007-10-161-3/+3
* eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow2007-10-161-21/+27
* ecryptfs: printk warning fixesAndrew Morton2007-10-161-8/+8
* eCryptfs: fix Tag 11 writing codeMichael Halcrow2007-10-161-17/+22
* eCryptfs: fix Tag 11 parsing codeMichael Halcrow2007-10-161-49/+27Star
* eCryptfs: fix Tag 3 parsing codeMichael Halcrow2007-10-161-54/+35Star
* eCryptfs: fix Tag 1 parsing codeMichael Halcrow2007-10-161-45/+33Star
* eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow2007-10-161-11/+4Star
* eCryptfs: add key list structure; search keyringMichael Halcrow2007-10-161-278/+465
* [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow2007-02-161-8/+18
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-121-18/+14Star
* [PATCH] eCryptfs: Public key; packet managementMichael Halcrow2007-02-121-72/+712
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-3/+1Star
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow2006-10-311-34/+67
* [PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow2006-10-311-11/+8Star
* [PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow2006-10-041-0/+1061