Some tcrypt enhancements that I have been using locally to test and benchmark crypto algorithms on the command line using KVM: - allow tcrypt.ko to be builtin and defer its initialization to late_initcall - add 1420 byte blocks to the list of benchmarked block sizes for AEADs and skciphers, to get an estimate of the performance in the context of a VPN Ard Biesheuvel (3): crypto: tcrypt - don't initialize at subsys_initcall time crypto: tcrypt - permit tcrypt.ko to be builtin crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks crypto/Kconfig | 2 +- crypto/tcrypt.c | 83 +++++++++++--------- 2 files changed, 46 insertions(+), 39 deletions(-) -- 2.17.1