Age | Commit message (Expand) | Author | Files | Lines |
2025-05-23 | Revert "crypto: testmgr - Add hash export format testing" | Herbert Xu | 1 | -86/+9 |
2025-05-19 | crypto: testmgr - Add hash export format testing | Herbert Xu | 1 | -9/+86 |
2025-05-19 | crypto: testmgr - Use ahash for generic tfm | Herbert Xu | 1 | -19/+18 |
2025-05-19 | crypto: testmgr - Ignore EEXIST on shash allocation | Herbert Xu | 1 | -1/+1 |
2025-05-12 | crypto: testmgr - rename noextratests to noslowtests | Eric Biggers | 1 | -21/+20 |
2025-05-12 | crypto: testmgr - make it easier to enable the full set of tests | Eric Biggers | 1 | -57/+5 |
2025-05-12 | crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS | Eric Biggers | 1 | -6/+6 |
2025-05-12 | crypto: testmgr - remove panic_on_fail | Eric Biggers | 1 | -7/+3 |
2025-05-05 | crypto: testmgr - Remove poly1305 | Herbert Xu | 1 | -6/+0 |
2025-04-16 | Revert "crypto: testmgr - Add multibuffer acomp testing" | Herbert Xu | 1 | -83/+64 |
2025-04-02 | Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -133/+24 |
2025-03-30 | Revert "crypto: testmgr - Add multibuffer hash testing" | Herbert Xu | 1 | -133/+24 |
2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -261/+248 |
2025-03-22 | crypto: testmgr - Add multibuffer acomp testing | Herbert Xu | 1 | -64/+80 |
2025-03-22 | crypto: testmgr - Add multibuffer hash testing | Herbert Xu | 1 | -24/+136 |
2025-03-21 | crypto: remove obsolete 'comp' compression API | Ard Biesheuvel | 1 | -139/+13 |
2025-03-21 | crypto: compress_null - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -3/+0 |
2025-03-15 | crypto: testmgr - Remove NULL dst acomp tests | Herbert Xu | 1 | -29/+0 |
2025-03-02 | crypto/krb5: Test manager data | David Howells | 1 | -0/+16 |
2025-02-09 | crypto: sig - Prepare for algorithms with variable signature size | Lukas Wunner | 1 | -3/+4 |
2025-02-08 | crypto: crct10dif - remove from crypto API | Eric Biggers | 1 | -7/+0 |
2025-02-08 | crypto: crc64-rocksoft - remove from crypto API | Eric Biggers | 1 | -7/+0 |
2025-01-04 | crypto: keywrap - remove unused keywrap algorithm | Eric Biggers | 1 | -19/+1 |
2025-01-04 | crypto: vmac - remove unused VMAC algorithm | Eric Biggers | 1 | -6/+0 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
2024-11-19 | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2024-11-19 | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -102/+224 |
2024-11-10 | crypto: rsassa-pkcs1 - Reinstate support for legacy protocols | Lukas Wunner | 1 | -0/+6 |
2024-10-10 | crypto: testmgr - Hide ENOENT errors better | Herbert Xu | 1 | -12/+11 |
2024-10-05 | crypto: ecdsa - Support P1363 signature decoding | Lukas Wunner | 1 | -0/+18 |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 1 | -1/+1 |
2024-10-05 | crypto: ecdsa - Move X9.62 signature decoding into template | Lukas Wunner | 1 | -0/+27 |
2024-10-05 | crypto: akcipher - Drop sign/verify operations | Lukas Wunner | 1 | -83/+36 |
2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner | 1 | -9/+13 |
2024-10-05 | crypto: ecrdsa - Migrate to sig_alg backend | Lukas Wunner | 1 | -2/+2 |
2024-10-05 | crypto: ecdsa - Migrate to sig_alg backend | Lukas Wunner | 1 | -9/+8 |
2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner | 1 | -0/+115 |
2024-10-03 | crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h> | Uros Bizjak | 1 | -1/+1 |
2024-09-06 | crypto: testmgr - Hide ENOENT errors | Herbert Xu | 1 | -1/+22 |
2024-07-13 | crypto: testmgr - generate power-of-2 lengths more often | Eric Biggers | 1 | -4/+12 |
2024-06-07 | crypto: sm2 - Remove sm2 algorithm | Herbert Xu | 1 | -6/+0 |
2024-06-07 | crypto: testmgr - test setkey in no-SIMD context | Eric Biggers | 1 | -5/+24 |
2024-04-12 | crypto: ecdsa - Register NIST P521 and extend test suite | Stefan Berger | 1 | -0/+7 |
2024-01-26 | crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c | Joachim Vandersmissen | 1 | -8/+0 |
2023-12-15 | crypto: iaa - Add support for deflate-iaa compression algorithm | Tom Zanussi | 1 | -0/+10 |
2023-12-08 | crypto: testmgr - Remove cfb and ofb | Herbert Xu | 1 | -39/+0 |
2023-11-17 | crypto: drbg - Remove SHA1 from drbg | Dimitri John Ledkov | 1 | -21/+4 |
2023-11-01 | crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place | Eric Biggers | 1 | -5/+5 |
2023-10-27 | crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support | Dimitri John Ledkov | 1 | -0/+12 |
2023-10-27 | crypto: testmgr - stop checking crypto_ahash_alignmask | Eric Biggers | 1 | -6/+3 |
2023-10-27 | crypto: testmgr - stop checking crypto_shash_alignmask | Eric Biggers | 1 | -3/+2 |
2023-10-13 | crypto: arc4 - Convert from skcipher to lskcipher | Herbert Xu | 1 | -1/+1 |
2023-10-12 | crypto: testmgr - Remove zlib-deflate | Herbert Xu | 1 | -10/+0 |
2023-09-20 | crypto: testmgr - Add support for lskcipher algorithms | Herbert Xu | 1 | -0/+19 |
2023-04-20 | crypto: testmgr - Add some test vectors for cmac(camellia) | David Howells | 1 | -0/+6 |
2023-03-14 | crypto: testmgr - fix RNG performance in fuzz tests | Eric Biggers | 1 | -97/+169 |
2023-02-10 | crypto: testmgr - add diff-splits of src/dst into default cipher config | Zhang Yiqun | 1 | -0/+8 |
2023-01-27 | crypto: testmgr - disallow certain DRBG hash functions in FIPS mode | Vladis Dronov | 1 | -4/+0 |
2023-01-06 | crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode | Nicolai Stange | 1 | -0/+2 |
2023-01-06 | crypto: testmgr - disallow plain ghash in FIPS mode | Nicolai Stange | 1 | -1/+0 |
2023-01-06 | crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode | Nicolai Stange | 1 | -1/+0 |
2022-12-14 | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -0/+19 |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -5/+5 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -43/+43 |
2022-11-04 | crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors | Tianjia Zhang | 1 | -0/+19 |
2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -4/+4 |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -43/+43 |
2022-09-02 | crypto: testmgr - fix indentation for test_acomp() args | Lucas Segarra Fernandez | 1 | -1/+1 |
2022-08-19 | crypto: testmgr - don't generate WARN for missing modules | Robert Elliott | 1 | -2/+5 |
2022-08-19 | crypto: testmgr - extend acomp tests for NULL destination buffer | Lucas Segarra Fernandez | 1 | -0/+29 |
2022-07-15 | crypto: testmgr - add ARIA testmgr tests | Taehee Yoo | 1 | -0/+31 |
2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 1 | -24/+0 |
2022-06-10 | crypto: hctr2 - Add HCTR2 support | Nathan Huckleberry | 1 | -0/+8 |
2022-06-10 | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 1 | -0/+6 |
2022-06-10 | crypto: xctr - Add XCTR support | Nathan Huckleberry | 1 | -0/+6 |
2022-04-08 | crypto: testmgr - test in-place en/decryption with two sglists | Eric Biggers | 1 | -12/+63 |
2022-03-26 | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+7 |
2022-03-07 | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 1 | -0/+7 |
2022-03-03 | crypto: dh - disallow plain "dh" usage in FIPS mode | Nicolai Stange | 1 | -1/+0 |
2022-03-03 | crypto: api - allow algs only in specific constructions in FIPS mode | Nicolai Stange | 1 | -4/+19 |
2022-03-03 | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates | Nicolai Stange | 1 | -0/+37 |
2022-02-11 | crypto: hmac - add fips_skip support | Stephan Müller | 1 | -0/+3 |
2022-01-31 | crypto: testmgr - Move crypto_simd_disabled_for_test out | Herbert Xu | 1 | -3/+0 |
2021-11-26 | crypto: des - disallow des3 in FIPS mode | Stephan Müller | 1 | -9/+0 |
2021-10-08 | crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() | Sebastian Andrzej Siewior | 1 | -2/+2 |
2021-08-21 | crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm | Tianjia Zhang | 1 | -0/+29 |
2021-06-28 | crypto: drbg - self test for HMAC(SHA-512) | Stephan Müller | 1 | -1/+4 |
2021-05-28 | crypto: ecdh - add test suite for NIST P384 | Hui Tang | 1 | -0/+7 |
2021-05-28 | crypto: ecdh - fix ecdh-nist-p192's entry in testmgr | Hui Tang | 1 | -3/+0 |
2021-03-26 | Merge branch 'ecc' | Herbert Xu | 1 | -0/+18 |
2021-03-26 | crypto: ecdsa - Register NIST P384 and extend test suite | Saulo Alessandre | 1 | -0/+6 |
2021-03-26 | crypto: ecdsa - Add support for ECDSA signature verification | Stefan Berger | 1 | -0/+12 |
2021-03-13 | crypto: ecdh - move curve_id of ECDH from the key to algorithm name | Meng Yu | 1 | -2/+11 |
2021-03-07 | crypto: testmgr - delete some redundant code | Kai Ye | 1 | -8/+3 |
2021-02-10 | crypto: serpent - get rid of obsolete tnepres variant | Ard Biesheuvel | 1 | -6/+0 |
2021-01-29 | crypto: salsa20 - remove Salsa20 stream cipher algorithm | Ard Biesheuvel | 1 | -6/+0 |
2021-01-29 | crypto: tgr192 - remove Tiger 128/160/192 hash algorithms | Ard Biesheuvel | 1 | -18/+0 |
2021-01-29 | crypto: rmd320 - remove RIPE-MD 320 hash algorithm | Ard Biesheuvel | 1 | -6/+0 |
2021-01-29 | crypto: rmd256 - remove RIPE-MD 256 hash algorithm | Ard Biesheuvel | 1 | -6/+0 |
2021-01-29 | crypto: rmd128 - remove RIPE-MD 128 hash algorithm | Ard Biesheuvel | 1 | -12/+0 |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 1 | -0/+3 |
2020-11-06 | crypto: testmgr - WARN on test failure | Eric Biggers | 1 | -7/+13 |
2020-11-06 | crypto: testmgr - always print the actual skcipher driver name | Eric Biggers | 1 | -20/+16 |
2020-11-06 | crypto: testmgr - always print the actual AEAD driver name | Eric Biggers | 1 | -24/+18 |
2020-11-06 | crypto: testmgr - always print the actual hash driver name | Eric Biggers | 1 | -23/+20 |
2020-09-25 | crypto: sm2 - add SM2 test vectors to testmgr | Tianjia Zhang | 1 | -0/+6 |
2020-09-25 | crypto: testmgr - Fix potential memory leak in test_akcipher_one() | Tianjia Zhang | 1 | -4/+7 |
2020-09-25 | crypto: testmgr - support test with different ciphertext per encryption | Tianjia Zhang | 1 | -1/+6 |
2020-08-20 | crypto: algapi - Remove skbuff.h inclusion | Herbert Xu | 1 | -0/+1 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -3/+3 |
2020-04-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -11/+17 |
2020-03-12 | crypto: testmgr - do comparison tests before inauthentic input tests | Eric Biggers | 1 | -2/+2 |
2020-03-12 | crypto: testmgr - use consistent IV copies for AEADs that need it | Eric Biggers | 1 | -9/+15 |
2020-02-13 | crypto/testmgr: enable selftests for paes-s390 ciphers | Harald Freudenberger | 1 | -0/+36 |
2019-12-11 | crypto: testmgr - generate inauthentic AEAD test vectors | Eric Biggers | 1 | -69/+251 |
2019-12-11 | crypto: testmgr - create struct aead_extra_tests_ctx | Eric Biggers | 1 | -71/+99 |
2019-12-11 | crypto: testmgr - test setting misaligned keys | Eric Biggers | 1 | -4/+69 |
2019-12-11 | crypto: testmgr - check skcipher min_keysize | Eric Biggers | 1 | -0/+9 |
2019-12-11 | crypto: testmgr - don't try to decrypt uninitialized buffers | Eric Biggers | 1 | -4/+16 |
2019-12-11 | crypto: skcipher - remove crypto_skcipher::keysize | Eric Biggers | 1 | -4/+6 |
2019-11-17 | crypto: curve25519 - add kpp selftest | Ard Biesheuvel | 1 | -0/+6 |
2019-11-17 | crypto: testmgr - add test cases for Blake2s | Ard Biesheuvel | 1 | -0/+24 |
2019-11-01 | crypto: testmgr - add test vectors for blake2b | David Sterba | 1 | -0/+28 |
2019-10-05 | crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher | Pascal van Leeuwen | 1 | -0/+6 |
2019-10-05 | crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers | Pascal van Leeuwen | 1 | -0/+12 |
2019-10-05 | crypto: testmgr - Added testvectors for the hmac(sm3) ahash | Pascal van Leeuwen | 1 | -0/+6 |
2019-08-30 | crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode | Ard Biesheuvel | 1 | -0/+14 |
2019-07-26 | crypto: aegis128l/aegis256 - remove x86 and generic implementations | Ard Biesheuvel | 1 | -12/+0 |
2019-07-26 | crypto: morus - remove generic and x86 implementations | Ard Biesheuvel | 1 | -12/+0 |
2019-07-26 | crypto: testmgr - add tests for lzo-rle | Hannah Pan | 1 | -0/+10 |
2019-07-26 | crypto: fips - add FIPS test failure notification chain | Gilad Ben-Yossef | 1 | -1/+3 |
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 |