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
2006-06-26
[CRYPTO] tcrypt: Forbid tcrypt from being built-in
Herbert Xu
1
-1
/
+1
2006-06-26
[CRYPTO] tcrypt: Speed benchmark support for digest algorithms
Michal Ludvig
2
-0
/
+206
2006-06-26
[CRYPTO] tcrypt: Return -EAGAIN from module_init()
Michal Ludvig
1
-1
/
+8
2006-06-26
[CRYPTO] api: Allow replacement when registering new algorithms
Herbert Xu
1
-2
/
+2
2006-06-26
[CRYPTO] api: Removed const from cra_name/cra_driver_name
Herbert Xu
1
-1
/
+1
2006-06-26
[CRYPTO] api: Added cra_init/cra_exit
Herbert Xu
3
-13
/
+11
2006-06-26
[CRYPTO] api: Fixed incorrect passing of context instead of tfm
Michal Ludvig
2
-4
/
+4
2006-06-26
[CRYPTO] all: Pass tfm instead of ctx to algorithms
Herbert Xu
25
-229
/
+237
2006-06-26
[CRYPTO] digest: Remove unnecessary zeroing during init
Herbert Xu
3
-4
/
+0
2006-06-26
[CRYPTO] digest: Add alignment handling
Atsushi Nemoto
6
-15
/
+35
2006-06-26
[CRYPTO] khazad: Use 32-bit reads on key
Atsushi Nemoto
1
-3
/
+4
2006-03-21
[CRYPTO] aes: Fixed array boundary violation
David McCullough
1
-4
/
+3
2006-03-21
[CRYPTO] tcrypt: Fix key alignment
Atsushi Nemoto
1
-12
/
+13
2006-03-21
[CRYPTO] all: Add missing cra_alignmask
Atsushi Nemoto
2
-0
/
+2
2006-03-21
[CRYPTO] all: Use kzalloc where possible
Eric Sesterhenn
2
-5
/
+2
2006-03-21
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
1
-1
/
+1
2006-03-21
[CRYPTO] twofish: Use rol32/ror32 where appropriate
Denis Vlasenko
1
-10
/
+11
2006-02-08
[PATCH] remove bogus asm/bug.h includes.
Al Viro
1
-1
/
+0
2006-01-10
[CRYPTO] cipher: Set alignmask for multi-byte loads
Herbert Xu
10
-0
/
+12
2006-01-10
[CRYPTO] api: Require block size to be less than PAGE_SIZE/8
Herbert Xu
1
-1
/
+1
2006-01-10
[CRYPTO] sha1: Fixed off-by-64 bug in sha1_update
Herbert Xu
1
-2
/
+2
2006-01-10
[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt
Herbert Xu
1
-2
/
+3
2006-01-10
[CRYPTO] sha1: Avoid shifting count left and right
Nicolas Pitre
1
-4
/
+4
2006-01-10
[CRYPTO] sha1: Rename i/j to done/partial
Nicolas Pitre
1
-11
/
+12
2006-01-10
[CRYPTO] sha1: Avoid useless memcpy()
Nicolas Pitre
1
-8
/
+17
2006-01-10
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
2
-1
/
+3
2006-01-10
[CRYPTO] Allow multiple implementations of the same algorithm
Herbert Xu
3
-9
/
+55
2006-01-10
[CRYPTO] Use standard byte order macros wherever possible
Herbert Xu
19
-395
/
+240
2006-01-06
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
1
-4
/
+4
2006-01-06
[PATCH] s390: in-kernel crypto test vectors
Jan Glauber
2
-0
/
+68
2006-01-06
[PATCH] s390: aes support
Jan Glauber
1
-0
/
+20
2006-01-06
[PATCH] s390: sha256 support
Jan Glauber
1
-0
/
+11
2006-01-06
[PATCH] s390: in-kernel crypto rename
Jan Glauber
1
-4
/
+4
2005-10-30
[CRYPTO] Check cra_alignmask against cra_blocksize
Herbert Xu
1
-1
/
+4
2005-10-30
[CRYPTO] Simplify one-member scatterlist expressions
Herbert Xu
1
-4
/
+4
2005-10-30
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
2
-51
/
+20
2005-09-07
[CRYPTO] Fix boundary check in standard multi-block cipher processors
Herbert Xu
1
-3
/
+9
2005-09-02
[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag
Herbert Xu
3
-6
/
+4
2005-09-02
[CRYPTO]: Fix XTEA implementation
Aaron Grothe
4
-29
/
+206
2005-07-28
[PATCH] clean up inline static vs static inline
Jesper Juhl
1
-1
/
+1
2005-07-15
[CRYPTO]: Fix zero-extension bug on 64-bit architectures.
Herbert Xu
2
-4
/
+4
2005-07-07
[CRYPTO] Add faster DES code from Dag Arne Osvik
Dag Arne Osvik
1
-1149
/
+854
2005-07-07
[CRYPTO] Remove unused iv field from context structure
Herbert Xu
2
-3
/
+0
2005-07-07
[CRYPTO] Add x86_64 asm AES
Andreas Steinmetz
1
-1
/
+21
2005-07-07
[CRYPTO] Add null short circuit to crypto_free_tfm
Jesper Juhl
1
-2
/
+10
2005-07-07
[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
Herbert Xu
1
-2
/
+27
2005-07-07
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
3
-9
/
+66
2005-07-07
[CRYPTO] Make crypto_alg_lookup static
Adrian Bunk
2
-11
/
+9
2005-07-07
[CRYPTO] Add alignmask for low-level cipher implementations
Herbert Xu
3
-7
/
+48
2005-07-07
[CRYPTO] Add support for low-level multi-block operations
Herbert Xu
2
-25
/
+18
[next]