index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-04
crypto: testmgr - add zlib test
Geert Uytterhoeven
1
-1
/
+5
2008-08-29
crypto: cryptomgr - Add test infrastructure
Herbert Xu
1
-1700
/
+8
2008-08-29
crypto: tcrypt - Add alg_test interface
Herbert Xu
1
-438
/
+1017
2008-08-29
crypto: tcrypt - Abort and only log if there is an error
Herbert Xu
1
-146
/
+200
2008-08-29
crypto: tcrypt - Avoid using contiguous pages
Herbert Xu
1
-153
/
+151
2008-08-13
crypto: tcrypt - Fix AEAD chunk testing
Herbert Xu
1
-9
/
+19
2008-07-10
crypto: hash - Move ahash functions into crypto/hash.h
Herbert Xu
1
-0
/
+1
2008-07-10
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
Herbert Xu
1
-10
/
+5
2008-07-10
[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode
Neil Horman
1
-0
/
+16
2008-07-10
[CRYPTO] tcrypt: Use asynchronous hash interface
Loc Ho
1
-19
/
+57
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
1
-2
/
+19
2008-07-10
[CRYPTO] tcrypt: Catch cipher destination memory corruption
Patrick McHardy
1
-5
/
+21
2008-07-10
[CRYPTO] tcrpyt: Get rid of change log in source
Herbert Xu
1
-8
/
+0
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
Adrian-Ken Rueegsegger
1
-1
/
+28
2008-07-08
crypto: tcrypt - Fix memory leak in test_cipher
Darren Jenkins
1
-9
/
+1
2008-04-21
[CRYPTO] all: Clean up init()/fini()
Kamalesh Babulal
1
-4
/
+4
2008-04-21
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
Kevin Coffman
1
-2
/
+14
2008-04-21
[CRYPTO] tcrypt: Change the usage of the test vectors
Sebastian Siewior
1
-165
/
+181
2008-04-21
[CRYPTO] tcrypt: Shrink speed templates
Sebastian Siewior
1
-39
/
+50
2008-04-21
[CRYPTO] tcrypt: Group common speed templates
Sebastian Siewior
1
-37
/
+33
2008-01-11
[CRYPTO] tcrypt: Make xcbc available as a standalone test
Herbert Xu
1
-0
/
+6
2008-01-11
[CRYPTO] tcrypt: Zero axbuf in the right function
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] tcrypt: Add CCM vectors
Joy Latten
1
-2
/
+29
2008-01-11
[CRYPTO] ctr: Refactor into ctr and rfc3686
Herbert Xu
1
-4
/
+4
2008-01-11
[CRYPTO] tcrypt: Added salsa20 speed test
Tan Swee Heng
1
-0
/
+5
2008-01-11
[CRYPTO] lzo: Add LZO compression algorithm support
Zoltan Sogor
1
-1
/
+8
2008-01-11
[CRYPTO] tcrypt: Add common compression tester function
Zoltan Sogor
1
-13
/
+20
2008-01-11
[CRYPTO] gcm: Fix ICV handling
Herbert Xu
1
-28
/
+16
2008-01-11
[CRYPTO] tcrypt: Make gcm available as a standalone test
Herbert Xu
1
-0
/
+7
2008-01-11
[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h
Denis Cheng
1
-4
/
+3
2008-01-11
[CRYPTO] tcrypt: Support for large test vectors
Tan Swee Heng
1
-36
/
+34
2008-01-11
[CRYPTO] gcm: New algorithm
Mikko Herranen
1
-0
/
+5
2008-01-11
[CRYPTO] tcrypt: Add aead support
Mikko Herranen
1
-9
/
+249
2008-01-11
[CRYPTO] salsa20: Salsa20 stream cipher
Tan Swee Heng
1
-1
/
+7
2008-01-11
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
Jonathan Lynch
1
-3
/
+19
2008-01-11
[CRYPTO] ctr: Add countersize
Joy Latten
1
-4
/
+4
2008-01-11
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
Joy Latten
1
-0
/
+8
2007-10-27
[CRYPTO] tcrypt: Move sg_init_table out of timing loops
Herbert Xu
1
-6
/
+14
2007-10-26
[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
David S. Miller
1
-11
/
+13
2007-10-22
[SG] Update crypto/ to sg helpers
Jens Axboe
1
-2
/
+2
2007-10-10
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
Rik Snel
1
-0
/
+12
2007-10-10
[CRYPTO] seed: New cipher algorithm
Hye-Shik Chang
1
-1
/
+7
2007-05-18
[CRYPTO] tcrypt: Add missing error check
Herbert Xu
1
-1
/
+1
2007-05-02
[CRYPTO] tcrypt: Use async blkcipher interface
Herbert Xu
1
-39
/
+82
2007-03-21
[CRYPTO] tcrypt: Fix error checking for comp allocation
Sebastian Siewior
1
-1
/
+1
2007-02-07
[CRYPTO] camellia: added the testing code of Camellia cipher
Noriaki TAKAMIYA
1
-1
/
+41
2007-02-07
[CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm call
Herbert Xu
1
-1
/
+1
2007-02-07
[CRYPTO] fcrypt: Add FCrypt from RxRPC
David Howells
1
-1
/
+15
2007-02-07
[CRYPTO] tcrypt: Added test vectors for sha384/sha512
Andrew Donofrio
1
-0
/
+15
2006-12-06
[CRYPTO] tcrypt: LRW test vectors
Rik Snel
1
-0
/
+12
[prev]
[next]