index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
[PATCH] remove bogus asm/bug.h includes.
Al Viro
1
-1
/
+0
2006-01-09
[CRYPTO] cipher: Set alignmask for multi-byte loads
Herbert Xu
10
-0
/
+12
2006-01-09
[CRYPTO] api: Require block size to be less than PAGE_SIZE/8
Herbert Xu
1
-1
/
+1
2006-01-09
[CRYPTO] sha1: Fixed off-by-64 bug in sha1_update
Herbert Xu
1
-2
/
+2
2006-01-09
[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt
Herbert Xu
1
-2
/
+3
2006-01-09
[CRYPTO] sha1: Avoid shifting count left and right
Nicolas Pitre
1
-4
/
+4
2006-01-09
[CRYPTO] sha1: Rename i/j to done/partial
Nicolas Pitre
1
-11
/
+12
2006-01-09
[CRYPTO] sha1: Avoid useless memcpy()
Nicolas Pitre
1
-8
/
+17
2006-01-09
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
2
-1
/
+3
2006-01-09
[CRYPTO] Allow multiple implementations of the same algorithm
Herbert Xu
3
-9
/
+55
2006-01-09
[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-06
[CRYPTO] Fix boundary check in standard multi-block cipher processors
Herbert Xu
1
-3
/
+9
2005-09-01
[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag
Herbert Xu
3
-6
/
+4
2005-09-01
[CRYPTO]: Fix XTEA implementation
Aaron Grothe
4
-29
/
+206
2005-07-27
[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-06
[CRYPTO] Add faster DES code from Dag Arne Osvik
Dag Arne Osvik
1
-1149
/
+854
2005-07-06
[CRYPTO] Remove unused iv field from context structure
Herbert Xu
2
-3
/
+0
2005-07-06
[CRYPTO] Add x86_64 asm AES
Andreas Steinmetz
1
-1
/
+21
2005-07-06
[CRYPTO] Add null short circuit to crypto_free_tfm
Jesper Juhl
1
-2
/
+10
2005-07-06
[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
Herbert Xu
1
-2
/
+27
2005-07-06
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
3
-9
/
+66
2005-07-06
[CRYPTO] Make crypto_alg_lookup static
Adrian Bunk
2
-11
/
+9
2005-07-06
[CRYPTO] Add alignmask for low-level cipher implementations
Herbert Xu
3
-7
/
+48
2005-07-06
[CRYPTO] Add support for low-level multi-block operations
Herbert Xu
2
-25
/
+18
2005-07-06
[CRYPTO] Add plumbing for multi-block operations
Herbert Xu
3
-95
/
+161
2005-07-06
[CRYPTO] Don't check for NULL before kfree()
Jesper Juhl
2
-4
/
+2
2005-06-22
[CRYPTO]: Use CPU cycle counters in tcrypt
Herbert Xu
1
-21
/
+95
2005-06-22
[CRYPTO]: Use template keys for speed tests if possible
Herbert Xu
1
-22
/
+57
2005-06-22
[CRYPTO]: Add cipher speed tests
Harald Welte
2
-4
/
+222
2005-06-22
[CRYPTO]: Kill unnecessary strncpy from tcrypt
Herbert Xu
1
-5
/
+5
2005-06-22
[CRYPTO]: White space and coding style clean up in tcrypt
Herbert Xu
2
-354
/
+336
2005-05-23
[CRYPTO]: Only reschedule if !in_atomic()
Herbert Xu
1
-1
/
+1
2005-05-17
[PATCH] crypto: fix null encryption/compression
Patrick McHardy
1
-13
/
+15
2005-05-01
[PATCH] uml: support AES i586 crypto driver
Paolo 'Blaisorblade' Giarrusso
1
-2
/
+2
2005-04-16
[PATCH] crypto: call zlib end functions on deflate exit path
Artem B. Bityuckiy
1
-0
/
+2
[next]