aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-12libceph: introduce ceph_crypt() for in-place en/decryptionGravatar Ilya Dryomov 1-0/+87
2016-01-27libceph: Remove unnecessary ivsize variablesGravatar Ilya Dryomov 1-12/+8
2016-01-27libceph: Use skcipherGravatar Herbert Xu 1-41/+56
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-3/+3
2015-09-08libceph: remove the unused macro AES_KEY_SIZEGravatar Nicholas Krause 1-4/+0
2014-11-13libceph: do not crash on large auth ticketsGravatar Ilya Dryomov 1-37/+132
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-1/+0
2014-07-22KEYS: Ceph: Use user_match()Gravatar David Howells 1-6/+2
2014-07-22KEYS: Ceph: Use key preparsingGravatar David Howells 1-9/+15
2013-02-25libceph: eliminate sparse warningsGravatar Alex Elder 1-3/+4
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-4/+5
2012-08-02libceph: fix crypto key null deref, memory leakGravatar Sylvain Munaut 1-0/+1
2012-01-10ceph: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-2/+1
2011-06-16net: Remove casts of void *Gravatar Joe Perches 1-1/+1
2011-03-29libceph: Create a new key type "ceph".Gravatar Tommi Virtanen 1-0/+62
2011-03-29ceph: Move secret key parsing earlier.Gravatar Tommi Virtanen 1-0/+11
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-0/+412