index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-11-09
crypto: tcrypt - add lrw(twofish) tests
Jussi Kivilinna
1
-0
/
+5
2011-11-09
crypto: tcrypt - add lrw(serpent) tests
Jussi Kivilinna
1
-0
/
+9
2011-11-09
crypto: tcrypt - add serpent speed tests
Jussi Kivilinna
1
-0
/
+30
2011-11-09
crypto: tcrypt - add test_acipher_speed
Jussi Kivilinna
1
-0
/
+250
2011-11-09
crypto: testmgr - add new serpent test vectors
Jussi Kivilinna
1
-0
/
+2
2011-10-21
crypto: testmgr - add twofish tests
Jussi Kivilinna
1
-0
/
+1
2011-10-21
crypto: testmgr - add blowfish test-vectors
Jussi Kivilinna
1
-0
/
+1
2011-10-21
crypto: tcrypt - add ctr(twofish) speed test
Jussi Kivilinna
1
-0
/
+4
2011-09-22
crypto: tcrypt - add ctr(blowfish) speed test
Jussi Kivilinna
1
-0
/
+4
2011-05-04
crypto: tcrypt - CTR mode speed test for AES
Jan Glauber
1
-0
/
+4
2011-03-04
crypto: tcrypt - do not attempt to write to readonly variable
David Sterba
1
-1
/
+2
2010-11-13
crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors
Adrian Hoban
1
-0
/
+11
2010-05-19
crypto: tcrypt - Add speed tests for async hashing
David S. Miller
1
-6
/
+330
[next]