ceph: aes crypto and base64 encode/decode helpers
authorSage Weil <sage@newdream.net>
Wed, 3 Feb 2010 00:07:07 +0000 (16:07 -0800)
committerSage Weil <sage@newdream.net>
Wed, 10 Feb 2010 23:04:46 +0000 (15:04 -0800)
commit8b6e4f2d8b21c25225b1ce8d53a2e03b92cc8522
treea89355726cc37f064629232360574531eec8dc4a
parentc7e337d6490d6f2f5e66ddf1b04d00b0dbd10108
ceph: aes crypto and base64 encode/decode helpers

Helpers to encrypt/decrypt AES and base64.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/Kconfig
fs/ceph/Makefile
fs/ceph/armor.c [new file with mode: 0644]
fs/ceph/crypto.c [new file with mode: 0644]
fs/ceph/crypto.h [new file with mode: 0644]