index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: cryptomgr - Add test infrastructure
Herbert Xu
2008-08-29
1
-1700
/
+8
*
crypto: tcrypt - Add alg_test interface
Herbert Xu
2008-08-29
1
-438
/
+1017
*
crypto: tcrypt - Abort and only log if there is an error
Herbert Xu
2008-08-29
1
-146
/
+200
*
crypto: tcrypt - Avoid using contiguous pages
Herbert Xu
2008-08-29
1
-153
/
+151
*
crypto: tcrypt - Fix AEAD chunk testing
Herbert Xu
2008-08-13
1
-9
/
+19
*
crypto: hash - Move ahash functions into crypto/hash.h
Herbert Xu
2008-07-10
1
-0
/
+1
*
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
Herbert Xu
2008-07-10
1
-10
/
+5
*
[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode
Neil Horman
2008-07-10
1
-0
/
+16
*
[CRYPTO] tcrypt: Use asynchronous hash interface
Loc Ho
2008-07-10
1
-19
/
+57
*
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
2008-07-10
1
-2
/
+19
*
[CRYPTO] tcrypt: Catch cipher destination memory corruption
Patrick McHardy
2008-07-10
1
-5
/
+21
*
[CRYPTO] tcrpyt: Get rid of change log in source
Herbert Xu
2008-07-10
1
-8
/
+0
*
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
Adrian-Ken Rueegsegger
2008-07-10
1
-1
/
+28
*
crypto: tcrypt - Fix memory leak in test_cipher
Darren Jenkins
2008-07-08
1
-9
/
+1
*
[CRYPTO] all: Clean up init()/fini()
Kamalesh Babulal
2008-04-21
1
-4
/
+4
*
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
Kevin Coffman
2008-04-21
1
-2
/
+14
*
[CRYPTO] tcrypt: Change the usage of the test vectors
Sebastian Siewior
2008-04-21
1
-165
/
+181
*
[CRYPTO] tcrypt: Shrink speed templates
Sebastian Siewior
2008-04-21
1
-39
/
+50
*
[CRYPTO] tcrypt: Group common speed templates
Sebastian Siewior
2008-04-21
1
-37
/
+33
*
[CRYPTO] tcrypt: Make xcbc available as a standalone test
Herbert Xu
2008-01-11
1
-0
/
+6
*
[CRYPTO] tcrypt: Zero axbuf in the right function
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] tcrypt: Add CCM vectors
Joy Latten
2008-01-11
1
-2
/
+29
*
[CRYPTO] ctr: Refactor into ctr and rfc3686
Herbert Xu
2008-01-11
1
-4
/
+4
*
[CRYPTO] tcrypt: Added salsa20 speed test
Tan Swee Heng
2008-01-11
1
-0
/
+5
*
[CRYPTO] lzo: Add LZO compression algorithm support
Zoltan Sogor
2008-01-11
1
-1
/
+8
*
[CRYPTO] tcrypt: Add common compression tester function
Zoltan Sogor
2008-01-11
1
-13
/
+20
*
[CRYPTO] gcm: Fix ICV handling
Herbert Xu
2008-01-11
1
-28
/
+16
*
[CRYPTO] tcrypt: Make gcm available as a standalone test
Herbert Xu
2008-01-11
1
-0
/
+7
*
[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h
Denis Cheng
2008-01-11
1
-4
/
+3
*
[CRYPTO] tcrypt: Support for large test vectors
Tan Swee Heng
2008-01-11
1
-36
/
+34
*
[CRYPTO] gcm: New algorithm
Mikko Herranen
2008-01-11
1
-0
/
+5
*
[CRYPTO] tcrypt: Add aead support
Mikko Herranen
2008-01-11
1
-9
/
+249
*
[CRYPTO] salsa20: Salsa20 stream cipher
Tan Swee Heng
2008-01-11
1
-1
/
+7
*
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
Jonathan Lynch
2008-01-11
1
-3
/
+19
*
[CRYPTO] ctr: Add countersize
Joy Latten
2008-01-11
1
-4
/
+4
*
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
Joy Latten
2008-01-11
1
-0
/
+8
*
[CRYPTO] tcrypt: Move sg_init_table out of timing loops
Herbert Xu
2007-10-27
1
-6
/
+14
*
[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
David S. Miller
2007-10-26
1
-11
/
+13
*
[SG] Update crypto/ to sg helpers
Jens Axboe
2007-10-22
1
-2
/
+2
*
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
Rik Snel
2007-10-10
1
-0
/
+12
*
[CRYPTO] seed: New cipher algorithm
Hye-Shik Chang
2007-10-10
1
-1
/
+7
*
[CRYPTO] tcrypt: Add missing error check
Herbert Xu
2007-05-18
1
-1
/
+1
*
[CRYPTO] tcrypt: Use async blkcipher interface
Herbert Xu
2007-05-02
1
-39
/
+82
*
[CRYPTO] tcrypt: Fix error checking for comp allocation
Sebastian Siewior
2007-03-21
1
-1
/
+1
*
[CRYPTO] camellia: added the testing code of Camellia cipher
Noriaki TAKAMIYA
2007-02-07
1
-1
/
+41
*
[CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm call
Herbert Xu
2007-02-07
1
-1
/
+1
*
[CRYPTO] fcrypt: Add FCrypt from RxRPC
David Howells
2007-02-07
1
-1
/
+15
*
[CRYPTO] tcrypt: Added test vectors for sha384/sha512
Andrew Donofrio
2007-02-07
1
-0
/
+15
*
[CRYPTO] tcrypt: LRW test vectors
Rik Snel
2006-12-06
1
-0
/
+12
*
[CRYPTO] tcrypt: Add test vectors of AES_XCBC
Kazunori MIYAZAWA
2006-12-06
1
-0
/
+3
[next]