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
2008-07-10
[CRYPTO] tcrypt: Use asynchronous hash interface
Loc Ho
1
-19
/
+57
2008-07-10
[CRYPTO] cryptd: Add asynchronous hash support
Loc Ho
2
-0
/
+244
2008-07-10
[CRYPTO] hash: Add asynchronous hash support
Loc Ho
6
-11
/
+288
2008-07-10
[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithms
Adrian-Ken Rueegsegger
1
-0
/
+25
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
2
-2
/
+155
2008-07-10
[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
3
-0
/
+777
2008-07-10
[CRYPTO] ripemd: Put all common RIPEMD values in header file
Adrian-Ken Rueegsegger
3
-18
/
+35
2008-07-10
[CRYPTO] tcrypt: Catch cipher destination memory corruption
Patrick McHardy
1
-5
/
+21
2008-07-10
[CRYPTO] tcrpyt: Get rid of change log in source
Herbert Xu
2
-15
/
+0
2008-07-10
[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms
Adrian-Ken Rueegsegger
1
-0
/
+26
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
Adrian-Ken Rueegsegger
2
-1
/
+320
2008-07-10
[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
Adrian-Ken Rueegsegger
4
-0
/
+760
2008-07-10
[CRYPTO] cryptd: Fix EINPROGRESS notification context
Herbert Xu
1
-5
/
+4
2008-07-10
crypto: chainiv - Invoke completion function
Herbert Xu
1
-2
/
+8
2008-07-08
async_tx: fix async_memset compile error
Dan Williams
1
-1
/
+1
2008-07-08
crypto: tcrypt - Fix memory leak in test_cipher
Darren Jenkins
1
-9
/
+1
2008-06-16
Merge branch 'linus' into core/rcu
Ingo Molnar
1
-0
/
+6
2008-06-02
[CRYPTO] cts: Init SG tables
Alexey Dobriyan
1
-0
/
+6
2008-05-19
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
1
-0
/
+1
2008-05-07
[CRYPTO] hmac: Avoid calling virt_to_page on key
Herbert Xu
1
-2
/
+23
2008-05-01
[CRYPTO] cryptd: Correct kzalloc error test
Julia Lawall
1
-1
/
+3
2008-05-01
[CRYPTO] eseqiv: Fix off-by-one encryption
Herbert Xu
1
-1
/
+2
2008-05-01
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
1
-2
/
+3
2008-04-21
[CRYPTO] kconfig: Ordering cleanup
Sebastian Siewior
1
-316
/
+329
2008-04-21
[CRYPTO] all: Clean up init()/fini()
Kamalesh Babulal
23
-92
/
+92
2008-04-21
[CRYPTO] aes: Export generic setkey
Sebastian Siewior
1
-9
/
+47
2008-04-21
[CRYPTO] api: Make the crypto subsystem fully modular
Sebastian Siewior
3
-2
/
+6
2008-04-21
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
Kevin Coffman
5
-2
/
+582
2008-04-21
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
Marcin Slusarz
1
-2
/
+3
2008-04-21
[CRYPTO] tcrypt: Change the XTEA test vectors
Sebastian Siewior
1
-3
/
+3
2008-04-21
[CRYPTO] tcrypt: Shrink the tcrypt module
Sebastian Siewior
1
-5773
/
+5770
2008-04-21
[CRYPTO] tcrypt: Change the usage of the test vectors
Sebastian Siewior
1
-165
/
+181
2008-04-21
[CRYPTO] api: Constify function pointer tables
Jan Engelhardt
1
-1
/
+1
2008-04-21
[CRYPTO] tcrypt: Shrink speed templates
Sebastian Siewior
2
-161
/
+57
2008-04-21
[CRYPTO] tcrypt: Group common speed templates
Sebastian Siewior
2
-137
/
+91
2008-04-21
[CRYPTO] sha512: Rename sha512 to sha512_generic
Jan Glauber
2
-12
/
+13
2008-04-21
[CRYPTO] api: Switch to proc_create()
Alexey Dobriyan
1
-5
/
+1
2008-04-17
dmaengine: ack to flags: make use of the unused bits in the 'ack' field
Dan Williams
3
-6
/
+7
2008-04-17
async_tx: fix multiple dependency submission
Dan Williams
1
-35
/
+162
2008-04-02
[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk
Joy Latten
1
-8
/
+9
2008-03-18
async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor
Dan Williams
1
-1
/
+1
2008-03-13
async_tx: checkpatch says s/__FUNCTION__/__func__/g
Dan Williams
4
-15
/
+15
2008-03-08
[CRYPTO] skcipher: Fix section mismatches
Herbert Xu
2
-5
/
+1
2008-03-06
[CRYPTO] xcbc: Fix crash with IPsec
Joy Latten
1
-1
/
+5
2008-03-06
[CRYPTO] xts: Use proper alignment
Sebastian Siewior
1
-7
/
+6
2008-03-05
[CRYPTO] digest: Include internal.h for prototypes
Adrian Bunk
1
-0
/
+2
2008-02-23
[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER
Herbert Xu
1
-0
/
+1
2008-02-23
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
Herbert Xu
5
-21
/
+39
2008-02-18
[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER
Adrian Bunk
1
-0
/
+1
2008-02-15
[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER
Frederik Deweerdt
1
-0
/
+1
[prev]
[next]