index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Age
Commit message (
Expand
)
Author
2023-04-14
crypto: api - Move low-level functions into algapi.h
Herbert Xu
2023-01-20
crypto: tcrypt - include larger key sizes in RFC4106 benchmark
Ard Biesheuvel
2022-11-25
crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
Zhang Yiqun
2022-11-04
crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test
Tianjia Zhang
2022-11-04
crypto: tcrypt - Drop leading newlines from prints
Anirudh Venkataramanan
2022-11-04
crypto: tcrypt - Drop module name from print string
Anirudh Venkataramanan
2022-11-04
crypto: tcrypt - Use pr_info/pr_err
Anirudh Venkataramanan
2022-11-04
crypto: tcrypt - Use pr_cont to print test results
Anirudh Venkataramanan
2022-10-21
crypto: tcrypt - fix return value for multiple subtests
Robert Elliott
2022-09-24
crypto: tcrypt - add async speed test for aria cipher
Taehee Yoo
2022-08-26
crypto: tcrypt - remove mode=1000
Robert Elliott
2022-07-29
crypto: tcrypt - Remove the static variable initialisations to NULL
Jason Wang
2022-07-15
crypto: testmgr - add ARIA testmgr tests
Taehee Yoo
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
2022-06-10
crypto: hctr2 - Add HCTR2 support
Nathan Huckleberry
2022-06-10
crypto: polyval - Add POLYVAL support
Nathan Huckleberry
2022-06-10
crypto: xctr - Add XCTR support
Nathan Huckleberry
2022-03-03
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
2022-02-05
crypto: tcrypt - remove all multibuffer ahash tests
Tianjia Zhang
2022-01-28
crypto: tcrypt - add asynchronous speed test for SM3
Tianjia Zhang
2021-10-22
crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
Horia Geantă
2021-08-21
crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm
Tianjia Zhang
2021-08-21
crypto: tcrypt - Fix missing return value check
Tianjia Zhang
2021-07-30
crypto: tcrypt - add the asynchronous speed test for SM4
Tianjia Zhang
2021-05-28
crypto: tcrypt - enable tests for xxhash and blake2
Ard Biesheuvel
2021-02-10
crypto: serpent - get rid of obsolete tnepres variant
Ard Biesheuvel
2021-01-29
crypto: salsa20 - remove Salsa20 stream cipher algorithm
Ard Biesheuvel
2021-01-29
crypto: tgr192 - remove Tiger 128/160/192 hash algorithms
Ard Biesheuvel
2021-01-29
crypto: rmd320 - remove RIPE-MD 320 hash algorithm
Ard Biesheuvel
2021-01-29
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
Ard Biesheuvel
2021-01-29
crypto: rmd128 - remove RIPE-MD 128 hash algorithm
Ard Biesheuvel
2021-01-03
crypto: tcrypt - avoid signed overflow in byte count
Ard Biesheuvel
2020-11-27
crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks
Ard Biesheuvel
2020-11-27
crypto: tcrypt - don't initialize at subsys_initcall time
Ard Biesheuvel
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-21
crypto: tcrypt - Add support for hash speed testing with keys
Herbert Xu
2020-08-21
crypto: tcrypt - delete duplicated words in messages
Randy Dunlap
2020-02-13
crypto: tcrypt - fix printed skcipher [a]sync mode
Horia Geantă
2019-11-17
crypto: tcrypt - constify check alg list
Corentin Labbe
2019-08-30
crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
Ard Biesheuvel
2019-07-26
crypto: tcrypt - add a speed test for AEGIS128
Ard Biesheuvel
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-03-07
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
2018-12-13
crypto: tcrypt - add block size of 1472 to skcipher template
Ard Biesheuvel
2018-11-20
crypto: adiantum - add Adiantum support
Eric Biggers
2018-11-16
crypto: streebog - add Streebog test vectors
Vitaly Chikunov
2018-11-09
crypto: testmgr - add AES-CFB tests
Dmitry Eremin-Solenikov
2018-09-28
crypto: tcrypt - add OFB functional tests
Gilad Ben-Yossef
[next]