index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CRYPTO] skcipher: Added geniv field
Herbert Xu
2008-01-11
2
-0
/
+4
*
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
Herbert Xu
2008-01-11
1
-0
/
+46
*
[CRYPTO] skcipher: Add crypto_grab_skcipher interface
Herbert Xu
2008-01-11
1
-2
/
+23
*
[CRYPTO] gcm: Add support for async ciphers
Herbert Xu
2008-01-11
1
-78
/
+112
*
[CRYPTO] ctr: Refactor into ctr and rfc3686
Herbert Xu
2008-01-11
3
-136
/
+213
*
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module
Herbert Xu
2008-01-11
2
-7
/
+5
*
[CRYPTO] gcm: Fix request context alignment
Herbert Xu
2008-01-11
1
-7
/
+14
*
[CRYPTO] api: Add crypto_attr_alg_name
Herbert Xu
2008-01-11
1
-2
/
+16
*
[CRYPTO] authenc: Select HASH in Kconfig
Borislav Petkov
2008-01-11
1
-0
/
+1
*
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
2008-01-11
1
-38
/
+28
*
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] tcrypt: Added salsa20 speed test
Tan Swee Heng
2008-01-11
2
-0
/
+21
*
[CRYPTO] lzo: Add LZO compression algorithm support
Zoltan Sogor
2008-01-11
5
-1
/
+205
*
[CRYPTO] tcrypt: Add common compression tester function
Zoltan Sogor
2008-01-11
1
-13
/
+20
*
[CRYPTO] tcrypt: Salsa20 large test vector
Tan Swee Heng
2008-01-11
1
-2
/
+1046
*
[CRYPTO] salsa20_generic: Fix multi-page processing
Tan Swee Heng
2008-01-11
1
-11
/
+23
*
[CRYPTO] gcm: Put abreq in private context instead of on stack
Herbert Xu
2008-01-11
1
-7
/
+11
*
[CRYPTO] scatterwalk: Restore custom sg chaining for now
Herbert Xu
2008-01-11
4
-5
/
+6
*
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
2008-01-11
8
-114
/
+8
*
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
2008-01-11
2
-2
/
+2
*
[CRYPTO] gcm: Fix ICV handling
Herbert Xu
2008-01-11
3
-129
/
+113
*
[CRYPTO] tcrypt: Make gcm available as a standalone test
Herbert Xu
2008-01-11
1
-0
/
+7
*
[CRYPTO] authenc: Fix hash verification
Herbert Xu
2008-01-11
1
-4
/
+10
*
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
2008-01-11
1
-20
/
+29
*
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
2008-01-11
3
-31
/
+34
*
[CRYPTO] authenc: Use or instead of max on alignment masks
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h
Denis Cheng
2008-01-11
1
-4
/
+3
*
[CRYPTO] tcrypt: AES CBC test vectors from NIST SP800-38A
Jan Glauber
2008-01-11
1
-2
/
+104
*
[CRYPTO] tcrypt: AES CTR large test vector
Tan Swee Heng
2008-01-11
1
-3
/
+1048
*
[CRYPTO] tcrypt: Support for large test vectors
Tan Swee Heng
2008-01-11
1
-36
/
+34
*
[CRYPTO] ctr: Fix multi-page processing
Herbert Xu
2008-01-11
1
-31
/
+33
*
[CRYPTO] gcm: New algorithm
Mikko Herranen
2008-01-11
5
-0
/
+848
*
[CRYPTO] tcrypt: Add aead support
Mikko Herranen
2008-01-11
2
-9
/
+271
*
[CRYPTO] camellia: Move more common code into camellia_setup_tail
Denys Vlasenko
2008-01-11
1
-134
/
+84
*
[CRYPTO] camellia: Move common code into camellia_setup_tail
Denys Vlasenko
2008-01-11
1
-160
/
+104
*
[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths
Denys Vlasenko
2008-01-11
1
-403
/
+106
*
[CRYPTO] camellia: Code shrink
Denys Vlasenko
2008-01-11
1
-134
/
+135
*
[CRYPTO] ctr: Use crypto_inc and crypto_xor
Herbert Xu
2008-01-11
1
-55
/
+16
*
[CRYPTO] pcbc: Use crypto_xor
Herbert Xu
2008-01-11
1
-81
/
+24
*
[CRYPTO] cbc: Require block size to be a power of 2
Herbert Xu
2008-01-11
1
-8
/
+10
*
[CRYPTO] cbc: Use crypto_xor
Herbert Xu
2008-01-11
1
-77
/
+16
*
[CRYPTO] api: Add crypto_inc and crypto_xor
Herbert Xu
2008-01-11
1
-0
/
+47
*
[CRYPTO] salsa20: Salsa20 stream cipher
Tan Swee Heng
2008-01-11
5
-1
/
+424
*
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
2008-01-11
3
-9
/
+6
*
[CRYPTO] scatterwalk: Use generic scatterlist chaining
Herbert Xu
2008-01-11
4
-9
/
+3
*
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
Jonathan Lynch
2008-01-11
4
-12
/
+229
*
[CRYPTO] aes-i586: Remove setkey
Sebastian Siewior
2008-01-11
1
-0
/
+1
*
[CRYPTO] ctr: Remove default M
Sebastian Siewior
2008-01-11
1
-1
/
+0
*
[CRYPTO] aes-x86-64: Remove setkey
Sebastian Siewior
2008-01-11
1
-0
/
+1
[next]