| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -84/+394 |
| 2019-06-27 | crypto: testmgr - dynamically allocate crypto_shash | Arnd Bergmann | 1 | -6/+13 |
| 2019-06-27 | crypto: testmgr - dynamically allocate testvec_config | Arnd Bergmann | 1 | -11/+32 |
| 2019-06-20 | crypto: arc4 - remove cipher implementation | Ard Biesheuvel | 1 | -0/+1 |
| 2019-06-13 | crypto: testmgr - add some more preemption points | Eric Biggers | 1 | -0/+6 |
| 2019-06-06 | crypto: xxhash - Implement xxhash support | Nikolay Borisov | 1 | -0/+7 |
| 2019-06-06 | crypto: testmgr - test the shash API | Eric Biggers | 1 | -67/+335 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2019-04-25 | crypto: testmgr - add missing self test entries for protected keys | Gilad Ben-Yossef | 1 | -0/+20 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -2/+0 |
| 2019-04-18 | crypto: testmgr - fuzz AEADs against their generic implementation | Eric Biggers | 1 | -0/+229 |
| 2019-04-18 | crypto: testmgr - fuzz skciphers against their generic implementation | Eric Biggers | 1 | -0/+197 |
| 2019-04-18 | crypto: testmgr - fuzz hashes against their generic implementation | Eric Biggers | 1 | -4/+170 |
| 2019-04-18 | crypto: testmgr - add helpers for fuzzing against generic implementation | Eric Biggers | 1 | -0/+128 |
| 2019-04-18 | crypto: testmgr - identify test vectors by name rather than number | Eric Biggers | 1 | -87/+96 |
| 2019-04-18 | crypto: testmgr - expand ability to test for errors | Eric Biggers | 1 | -45/+89 |
| 2019-04-18 | crypto: ecrdsa - add EC-RDSA test vectors to testmgr | Vitaly Chikunov | 1 | -0/+6 |
| 2019-04-18 | X.509: parse public key parameters from x509 for akcipher | Vitaly Chikunov | 1 | -4/+20 |
| 2019-04-18 | crypto: akcipher - new verify API for public key algorithms | Vitaly Chikunov | 1 | -20/+30 |
| 2019-04-08 | crypto: testmgr - add panic_on_fail module parameter | Eric Biggers | 1 | -2/+6 |
| 2019-03-22 | crypto: testmgr - test the !may_use_simd() fallback code | Eric Biggers | 1 | -24/+92 |
| 2019-03-22 | crypto: simd,testmgr - introduce crypto_simd_usable() | Eric Biggers | 1 | -1/+25 |
| 2019-03-22 | crypto: testmgr - remove workaround for AEADs that modify aead_request | Eric Biggers | 1 | -3/+0 |
| 2019-02-22 | crypto: testmgr - support checking skcipher output IV | Eric Biggers | 1 | -2/+4 |
| 2019-02-08 | crypto: testmgr - check for aead_request corruption | Eric Biggers | 1 | -0/+44 |
| 2019-02-08 | crypto: testmgr - check for skcipher_request corruption | Eric Biggers | 1 | -0/+41 |
| 2019-02-08 | crypto: testmgr - convert hash testing to use testvec_configs | Eric Biggers | 1 | -452/+343 |
| 2019-02-08 | crypto: testmgr - convert aead testing to use testvec_configs | Eric Biggers | 1 | -428/+185 |
| 2019-02-08 | crypto: testmgr - convert skcipher testing to use testvec_configs | Eric Biggers | 1 | -270/+245 |
| 2019-02-08 | crypto: testmgr - implement random testvec_config generation | Eric Biggers | 1 | -0/+117 |
| 2019-02-08 | crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS | Eric Biggers | 1 | -0/+14 |
| 2019-02-08 | crypto: testmgr - add testvec_config struct and helper functions | Eric Biggers | 1 | -15/+437 |
| 2019-02-08 | crypto: testmgr - use kmemdup | Christopher Diaz Riveros | 1 | -6/+3 |
| 2019-02-01 | crypto: testmgr - mark crc32 checksum as FIPS allowed | Milan Broz | 1 | -0/+1 |
| 2019-02-01 | crypto: testmgr - skip crc32c context test for ahash algorithms | Eric Biggers | 1 | -4/+10 |
| 2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -7/+7 |
| 2019-01-18 | crypto: testmgr - unify the AEAD encryption and decryption test vectors | Eric Biggers | 1 | -159/+101 |
| 2019-01-18 | crypto: testmgr - skip AEAD encryption test vectors with novrfy set | Eric Biggers | 1 | -0/+5 |
| 2019-01-18 | crypto: testmgr - handle endianness correctly in alg_test_crc32c() | Eric Biggers | 1 | -5/+5 |
| 2019-01-18 | crypto: testmgr - split akcipher tests by a key type | Vitaly Chikunov | 1 | -29/+57 |
| 2018-11-20 | crypto: adiantum - add Adiantum support | Eric Biggers | 1 | -0/+12 |
| 2018-11-20 | crypto: nhpoly1305 - add NHPoly1305 support | Eric Biggers | 1 | -0/+6 |
| 2018-11-20 | crypto: chacha - add XChaCha12 support | Eric Biggers | 1 | -0/+6 |
| 2018-11-20 | crypto: chacha20-generic - add XChaCha20 support | Eric Biggers | 1 | -0/+6 |
| 2018-11-16 | crypto: streebog - add Streebog test vectors | Vitaly Chikunov | 1 | -0/+24 |
| 2018-11-09 | crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed | Gilad Ben-Yossef | 1 | -0/+1 |
| 2018-11-09 | crypto: testmgr - add AES-CFB tests | Dmitry Eremin-Solenikov | 1 | -0/+7 |
| 2018-10-12 | crypto: testmgr - fix sizeof() on COMP_BUF_SIZE | Michael Schupikov | 1 | -3/+3 |
| 2018-09-28 | crypto: testmgr - update sm4 test vectors | Gilad Ben-Yossef | 1 | -0/+12 |
| 2018-09-04 | crypto: speck - remove Speck | Jason A. Donenfeld | 1 | -24/+0 |
| 2018-07-09 | crypto: testmgr - add hash finup tests | Gilad Ben-Yossef | 1 | -9/+46 |
| 2018-07-01 | crypto: vmac - remove insecure version with hardcoded nonce | Eric Biggers | 1 | -6/+0 |
| 2018-07-01 | crypto: vmac - add nonced version with big endian digest | Eric Biggers | 1 | -0/+6 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
| 2018-05-31 | crypto: testmgr - eliminate redundant decryption test vectors | Eric Biggers | 1 | -299/+110 |
| 2018-05-27 | crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms | Eric Biggers | 1 | -7/+43 |
| 2018-05-27 | crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors | Eric Biggers | 1 | -6/+0 |
| 2018-05-19 | crypto: testmgr - Add test vectors for MORUS | Ondrej Mosnacek | 1 | -0/+18 |
| 2018-05-19 | crypto: testmgr - Add test vectors for AEGIS | Ondrej Mosnacek | 1 | -0/+27 |
| 2018-05-19 | crypto: testmgr - reorder paes test lexicographically | Gilad Ben-Yossef | 1 | -22/+22 |
| 2018-05-05 | crypto: ccree - enable support for hardware keys | Gilad Ben-Yossef | 1 | -0/+43 |
| 2018-04-21 | crypto: testmgr - Allow different compression results | Mahipal Challa | 1 | -13/+37 |
| 2018-04-21 | crypto: zstd - Add zstd support | Nick Terrell | 1 | -0/+10 |
| 2018-03-16 | crypto: testmgr - introduce SM4 tests | Gilad Ben-Yossef | 1 | -0/+9 |
| 2018-02-22 | crypto: speck - add test vectors for Speck64-XTS | Eric Biggers | 1 | -0/+9 |
| 2018-02-22 | crypto: speck - add test vectors for Speck128-XTS | Eric Biggers | 1 | -0/+9 |
| 2018-02-22 | crypto: speck - add support for the Speck block cipher | Eric Biggers | 1 | -0/+18 |
| 2018-01-26 | crypto: testmgr - test misuse of result in ahash | Kamil Konieczny | 1 | -0/+39 |
| 2018-01-12 | crypto: testmgr - change `guard` to unsigned char | Joey Pabalinas | 1 | -1/+1 |
| 2017-11-03 | crypto: testmgr - move to generic async completion | Gilad Ben-Yossef | 1 | -138/+66 |
| 2017-09-22 | crypto: sm3 - add SM3 test vectors | Gilad Ben-Yossef | 1 | -0/+6 |
| 2017-06-28 | crypto: testmgr - Reenable sha1/aes in FIPS mode | Herbert Xu | 1 | -0/+1 |
| 2017-06-20 | crypto: testmgr - add testvector for pkcs1pad(rsa) | Stephan Mueller | 1 | -4/+29 |
| 2017-06-19 | crypto: testmgr - use consistent format for errors | Gilad Ben-Yossef | 1 | -9/+9 |
| 2017-06-10 | crypto: testmgr - add genkey kpp test | Tudor-Dan Ambarus | 1 | -11/+65 |
| 2017-04-24 | crypto: scomp - add support for deflate rfc1950 (zlib) | Giovanni Cabiddu | 1 | -0/+10 |
| 2017-04-24 | crypto: testmgr - Allow ecb(cipher_null) in FIPS mode | Milan Broz | 1 | -0/+1 |
| 2017-04-21 | crypto: testmgr - replace compression known answer test | Giovanni Cabiddu | 1 | -3/+26 |
| 2017-03-24 | crypto: testmgr - mark ctr(des3_ede) as fips_allowed | Marcelo Cerri | 1 | -0/+1 |
| 2017-03-09 | crypto: testmgr - constify all test vectors | Eric Biggers | 1 | -30/+41 |
| 2017-02-11 | crypto: testmgr - add test cases for cbcmac(aes) | Ard Biesheuvel | 1 | -0/+7 |
| 2017-01-13 | crypto: testmgr - use calculated count for number of test vectors | Ard Biesheuvel | 1 | -831/+202 |
| 2017-01-13 | crypto: testmgr - Allocate only the required output size for hash tests | Andrew Lutomirski | 1 | -4/+5 |
| 2017-01-13 | crypto: testmgr - use kmemdup instead of kmalloc+memcpy | Eric Biggers | 1 | -4/+2 |
| 2016-12-27 | crypto: testmgr - Use heap buffer for acomp test input | Laura Abbott | 1 | -2/+28 |
| 2016-12-08 | crypto: testmgr - fix overlap in chunked tests again | Ard Biesheuvel | 1 | -1/+1 |
| 2016-12-07 | crypto: testmgr - avoid overlap in chunked tests | Ard Biesheuvel | 1 | -1/+1 |
| 2016-11-28 | crypto: testmgr - don't use stack buffer in test_acomp() | Eric Biggers | 1 | -3/+8 |
| 2016-11-28 | crypto: testmgr - Do not test internal algorithms | Herbert Xu | 1 | -144/+9 |
| 2016-10-25 | crypto: acomp - update testmgr with support for acomp | Giovanni Cabiddu | 1 | -13/+145 |
| 2016-10-02 | crypto: testmgr - add guard to dst buffer for ahash_export | Jan Stancek | 1 | -1/+4 |
| 2016-08-31 | crypto: FIPS - allow tests to be disabled in FIPS mode | Stephan Mueller | 1 | -0/+9 |
| 2016-08-09 | crypto: testmgr - fix !x==y confusion | Yanjiang Jin | 1 | -5/+5 |
| 2016-07-19 | crypto: testmgr - Print akcipher algorithm name | Herbert Xu | 1 | -2/+4 |
| 2016-07-05 | crypto: testmgr - Set err before proceeding | Salvatore Benedetto | 1 | -0/+1 |
| 2016-07-01 | crypto: sha3 - Add HMAC-SHA3 test modes and test vectors | raveendra padasalagi | 1 | -0/+40 |
| 2016-07-01 | crypto: testmgr - Allow leading zeros in RSA | Herbert Xu | 1 | -27/+24 |
| 2016-06-23 | crypto: ecdh - Add ECDH software support | Salvatore Benedetto | 1 | -0/+10 |
| 2016-06-23 | crypto: dh - Add DH software implementation | Salvatore Benedetto | 1 | -0/+144 |
| 2016-06-20 | crypto: sha3 - Add SHA-3 Test's in tcrypt | raveendra padasalagi | 1 | -0/+40 |
| 2016-05-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+9 |
| 2016-05-09 | crypto: testmgr - Use kmalloc memory for RSA input | Herbert Xu | 1 | -5/+22 |
| 2016-05-05 | crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime. | Richard W.M. Jones | 1 | -0/+9 |
| 2016-02-28 | crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode. | Marcus Meissner | 1 | -0/+16 |
| 2016-02-17 | crypto: testmgr - mark authenticated ctr(aes) also as FIPS able | Marcus Meissner | 1 | -0/+16 |
| 2016-02-06 | crypto: testmgr - mark more algorithms as FIPS compliant | Marcus Meissner | 1 | -0/+7 |
| 2016-02-06 | crypto: testmgr - fix out of bound read in __test_aead() | Jerome Marchand | 1 | -2/+3 |
| 2016-02-06 | crypto: testmgr - Add a test case for import()/export() | Wang, Rui Y | 1 | -0/+133 |
| 2016-01-27 | crypto: compress - remove unused pcomp interface | Joonsoo Kim | 1 | -223/+0 |
| 2016-01-25 | crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2 | Stephan Mueller | 1 | -1/+0 |
| 2015-10-15 | crypto: keywrap - add testmgr support | Stephan Mueller | 1 | -0/+16 |
| 2015-10-15 | crypto: testmgr - test IV value after a cipher operation | Boris BREZILLON | 1 | -1/+11 |
| 2015-10-14 | crypto: akcipher - Changes to asymmetric key API | Tadeusz Struk | 1 | -19/+20 |
| 2015-10-01 | crypto: testmgr - Disable fips-allowed for authenc() and des() ciphers | John Haxby | 1 | -16/+0 |
| 2015-09-11 | crypto: testmgr - don't copy from source IV too much | Andrey Ryabinin | 1 | -2/+3 |
| 2015-08-21 | crypto: testmgr - Use new skcipher interface | Herbert Xu | 1 | -29/+32 |
| 2015-08-19 | crypto: cmac - allow usage in FIPS mode | Stephan Mueller | 1 | -0/+2 |
| 2015-08-04 | crypto: testmgr - Reenable authenc tests | Herbert Xu | 1 | -13/+13 |
| 2015-08-04 | crypto: testmgr - Disable authenc test and convert test vectors | Herbert Xu | 1 | -13/+13 |
| 2015-07-17 | crypto: testmgr - Reenable rfc4309 test | Herbert Xu | 1 | -1/+1 |
| 2015-07-17 | crypto: testmgr - Disable rfc4309 test and convert test vectors | Herbert Xu | 1 | -1/+1 |
| 2015-07-14 | crypto: testmgr - Reenable rfc4106 test | Herbert Xu | 1 | -1/+1 |
| 2015-07-14 | crypto: testmgr - Disable rfc4106 test and convert test vectors | Herbert Xu | 1 | -1/+1 |
| 2015-06-25 | crypto: testmgr - don't print info about missing test for gcm-aes-aesni | Tadeusz Struk | 1 | -0/+4 |
| 2015-06-17 | crypto: testmgr - add tests vectors for RSA | Tadeusz Struk | 1 | -0/+158 |
| 2015-06-17 | Revert "crypto: testmgr - Disable rfc4543 test" | Herbert Xu | 1 | -1/+1 |
| 2015-06-17 | crypto: testmgr - Disable rfc4543 test | Herbert Xu | 1 | -1/+1 |
| 2015-06-04 | crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector | Martin Willi | 1 | -0/+15 |
| 2015-06-04 | crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 | Martin Willi | 1 | -0/+15 |
| 2015-06-04 | crypto: testmgr - Add Poly1305 test vectors from RFC7539 | Martin Willi | 1 | -0/+9 |
| 2015-06-04 | crypto: testmgr - Add ChaCha20 test vectors from RFC7539 | Martin Willi | 1 | -0/+15 |
| 2015-05-28 | crypto: testmgr - Switch to new AEAD interface | Herbert Xu | 1 | -39/+48 |
| 2015-05-27 | crypto: jitterentropy - add jitterentropy RNG | Stephan Mueller | 1 | -0/+4 |
| 2015-05-11 | crypto: testmgr - add test cases for CRC32 | Ard Biesheuvel | 1 | -0/+9 |
| 2015-04-23 | crypto: testmgr - Include crypto/aead.h | Herbert Xu | 1 | -0/+1 |
| 2015-04-23 | crypto: testmgr - Include linux/fips.h for fips_enabled | Herbert Xu | 1 | -0/+1 |
| 2015-03-31 | crypto: testmgr - use CRYPTO_ALG_INTERNAL | Stephan Mueller | 1 | -7/+7 |
| 2015-03-13 | crypto: testmgr - fix RNG return code enforcement | Stephan Mueller | 1 | -5/+5 |
| 2015-02-04 | crypto: testmgr - limit IV copy length in aead tests | Cristian Stoica | 1 | -3/+4 |
| 2015-01-26 | crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed | Jarod Wilson | 1 | -0/+1 |
| 2015-01-13 | crypto: testmgr - don't use interruptible wait in tests | Rabin Vincent | 1 | -28/+22 |
| 2014-10-24 | crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c | Masanari Iida | 1 | -2/+1 |
| 2014-10-14 | crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c | Jan-Simon Möller | 1 | -8/+6 |
| 2014-08-29 | crypto: testmgr - add test for lz4 and lz4hc | KOVACS Krisztian | 1 | -0/+32 |
| 2014-08-25 | crypto: testmgr - remove unused function argument | Cristian Stoica | 1 | -11/+5 |
| 2014-08-25 | crypto: testmgr - delay execution of set-up code | Cristian Stoica | 1 | -8/+6 |
| 2014-08-25 | crypto: testmgr - white space removal on __test_skcipher | Cristian Stoica | 1 | -149/+138 |
| 2014-08-25 | crypto: testmgr - white space removal on __test_hash | Cristian Stoica | 1 | -63/+60 |
| 2014-08-25 | crypto: testmgr - white space fix-ups on test_aead | Cristian Stoica | 1 | -256/+242 |
| 2014-08-01 | crypto: testmgr - add missing spaces to drbg error strings | Jarod Wilson | 1 | -3/+3 |
| 2014-07-23 | crypto: testmgr - avoid DMA mapping from text, rodata, stack | Horia Geanta | 1 | -8/+49 |
| 2014-06-20 | crypto: drbg - Add DRBG test code to testmgr | Stephan Mueller | 1 | -0/+247 |
| 2014-05-22 | crypto: testmgr - add aead cbc des, des3_ede tests | Nitesh Lal | 1 | -12/+162 |
| 2014-05-22 | crypto: testmgr - Fix DMA-API warning | Tadeusz Struk | 1 | -2/+5 |
| 2014-03-21 | crypto: testmgr - add aead null encryption test vectors | Horia Geanta | 1 | -0/+32 |
| 2013-11-28 | crypto: testmgr - fix sglen in test_aead for case 'dst != src' | Horia Geanta | 1 | -14/+12 |
| 2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -6/+6 |
| 2013-09-07 | Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra... | Herbert Xu | 1 | -0/+10 |
| 2013-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 1 | -10/+0 |
| 2013-08-01 | crypto: testmgr - remove double execution of the same test suite | Cristian Stoica | 1 | -1/+1 |
| 2013-07-24 | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf... | Herbert Xu | 1 | -10/+0 |
| 2013-06-21 | crypto: testmgr - test hash implementations with unaligned buffers | Jussi Kivilinna | 1 | -2/+39 |
| 2013-06-21 | crypto: testmgr - test AEADs with unaligned buffers | Jussi Kivilinna | 1 | -6/+31 |
| 2013-06-21 | crypto: testmgr - test skciphers with unaligned buffers | Jussi Kivilinna | 1 | -4/+29 |
| 2013-06-21 | crypto: testmgr - check that entries in alg_test_descs are in correct order | Jussi Kivilinna | 1 | -0/+31 |
| 2013-06-21 | Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish... | Jussi Kivilinna | 1 | -12/+0 |
| 2013-06-21 | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" | Jussi Kivilinna | 1 | -12/+0 |
| 2013-05-24 | crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash | Tim Chen | 1 | -0/+10 |
| 2013-04-25 | crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli... | Jussi Kivilinna | 1 | -0/+12 |
| 2013-04-25 | crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher | Jussi Kivilinna | 1 | -0/+15 |
| 2013-04-25 | crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher | Jussi Kivilinna | 1 | -0/+12 |
| 2013-04-25 | crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher | Jussi Kivilinna | 1 | -0/+12 |
| 2013-04-25 | crypto: add CMAC support to CryptoAPI | Jussi Kivilinna | 1 | -0/+18 |
| 2013-04-25 | crypto: testmgr - add empty test vectors for null ciphers | Jussi Kivilinna | 1 | -0/+9 |
| 2013-04-25 | crypto: testmgr - add AES GMAC test vectors | Jussi Kivilinna | 1 | -2/+15 |
| 2013-01-20 | crypto: testmgr - add test vector for fcrypt | Jussi Kivilinna | 1 | -0/+15 |
| 2012-12-06 | crypto: testmgr - allow compression algs in fips mode | Milan Broz | 1 | -0/+3 |
| 2012-12-06 | crypto: testmgr - clean alg_test_null entries in alg_test_descs[] | Jussi Kivilinna | 1 | -372/+0 |
| 2012-12-06 | crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests | Jussi Kivilinna | 1 | -2/+0 |
| 2012-11-09 | crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia... | Jussi Kivilinna | 1 | -0/+62 |
| 2012-10-24 | crypto: testmgr - add new larger DES3_EDE testvectors | Jussi Kivilinna | 1 | -0/+15 |
| 2012-10-24 | crypto: testmgr - add new larger DES testvectors | Jussi Kivilinna | 1 | -0/+15 |
| 2012-09-27 | crypto: testmgr - make test_aead also test 'dst != src' code paths | Jussi Kivilinna | 1 | -48/+105 |
| 2012-09-27 | crypto: testmgr - make test_skcipher also test 'dst != src' code paths | Jussi Kivilinna | 1 | -31/+76 |
| 2012-09-27 | crypto: testmgr - allow non-multi page and multi page skcipher tests from sam... | Jussi Kivilinna | 1 | -1/+1 |
| 2012-08-01 | crypto: cast6 - add x86_64/avx assembler implementation | Johannes Goetzfried | 1 | -0/+60 |
| 2012-08-01 | crypto: testmgr - add larger cast6 testvectors | Johannes Goetzfried | 1 | -0/+60 |
| 2012-08-01 | crypto: cast5 - add x86_64/avx assembler implementation | Johannes Goetzfried | 1 | -0/+60 |
| 2012-08-01 | crypto: testmgr - add larger cast5 testvectors | Johannes Goetzfried | 1 | -0/+30 |
| 2012-07-11 | crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors | Horia Geanta | 1 | -0/+36 |
| 2012-07-11 | crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode | Milan Broz | 1 | -0/+38 |
| 2012-06-12 | crypto: serpent - add x86_64/avx assembler implementation | Johannes Goetzfried | 1 | -0/+60 |
| 2012-06-12 | crypto: twofish - add x86_64/avx assembler implementation | Johannes Goetzfried | 1 | -0/+60 |
| 2012-06-12 | crypto: testmgr - Add new test cases for Blackfin CRC crypto driver | Sonic Zhang | 1 | -0/+9 |
| 2012-03-14 | crypto: testmgr - add more camellia test vectors | Jussi Kivilinna | 1 | -0/+45 |
| 2011-11-21 | crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation | Jussi Kivilinna | 1 | -0/+60 |
| 2011-11-09 | crypto: testmgr - add xts(twofish) test vectors | Jussi Kivilinna | 1 | -0/+15 |
| 2011-11-09 | crypto: testmgr - add xts(serpent) test vectors | Jussi Kivilinna | 1 | -0/+15 |
| 2011-11-09 | crypto: testmgr - add lrw(twofish) test vectors | Jussi Kivilinna | 1 | -0/+15 |
| 2011-11-09 | crypto: testmgr - add lrw(serpent) test vectors | Jussi Kivilinna | 1 | -0/+15 |