index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-23
crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)
Cyrille Pitchen
1
-1
/
+1
2015-09-21
crypto: tcrypt - avoid mapping from module image addresses
Horia Geant?
1
-4
/
+13
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-6
/
+1
2015-07-17
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
Martin Willi
1
-0
/
+15
2015-07-14
crypto: tcrypt - Add support for new IV convention
Herbert Xu
1
-3
/
+8
2015-07-08
crypto: tcrypt - Fix AEAD speed tests
Vutla, Lokesh
1
-22
/
+43
2015-06-18
crypto: tcrypt - Fixed AEAD speed test setup
Herbert Xu
1
-7
/
+8
2015-06-18
crypto: tcrypt - Add rfc4309(ccm(aes)) speed test
Herbert Xu
1
-0
/
+5
2015-05-28
crypto: tcrypt - Switch to new AEAD interface
Herbert Xu
1
-8
/
+7
2015-04-23
crypto: tcrypt - Include crypto/aead.h
Herbert Xu
1
-0
/
+1
2015-04-23
crypto: tcrypt - Include linux/fips.h for fips_enabled
Herbert Xu
1
-1
/
+1
2015-04-23
crypto: tcrypt - Handle async return from crypto_ahash_init
Herbert Xu
1
-3
/
+3
2015-03-11
crypto: tcrypt - fix uninit sg entries in test_acipher_speed
Horia Geant?
1
-2
/
+2
2015-02-04
crypto: tcrypt - do not allocate iv on stack for aead speed tests
Cristian Stoica
1
-3
/
+8
2015-02-04
crypto: tcrypt - fix buflen reminder calculation
Cristian Stoica
1
-8
/
+8
2015-01-13
crypto: testmgr - don't use interruptible wait in tests
Rabin Vincent
1
-6
/
+4
2014-12-05
crypto: tcrypt - Allow speed testing of arbitrary hash functions
Herbert Xu
1
-12
/
+20
2014-08-01
crypto: Resolve shadow warnings
Mark Rustad
1
-38
/
+39
2014-07-03
crypto: tcrypt - print cra driver name in tcrypt tests output
Luca Clementi
1
-11
/
+20
2014-06-20
crypto: tcrypt - add ctr(des3_ede) sync speed test
Jussi Kivilinna
1
-0
/
+6
2014-05-22
crypto: testmgr - add aead cbc des, des3_ede tests
Nitesh Lal
1
-1
/
+30
2014-04-28
crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()
Christian Engelmayer
1
-1
/
+3
2014-04-28
crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...
Christian Engelmayer
1
-1
/
+2
2014-04-28
crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big
Christian Engelmayer
1
-8
/
+6
2014-03-21
crypto: testmgr - add aead null encryption test vectors
Horia Geanta
1
-0
/
+8
2013-12-20
crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...
Tim Chen
1
-0
/
+270
2013-11-28
crypto: caam - fix aead sglen for case 'dst != src'
Horia Geanta
1
-0
/
+4
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-2
/
+2
2013-09-07
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...
Herbert Xu
1
-0
/
+8
2013-07-24
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...
Herbert Xu
1
-8
/
+0
2013-05-24
crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash
Tim Chen
1
-0
/
+8
2013-04-25
crypto: tcrypt - add async cipher speed tests for blowfish
Jussi Kivilinna
1
-0
/
+15
2013-04-25
crypto: add CMAC support to CryptoAPI
Jussi Kivilinna
1
-1
/
+10
2013-04-25
crypto: testmgr - add AES GMAC test vectors
Jussi Kivilinna
1
-0
/
+4
2013-01-08
crypto: ctr - make rfc3686 asynchronous block cipher
Jussi Kivilinna
1
-0
/
+4
2012-11-09
crypto: tcrypt - add async speed test for camellia cipher
Jussi Kivilinna
1
-0
/
+23
2012-10-24
crypto: testmgr - add new larger DES3_EDE testvectors
Jussi Kivilinna
1
-0
/
+1
2012-10-24
crypto: testmgr - add new larger DES testvectors
Jussi Kivilinna
1
-0
/
+1
2012-10-15
crypto: tcrypt - Added speed test in tcrypt for crc32c
Tim Chen
1
-0
/
+4
2012-09-27
crypto: tcrypt - add missing tests for camellia and ghash
Jussi Kivilinna
1
-0
/
+7
2012-09-27
crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...
Suresh Siddha
1
-6
/
+0
2012-08-01
crypto: testmgr - add larger cast6 testvectors
Johannes Goetzfried
1
-0
/
+50
2012-08-01
crypto: testmgr - add larger cast5 testvectors
Johannes Goetzfried
1
-0
/
+32
2012-07-11
crypto: atmel - add new tests to tcrypt
Nicolas Royer
1
-5
/
+45
2012-06-14
crypto: testmgr - add ecb(arc4) speed tests
Jussi Kivilinna
1
-0
/
+10
2012-06-12
crypto: twofish - add x86_64/avx assembler implementation
Johannes Goetzfried
1
-0
/
+23
2012-06-12
crypto: testmgr - Add new test cases for Blackfin CRC crypto driver
Sonic Zhang
1
-0
/
+3
2012-03-14
crypto: tcrypt - add more camellia tests
Jussi Kivilinna
1
-0
/
+12
2011-11-09
crypto: tcrypt - add xts(twofish) tests
Jussi Kivilinna
1
-0
/
+5
2011-11-09
crypto: tcrypt - add xts(serpent) tests
Jussi Kivilinna
1
-0
/
+9
[next]