Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c2b0fc847f3122e5a4176c3772626a7a8facced0
/
crypto
/
testmgr.c
72f3542
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 4 years, 9 months ago
8ff357a
crypto: testmgr - do comparison tests before inauthentic input tests
by Eric Biggers
· 4 years, 10 months ago
6f3a06d
crypto: testmgr - use consistent IV copies for AEADs that need it
by Eric Biggers
· 4 years, 10 months ago
c7ff857
crypto/testmgr: enable selftests for paes-s390 ciphers
by Harald Freudenberger
· 5 years ago
49763fc
crypto: testmgr - generate inauthentic AEAD test vectors
by Eric Biggers
· 5 years ago
2ea9150
crypto: testmgr - create struct aead_extra_tests_ctx
by Eric Biggers
· 5 years ago
fd8c37c
crypto: testmgr - test setting misaligned keys
by Eric Biggers
· 5 years ago
fd60f72
crypto: testmgr - check skcipher min_keysize
by Eric Biggers
· 5 years ago
eb455db
crypto: testmgr - don't try to decrypt uninitialized buffers
by Eric Biggers
· 5 years ago
9ac0d13
crypto: skcipher - remove crypto_skcipher::keysize
by Eric Biggers
· 5 years ago
f613457
crypto: curve25519 - add kpp selftest
by Ard Biesheuvel
· 5 years ago
17e1df6
crypto: testmgr - add test cases for Blake2s
by Ard Biesheuvel
· 5 years ago
a1afe27
crypto: testmgr - add test vectors for blake2b
by David Sterba
· 5 years ago
e488621
crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher
by Pascal van Leeuwen
· 5 years ago
a06b15b
crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers
by Pascal van Leeuwen
· 5 years ago
8194fd1
crypto: testmgr - Added testvectors for the hmac(sm3) ahash
by Pascal van Leeuwen
· 5 years ago
f975abb
crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
by Ard Biesheuvel
· 5 years ago
520c199
crypto: aegis128l/aegis256 - remove x86 and generic implementations
by Ard Biesheuvel
· 5 years ago
5cb9770
crypto: morus - remove generic and x86 implementations
by Ard Biesheuvel
· 5 years ago
f248caf
crypto: testmgr - add tests for lzo-rle
by Hannah Pan
· 5 years ago
9552389
crypto: fips - add FIPS test failure notification chain
by Gilad Ben-Yossef
· 5 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
149c4e6
crypto: testmgr - dynamically allocate crypto_shash
by Arnd Bergmann
· 6 years ago
6b5ca64
crypto: testmgr - dynamically allocate testvec_config
by Arnd Bergmann
· 6 years ago
611a23c
crypto: arc4 - remove cipher implementation
by Ard Biesheuvel
· 6 years ago
e63e1b0
crypto: testmgr - add some more preemption points
by Eric Biggers
· 6 years ago
67882e7
crypto: xxhash - Implement xxhash support
by Nikolay Borisov
· 6 years ago
d8ea98a
crypto: testmgr - test the shash API
by Eric Biggers
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
f0372c0
crypto: testmgr - add missing self test entries for protected keys
by Gilad Ben-Yossef
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
40153b1
crypto: testmgr - fuzz AEADs against their generic implementation
by Eric Biggers
· 6 years ago
d435e10
crypto: testmgr - fuzz skciphers against their generic implementation
by Eric Biggers
· 6 years ago
9a8a6b3
crypto: testmgr - fuzz hashes against their generic implementation
by Eric Biggers
· 6 years ago
f2bb770a
crypto: testmgr - add helpers for fuzzing against generic implementation
by Eric Biggers
· 6 years ago
951d133
crypto: testmgr - identify test vectors by name rather than number
by Eric Biggers
· 6 years ago
5283a8e
crypto: testmgr - expand ability to test for errors
by Eric Biggers
· 6 years ago
32fbdbd
crypto: ecrdsa - add EC-RDSA test vectors to testmgr
by Vitaly Chikunov
· 6 years ago
f1774cb
X.509: parse public key parameters from x509 for akcipher
by Vitaly Chikunov
· 6 years ago
c7381b0
crypto: akcipher - new verify API for public key algorithms
by Vitaly Chikunov
· 6 years ago
eda69b0
crypto: testmgr - add panic_on_fail module parameter
by Eric Biggers
· 6 years ago
6570737
crypto: testmgr - test the !may_use_simd() fallback code
by Eric Biggers
· 6 years ago
b55e1a3
crypto: simd,testmgr - introduce crypto_simd_usable()
by Eric Biggers
· 6 years ago
f808aa3
crypto: testmgr - remove workaround for AEADs that modify aead_request
by Eric Biggers
· 6 years ago
8efd972
crypto: testmgr - support checking skcipher output IV
by Eric Biggers
· 6 years ago
a6e5ef9
crypto: testmgr - check for aead_request corruption
by Eric Biggers
· 6 years ago
fa353c9
crypto: testmgr - check for skcipher_request corruption
by Eric Biggers
· 6 years ago
4cc2dcf
crypto: testmgr - convert hash testing to use testvec_configs
by Eric Biggers
· 6 years ago
ed96804
crypto: testmgr - convert aead testing to use testvec_configs
by Eric Biggers
· 6 years ago
4e7babba
crypto: testmgr - convert skcipher testing to use testvec_configs
by Eric Biggers
· 6 years ago
25f9ddd
crypto: testmgr - implement random testvec_config generation
by Eric Biggers
· 6 years ago
5b2706a
crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
by Eric Biggers
· 6 years ago
3f47a03
crypto: testmgr - add testvec_config struct and helper functions
by Eric Biggers
· 6 years ago
e3d90e52
crypto: testmgr - use kmemdup
by Christopher Diaz Riveros
· 6 years ago
a8a3441
crypto: testmgr - mark crc32 checksum as FIPS allowed
by Milan Broz
· 6 years ago
eb5e673
crypto: testmgr - skip crc32c context test for ahash algorithms
by Eric Biggers
· 6 years ago
231baec
crypto: clarify name of WEAK_KEY request flag
by Eric Biggers
· 6 years ago
a0d608ee
crypto: testmgr - unify the AEAD encryption and decryption test vectors
by Eric Biggers
· 6 years ago
5bc3de5
crypto: testmgr - skip AEAD encryption test vectors with novrfy set
by Eric Biggers
· 6 years ago
cb9dde8
crypto: testmgr - handle endianness correctly in alg_test_crc32c()
by Eric Biggers
· 6 years ago
0507de9
crypto: testmgr - split akcipher tests by a key type
by Vitaly Chikunov
· 6 years ago
059c2a4
crypto: adiantum - add Adiantum support
by Eric Biggers
· 6 years ago
26609a2
crypto: nhpoly1305 - add NHPoly1305 support
by Eric Biggers
· 6 years ago
aa76240
crypto: chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
de61d7a
crypto: chacha20-generic - add XChaCha20 support
by Eric Biggers
· 6 years ago
25a0b9d
crypto: streebog - add Streebog test vectors
by Vitaly Chikunov
· 6 years ago
196ad60
crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed
by Gilad Ben-Yossef
· 6 years ago
7da6667
crypto: testmgr - add AES-CFB tests
by Dmitry Eremin-Solenikov
· 6 years ago
22a8118
crypto: testmgr - fix sizeof() on COMP_BUF_SIZE
by Michael Schupikov
· 6 years ago
95ba597
crypto: testmgr - update sm4 test vectors
by Gilad Ben-Yossef
· 6 years ago
578bdaa
crypto: speck - remove Speck
by Jason A. Donenfeld
· 6 years ago
7671509
crypto: testmgr - add hash finup tests
by Gilad Ben-Yossef
· 7 years ago
0917b87
crypto: vmac - remove insecure version with hardcoded nonce
by Eric Biggers
· 7 years ago
ed331ad
crypto: vmac - add nonced version with big endian digest
by Eric Biggers
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
92a4c9f
crypto: testmgr - eliminate redundant decryption test vectors
by Eric Biggers
· 7 years ago
9b3abc016
crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms
by Eric Biggers
· 7 years ago
a179a2b
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors
by Eric Biggers
· 7 years ago
4feb4c5
crypto: testmgr - Add test vectors for MORUS
by Ondrej Mosnacek
· 7 years ago
b87dc20
crypto: testmgr - Add test vectors for AEGIS
by Ondrej Mosnacek
· 7 years ago
15f47ce
crypto: testmgr - reorder paes test lexicographically
by Gilad Ben-Yossef
· 7 years ago
a794d8d
crypto: ccree - enable support for hardware keys
by Gilad Ben-Yossef
· 7 years ago
3360738
crypto: testmgr - Allow different compression results
by Mahipal Challa
· 7 years ago
d28fc3d
crypto: zstd - Add zstd support
by Nick Terrell
· 7 years ago
cd83a8a
crypto: testmgr - introduce SM4 tests
by Gilad Ben-Yossef
· 7 years ago
41b3316
crypto: speck - add test vectors for Speck64-XTS
by Eric Biggers
· 7 years ago
c3bb521
crypto: speck - add test vectors for Speck128-XTS
by Eric Biggers
· 7 years ago
da7a0ab
crypto: speck - add support for the Speck block cipher
by Eric Biggers
· 7 years ago
466d7b9
crypto: testmgr - test misuse of result in ahash
by Kamil Konieczny
· 7 years ago
da1729c
crypto: testmgr - change `guard` to unsigned char
by Joey Pabalinas
· 7 years ago
7f39713
crypto: testmgr - move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
b7e2753
crypto: sm3 - add SM3 test vectors
by Gilad Ben-Yossef
· 7 years ago
bcf741c
crypto: testmgr - Reenable sha1/aes in FIPS mode
by Herbert Xu
· 8 years ago
1207107
crypto: testmgr - add testvector for pkcs1pad(rsa)
by Stephan Mueller
· 8 years ago
cf3f960
crypto: testmgr - use consistent format for errors
by Gilad Ben-Yossef
· 8 years ago
47d3fd3
crypto: testmgr - add genkey kpp test
by Tudor-Dan Ambarus
· 8 years ago
a368f43
crypto: scomp - add support for deflate rfc1950 (zlib)
by Giovanni Cabiddu
· 8 years ago
6175ca2
crypto: testmgr - Allow ecb(cipher_null) in FIPS mode
by Milan Broz
· 8 years ago
a9943a0
crypto: testmgr - replace compression known answer test
by Giovanni Cabiddu
· 8 years ago
0d8da10
crypto: testmgr - mark ctr(des3_ede) as fips_allowed
by Marcelo Cerri
· 8 years ago
Next »