summaryrefslogtreecommitdiff
path: root/src/testcrypto.cc
Commit message (Expand)AuthorAgeFilesLines
* 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