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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-11
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
1
-38
/
+28
2008-01-11
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] tcrypt: Added salsa20 speed test
Tan Swee Heng
2
-0
/
+21
2008-01-11
[CRYPTO] lzo: Add LZO compression algorithm support
Zoltan Sogor
5
-1
/
+205
2008-01-11
[CRYPTO] tcrypt: Add common compression tester function
Zoltan Sogor
1
-13
/
+20
2008-01-11
[CRYPTO] tcrypt: Salsa20 large test vector
Tan Swee Heng
1
-2
/
+1046
2008-01-11
[CRYPTO] salsa20_generic: Fix multi-page processing
Tan Swee Heng
1
-11
/
+23
2008-01-11
[CRYPTO] gcm: Put abreq in private context instead of on stack
Herbert Xu
1
-7
/
+11
2008-01-11
[CRYPTO] scatterwalk: Restore custom sg chaining for now
Herbert Xu
4
-5
/
+6
2008-01-11
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
8
-114
/
+8
2008-01-11
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
2
-2
/
+2
2008-01-11
[CRYPTO] gcm: Fix ICV handling
Herbert Xu
3
-129
/
+113
2008-01-11
[CRYPTO] tcrypt: Make gcm available as a standalone test
Herbert Xu
1
-0
/
+7
2008-01-11
[CRYPTO] authenc: Fix hash verification
Herbert Xu
1
-4
/
+10
2008-01-11
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
1
-20
/
+29
2008-01-11
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
3
-31
/
+34
2008-01-11
[CRYPTO] authenc: Use or instead of max on alignment masks
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h
Denis Cheng
1
-4
/
+3
2008-01-11
[CRYPTO] tcrypt: AES CBC test vectors from NIST SP800-38A
Jan Glauber
1
-2
/
+104
2008-01-11
[CRYPTO] tcrypt: AES CTR large test vector
Tan Swee Heng
1
-3
/
+1048
2008-01-11
[CRYPTO] tcrypt: Support for large test vectors
Tan Swee Heng
1
-36
/
+34
2008-01-11
[CRYPTO] ctr: Fix multi-page processing
Herbert Xu
1
-31
/
+33
2008-01-11
[CRYPTO] gcm: New algorithm
Mikko Herranen
5
-0
/
+848
2008-01-11
[CRYPTO] tcrypt: Add aead support
Mikko Herranen
2
-9
/
+271
2008-01-11
[CRYPTO] camellia: Move more common code into camellia_setup_tail
Denys Vlasenko
1
-134
/
+84
2008-01-11
[CRYPTO] camellia: Move common code into camellia_setup_tail
Denys Vlasenko
1
-160
/
+104
2008-01-11
[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths
Denys Vlasenko
1
-403
/
+106
2008-01-11
[CRYPTO] camellia: Code shrink
Denys Vlasenko
1
-134
/
+135
2008-01-11
[CRYPTO] ctr: Use crypto_inc and crypto_xor
Herbert Xu
1
-55
/
+16
2008-01-11
[CRYPTO] pcbc: Use crypto_xor
Herbert Xu
1
-81
/
+24
2008-01-11
[CRYPTO] cbc: Require block size to be a power of 2
Herbert Xu
1
-8
/
+10
2008-01-11
[CRYPTO] cbc: Use crypto_xor
Herbert Xu
1
-77
/
+16
2008-01-11
[CRYPTO] api: Add crypto_inc and crypto_xor
Herbert Xu
1
-0
/
+47
2008-01-11
[CRYPTO] salsa20: Salsa20 stream cipher
Tan Swee Heng
5
-1
/
+424
2008-01-11
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
3
-9
/
+6
2008-01-11
[CRYPTO] scatterwalk: Use generic scatterlist chaining
Herbert Xu
4
-9
/
+3
2008-01-11
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
Jonathan Lynch
4
-12
/
+229
2008-01-11
[CRYPTO] aes-i586: Remove setkey
Sebastian Siewior
1
-0
/
+1
2008-01-11
[CRYPTO] ctr: Remove default M
Sebastian Siewior
1
-1
/
+0
2008-01-11
[CRYPTO] aes-x86-64: Remove setkey
Sebastian Siewior
1
-0
/
+1
2008-01-11
[CRYPTO] aes-generic: Make key generation exportable
Sebastian Siewior
1
-129
/
+120
2008-01-11
[CRYPTO] aes-generic: Coding style cleanup
Sebastian Siewior
1
-149
/
+176
2008-01-11
[CRYPTO] ctr: Add countersize
Joy Latten
2
-15
/
+25
2008-01-11
[CRYPTO] camellia: De-unrolling
Denys Vlasenko
1
-84
/
+23
2008-01-11
[CRYPTO] camellia: Code cleanup
Denys Vlasenko
1
-18
/
+21
2008-01-11
[CRYPTO] camellia: Code cleanup
Denys Vlasenko
1
-517
/
+418
2008-01-11
[CRYPTO] camellia: Code cleanup
Denys Vlasenko
1
-540
/
+426
2008-01-11
[CRYPTO] twofish: Do not unroll big stuff in twofish key setup
Denys Vlasenko
1
-66
/
+30
2008-01-11
[CRYPTO] aes: Move common defines into a header file
Sebastian Siewior
1
-5
/
+1
[prev]
[next]