index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
1
-2
/
+2
2022-02-05
crypto: tcrypt - remove all multibuffer ahash tests
Tianjia Zhang
1
-224
/
+0
2022-01-28
crypto: tcrypt - add asynchronous speed test for SM3
Tianjia Zhang
1
-5
/
+9
2021-10-22
crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
Horia Geantă
1
-3
/
+2
2021-08-21
crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm
Tianjia Zhang
1
-0
/
+45
2021-08-21
crypto: tcrypt - Fix missing return value check
Tianjia Zhang
1
-10
/
+19
2021-07-30
crypto: tcrypt - add the asynchronous speed test for SM4
Tianjia Zhang
1
-1
/
+25
2021-05-28
crypto: tcrypt - enable tests for xxhash and blake2
Ard Biesheuvel
1
-0
/
+36
2021-02-10
crypto: serpent - get rid of obsolete tnepres variant
Ard Biesheuvel
1
-5
/
+1
2021-01-29
crypto: salsa20 - remove Salsa20 stream cipher algorithm
Ard Biesheuvel
1
-10
/
+1
2021-01-29
crypto: tgr192 - remove Tiger 128/160/192 hash algorithms
Ard Biesheuvel
1
-36
/
+0
2021-01-29
crypto: rmd320 - remove RIPE-MD 320 hash algorithm
Ard Biesheuvel
1
-13
/
+1
2021-01-29
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
Ard Biesheuvel
1
-13
/
+1
2021-01-29
crypto: rmd128 - remove RIPE-MD 128 hash algorithm
Ard Biesheuvel
1
-17
/
+1
2021-01-03
crypto: tcrypt - avoid signed overflow in byte count
Ard Biesheuvel
1
-10
/
+10
2020-11-27
crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks
Ard Biesheuvel
1
-37
/
+44
2020-11-27
crypto: tcrypt - don't initialize at subsys_initcall time
Ard Biesheuvel
1
-1
/
+1
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+11
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-57
/
+57
2020-08-21
crypto: tcrypt - Add support for hash speed testing with keys
Herbert Xu
1
-5
/
+9
2020-08-21
crypto: tcrypt - delete duplicated words in messages
Randy Dunlap
1
-2
/
+2
2020-02-13
crypto: tcrypt - fix printed skcipher [a]sync mode
Horia Geantă
1
-2
/
+2
2019-11-17
crypto: tcrypt - constify check alg list
Corentin Labbe
1
-2
/
+2
2019-08-30
crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
Ard Biesheuvel
1
-0
/
+9
2019-07-26
crypto: tcrypt - add a speed test for AEGIS128
Ard Biesheuvel
1
-0
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
1
-1
/
+1
2019-03-07
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
1
-2
/
+2
2018-12-13
crypto: tcrypt - add block size of 1472 to skcipher template
Ard Biesheuvel
1
-1
/
+1
2018-11-20
crypto: adiantum - add Adiantum support
Eric Biggers
1
-0
/
+12
2018-11-16
crypto: streebog - add Streebog test vectors
Vitaly Chikunov
1
-1
/
+39
2018-11-09
crypto: testmgr - add AES-CFB tests
Dmitry Eremin-Solenikov
1
-0
/
+5
2018-09-28
crypto: tcrypt - add OFB functional tests
Gilad Ben-Yossef
1
-0
/
+1
2018-09-28
crypto: testmgr - update sm4 test vectors
Gilad Ben-Yossef
1
-0
/
+16
2018-09-28
crypto: tcrypt - remove remnants of pcomp-based zlib
Horia Geantă
1
-6
/
+1
2018-09-21
crypto: tcrypt - fix ghash-generic speed test
Horia Geantă
1
-0
/
+3
2018-08-03
crypto: tcrypt - reschedule during speed tests
Horia Geantă
1
-12
/
+24
2018-07-01
crypto: vmac - remove insecure version with hardcoded nonce
Eric Biggers
1
-1
/
+1
2018-05-27
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors
Eric Biggers
1
-4
/
+0
2018-05-05
crypto: tcrypt - Remove VLA usage
Kees Cook
1
-39
/
+79
2018-03-16
crypto: testmgr - introduce SM4 tests
Gilad Ben-Yossef
1
-0
/
+3
2018-01-12
crypto: tcrypt - free xoutbuf instead of axbuf
Colin Ian King
1
-1
/
+1
2018-01-12
crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"
Colin Ian King
1
-2
/
+2
2017-12-28
crypto: tcrypt - add multibuf aead speed test
Gilad Ben-Yossef
1
-59
/
+378
2017-12-28
crypto: tcrypt - add multibuf skcipher speed test
Gilad Ben-Yossef
1
-0
/
+460
2017-12-28
crypto: tcrypt - add multi buf ahash jiffies test
Gilad Ben-Yossef
1
-30
/
+82
2017-12-28
crypto: tcrypt - allow setting num of bufs
Gilad Ben-Yossef
1
-12
/
+19
2017-12-28
crypto: tcrypt - fix AEAD decryption speed test
Gilad Ben-Yossef
1
-1
/
+29
2017-12-28
crypto: tcrypt - use multi buf for ahash mb test
Gilad Ben-Yossef
1
-4
/
+9
2017-11-29
crypto: tcrypt - set assoc in sg_init_aead()
Tudor-Dan Ambarus
1
-7
/
+9
[next]