aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* cryptocheck: Add aliases for algs with multiple key sizes.John Baldwin2022-01-061-16/+44
* OCF: Hook up plain RIPEMD160 in cryptosoft and /dev/crypto.John Baldwin2021-12-301-0/+2
* cryptocheck: Test Camellia-CBC cipher and RIPEMD-160 HMAC.John Baldwin2021-12-161-0/+13
* crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes.John Baldwin2021-10-061-2/+2
* cryptocheck: Support multiple IV sizes for AES-CCM.John Baldwin2021-10-061-80/+156
* OCF: Remove support for asymmetric cryptographic operations.John Baldwin2021-04-122-274/+1
* cryptocheck: Expand the set of sizes tested by -z.John Baldwin2021-04-011-3/+9
* cryptocheck: Free generated IV after each GMAC test.John Baldwin2021-03-031-0/+1
* cryptocheck: Add support for the Poly1305 digest.John Baldwin2021-03-031-5/+85
* cryptocheck: Add Chacha20-Poly1305 AEAD coverage.John Baldwin2021-02-181-19/+27
* Remove uses of CRIOGET in OCF tests after r368005.John Baldwin2020-11-252-18/+3
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-251-17/+2
* Remove unnecessary __DECONST().John Baldwin2020-11-031-19/+19
* Fix various warnings with higher WARNS.John Baldwin2020-10-131-59/+58
* Expand coverage of different buffer sizes.John Baldwin2020-05-251-79/+156
* Remove the ubsecstats tool since ubsec(4) has been removed.John Baldwin2020-05-152-76/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-32/+164
* Various cleanups to cryptocheck.John Baldwin2020-01-071-450/+344
* tools/tools/crypto: cryptokeytest: Fix build with newer OpenSSLConrad Meyer2019-08-091-61/+47
* Have cryptocheck toggle kern.cryptodevallowsoft if necessary (thisSean Eric Fagan2019-02-271-1/+30
* It turns out that setting the IV length is necessary with CCM in OpenSSL.Sean Eric Fagan2019-02-201-0/+3
* Add AES-CCM encryption, and plumb into OCF.Sean Eric Fagan2019-02-151-2/+226
* Compile cryptocheck with in-tree openssl again.John Baldwin2018-11-011-4/+1
* cryptocheck: Correct mismatch between OpenSSL use and OCF Blake2Conrad Meyer2018-07-201-2/+2
* OCF: Add plain hash modesConrad Meyer2018-07-091-7/+155
* OCF: Add CRYPTO_SHA2_224_HMAC modeConrad Meyer2018-07-091-0/+2
* Add a SPD cache to speed up lookups.Fabien Thomas2018-05-221-2/+2
* cryptocheck: Add Chacha20 cipher to toolConrad Meyer2018-03-291-0/+3
* cryptotest: Add chacha20 cipherConrad Meyer2018-03-291-1/+3
* cryptotest: Add blake2 hashes to toolConrad Meyer2018-03-271-0/+5
* Update the license to note my work on cryptocheck was sponsored.John Baldwin2018-03-261-1/+26
* cryptocheck: Add support for Blake2{B,S} hashesConrad Meyer2018-03-232-1/+10
* Bring in JHB's cryptocheck toolConrad Meyer2018-03-232-31/+1183
* Add encrypt+authenticate modes to cryptotest toolConrad Meyer2018-01-101-25/+60
* Fix some new errors and a warning in cryptotest.John Baldwin2017-06-011-8/+10
* Add cpuset support to separate forked processes.George V. Neville-Neil2016-09-031-0/+9
* Add a runner script for cryptotest.George V. Neville-Neil2016-09-021-0/+32
* Clean up the usage message and remove dead code.George V. Neville-Neil2016-09-021-12/+4
* Update cryptotest for modern algorithmsGeorge V. Neville-Neil2016-08-301-20/+25
* - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()Craig Rodrigues2015-08-296-31/+54
* Include stdint.h to fix build.Andrey V. Elsukov2013-07-291-1/+2
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-28/+26
* Increase cryptotest tool initialization vector (IV) size.Rafal Jaworowski2008-08-211-1/+1
* Add missing includes and correct argument to sysctlbynameMatteo Riondato2008-02-052-1/+4
* Update structure name to follow the new IPsec code.George V. Neville-Neil2007-09-191-1/+1
* Overhaul driver/subsystem api's:Sam Leffler2007-03-212-20/+122
* make cryptotest compile after the latest changes to cryptodev.hMichael Reifenberger2006-05-241-3/+3