index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CRYPTO] aes: Fixed array boundary violation
David McCullough
2006-03-21
1
-4
/
+3
*
[CRYPTO] tcrypt: Fix key alignment
Atsushi Nemoto
2006-03-21
1
-12
/
+13
*
[CRYPTO] all: Add missing cra_alignmask
Atsushi Nemoto
2006-03-21
2
-0
/
+2
*
[CRYPTO] all: Use kzalloc where possible
Eric Sesterhenn
2006-03-21
2
-5
/
+2
*
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
2006-03-21
1
-1
/
+1
*
[CRYPTO] twofish: Use rol32/ror32 where appropriate
Denis Vlasenko
2006-03-21
1
-10
/
+11
*
[PATCH] remove bogus asm/bug.h includes.
Al Viro
2006-02-07
1
-1
/
+0
*
[CRYPTO] cipher: Set alignmask for multi-byte loads
Herbert Xu
2006-01-09
10
-0
/
+12
*
[CRYPTO] api: Require block size to be less than PAGE_SIZE/8
Herbert Xu
2006-01-09
1
-1
/
+1
*
[CRYPTO] sha1: Fixed off-by-64 bug in sha1_update
Herbert Xu
2006-01-09
1
-2
/
+2
*
[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt
Herbert Xu
2006-01-09
1
-2
/
+3
*
[CRYPTO] sha1: Avoid shifting count left and right
Nicolas Pitre
2006-01-09
1
-4
/
+4
*
[CRYPTO] sha1: Rename i/j to done/partial
Nicolas Pitre
2006-01-09
1
-11
/
+12
*
[CRYPTO] sha1: Avoid useless memcpy()
Nicolas Pitre
2006-01-09
1
-8
/
+17
*
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
2006-01-09
2
-1
/
+3
*
[CRYPTO] Allow multiple implementations of the same algorithm
Herbert Xu
2006-01-09
3
-9
/
+55
*
[CRYPTO] Use standard byte order macros wherever possible
Herbert Xu
2006-01-09
19
-395
/
+240
*
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
2006-01-06
1
-4
/
+4
*
[PATCH] s390: in-kernel crypto test vectors
Jan Glauber
2006-01-06
2
-0
/
+68
*
[PATCH] s390: aes support
Jan Glauber
2006-01-06
1
-0
/
+20
*
[PATCH] s390: sha256 support
Jan Glauber
2006-01-06
1
-0
/
+11
*
[PATCH] s390: in-kernel crypto rename
Jan Glauber
2006-01-06
1
-4
/
+4
*
[CRYPTO] Check cra_alignmask against cra_blocksize
Herbert Xu
2005-10-30
1
-1
/
+4
*
[CRYPTO] Simplify one-member scatterlist expressions
Herbert Xu
2005-10-30
1
-4
/
+4
*
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
2005-10-30
2
-51
/
+20
*
[CRYPTO] Fix boundary check in standard multi-block cipher processors
Herbert Xu
2005-09-06
1
-3
/
+9
*
[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag
Herbert Xu
2005-09-01
3
-6
/
+4
*
[CRYPTO]: Fix XTEA implementation
Aaron Grothe
2005-09-01
4
-29
/
+206
*
[PATCH] clean up inline static vs static inline
Jesper Juhl
2005-07-27
1
-1
/
+1
*
[CRYPTO]: Fix zero-extension bug on 64-bit architectures.
Herbert Xu
2005-07-15
2
-4
/
+4
*
[CRYPTO] Add faster DES code from Dag Arne Osvik
Dag Arne Osvik
2005-07-06
1
-1149
/
+854
*
[CRYPTO] Remove unused iv field from context structure
Herbert Xu
2005-07-06
2
-3
/
+0
*
[CRYPTO] Add x86_64 asm AES
Andreas Steinmetz
2005-07-06
1
-1
/
+21
*
[CRYPTO] Add null short circuit to crypto_free_tfm
Jesper Juhl
2005-07-06
1
-2
/
+10
*
[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
Herbert Xu
2005-07-06
1
-2
/
+27
*
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
2005-07-06
3
-9
/
+66
*
[CRYPTO] Make crypto_alg_lookup static
Adrian Bunk
2005-07-06
2
-11
/
+9
*
[CRYPTO] Add alignmask for low-level cipher implementations
Herbert Xu
2005-07-06
3
-7
/
+48
*
[CRYPTO] Add support for low-level multi-block operations
Herbert Xu
2005-07-06
2
-25
/
+18
*
[CRYPTO] Add plumbing for multi-block operations
Herbert Xu
2005-07-06
3
-95
/
+161
*
[CRYPTO] Don't check for NULL before kfree()
Jesper Juhl
2005-07-06
2
-4
/
+2
*
[CRYPTO]: Use CPU cycle counters in tcrypt
Herbert Xu
2005-06-22
1
-21
/
+95
*
[CRYPTO]: Use template keys for speed tests if possible
Herbert Xu
2005-06-22
1
-22
/
+57
*
[CRYPTO]: Add cipher speed tests
Harald Welte
2005-06-22
2
-4
/
+222
*
[CRYPTO]: Kill unnecessary strncpy from tcrypt
Herbert Xu
2005-06-22
1
-5
/
+5
*
[CRYPTO]: White space and coding style clean up in tcrypt
Herbert Xu
2005-06-22
2
-354
/
+336
*
[CRYPTO]: Only reschedule if !in_atomic()
Herbert Xu
2005-05-23
1
-1
/
+1
*
[PATCH] crypto: fix null encryption/compression
Patrick McHardy
2005-05-17
1
-13
/
+15
*
[PATCH] uml: support AES i586 crypto driver
Paolo 'Blaisorblade' Giarrusso
2005-05-01
1
-2
/
+2
*
[PATCH] crypto: call zlib end functions on deflate exit path
Artem B. Bityuckiy
2005-04-16
1
-0
/
+2
[next]