summaryrefslogtreecommitdiffstats
path: root/net/ceph/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: make sure ceph_aes_crypt() IV is alignedIlya Dryomov2017-01-181-1/+1
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2016-12-121-25/+60
* libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2016-12-121-0/+8
* libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2016-12-121-369/+0
* libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2016-12-121-0/+87
* libceph: Remove unnecessary ivsize variablesIlya Dryomov2016-01-271-12/+8
* libceph: Use skcipherHerbert Xu2016-01-271-41/+56
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+3
* libceph: remove the unused macro AES_KEY_SIZENicholas Krause2015-09-081-4/+0
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-131-37/+132
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* KEYS: Ceph: Use user_match()David Howells2014-07-221-6/+2
* KEYS: Ceph: Use key preparsingDavid Howells2014-07-221-9/+15
* libceph: eliminate sparse warningsAlex Elder2013-02-251-3/+4
* KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-4/+5
* libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-021-0/+1
* ceph: Use kmemdup rather than duplicating its implementationThomas Meyer2012-01-101-2/+1
* net: Remove casts of void *Joe Perches2011-06-161-1/+1
* libceph: Create a new key type "ceph".Tommi Virtanen2011-03-291-0/+62
* ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-0/+11
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-0/+412