summaryrefslogtreecommitdiffstats
path: root/src/test/crypto.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* unittest_[ceph_]crypto: fix warningsSage Weil2016-02-111-2/+0
* auth: return error code from encrypt/decrypt; make error string optionalSage Weil2015-04-221-5/+10
* auth: refactor crypto key contextSage Weil2015-04-221-4/+8
* unittest_crypto: benchmark 100,000 CryptoKey::encrypt() callsSage Weil2015-04-221-0/+27
* test/crypto: fix narrowing conversion warningSage Weil2013-02-091-6/+6
* rgw: fix buildYehuda Sadeh2012-11-081-1/+1
* auth: move Crypto users to use CephContextSage Weil2012-08-171-5/+5
* initialize g_ceph_context in common_preinitColin Patrick McCabe2011-06-221-1/+1
* auth: CryptoKey, CryptoAES: deglobalizeColin Patrick McCabe2011-06-211-16/+13
* auth: remove CephCryptoManagerColin Patrick McCabe2011-06-151-5/+5
* units: remove "performance test" from crypto unitsColin Patrick McCabe2011-03-251-29/+1
* auth: Let common_init (or CephCrypto::init) init auth crypto.Tommi Virtanen2011-03-111-0/+10
* auth: Add a microbenchmark for AES encrypt/decrypt.Tommi Virtanen2011-03-111-0/+69
* auth: Add unit tests to check basic crypto sanity.Tommi Virtanen2011-03-111-0/+100