summaryrefslogtreecommitdiffstats
path: root/security/keys/big_key.c
Commit message (Expand)AuthorAgeFilesLines
* big_keys: Use struct for internal payloadKees Cook2022-05-161-37/+36
* security/keys: use kvfree_sensitive()Denis Efremov2021-01-211-6/+3
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* keys: Implement update for the big_key typeDavid Howells2020-06-021-1/+18
* security/keys: rewrite big_key crypto to use library interfaceJason A. Donenfeld2020-06-021-206/+34
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-291-7/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* big key: get rid of stack array allocationTycho Andersen2018-05-111-1/+10
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-0/+1
* KEYS: Use individual pages in big_key for crypto buffersDavid Howells2018-02-221-23/+87
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-2/+2
* security/keys: rewrite all of big_key cryptoJason A. Donenfeld2017-09-251-68/+59
* security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld2017-09-251-6/+6
* fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-1/+2
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+2
* KEYS: Sort out big_key initialisationDavid Howells2016-10-271-27/+32
* KEYS: Use skcipher for big keysHerbert Xu2016-06-241-12/+18
* Security: Keys: Big keys stored encryptedKirill Marinushkin2016-04-121-18/+180
* security/keys: make big_key.c explicitly non-modularPaul Gortmaker2016-02-181-14/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-16/+31
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-161-1/+0
* KEYS: big_key: Use key preparsingDavid Howells2014-07-221-16/+25
* security: shmem: implement kernel private shmem inodesEric Paris2013-12-021-1/+1
* KEYS: Fix error handling in big_key instantiationDavid Howells2013-11-131-0/+1
* KEYS: fix error return code in big_key_instantiate()Wei Yongjun2013-10-301-1/+3
* KEYS: Implement a big key type that can save to tmpfsDavid Howells2013-09-241-0/+204