summaryrefslogtreecommitdiff
path: root/src/testcrypto.cc
Commit message (Expand)AuthorAgeFilesLines
* log: new logging infrastructureSage Weil2012-03-271-0/+1
* Remove "#include debug.h" from config.hColin Patrick McCabe2011-06-221-0/+1
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-1/+1
* auth: CryptoKey, CryptoAES: deglobalizeColin Patrick McCabe2011-06-201-4/+8
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-1/+1
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* dout: don't print time to syslogColin Patrick McCabe2011-02-091-0/+1
* logging: Replace derr with doutColin Patrick McCabe2010-12-061-2/+2
* auth: CEPH_SECRET_* -> CEPH_CRYPTO_*Sage Weil2009-10-271-1/+1
* auth: refactor MonClient <-> AuthClientHandler interfaceSage Weil2009-09-091-2/+1
* auth: kernel side aes functionsYehuda Sadeh2009-08-211-2/+13
* auth: rearrange typesSage Weil2009-08-211-13/+5
* auth: use common definition for crypto typesYehuda Sadeh2009-08-201-1/+1
* auth: consolidate different secret types to one typeYehuda Sadeh2009-08-201-1/+1
* auth: pass const buffers to crypto encrypt/decryptYehuda Sadeh2009-08-201-2/+4
* auth: replace crypto_stupid with crypto_noneYehuda Sadeh2009-08-191-1/+1
* auth: fixed aes, added test utilityYehuda Sadeh2009-08-191-0/+45