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
/
drivers
/
crypto
/
mv_cesa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+8
2012-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
2012-02-28
crypto: mv_cesa - fix final callback not ignoring input data
Phil Sutter
1
-0
/
+1
2012-01-13
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
1
-4
/
+8
2012-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-11
/
+1
2011-11-30
crypto: convert drivers/crypto/* to use module_platform_driver()
Axel Lin
1
-11
/
+1
2011-11-25
Merge git://github.com/herbertx/crypto
Linus Torvalds
1
-5
/
+7
2011-11-21
crypto: mv_cesa - fix hashing of chunks > 1920 bytes
Phil Sutter
1
-5
/
+7
2011-10-31
crypto: add module.h to those files that are explicitly using it
Paul Gortmaker
1
-0
/
+1
2011-05-11
crypto: mv_cesa - make count_sgs() null-pointer proof
Phil Sutter
1
-6
/
+2
2011-05-11
crypto: mv_cesa - copy remaining bytes to SRAM only when needed
Phil Sutter
1
-6
/
+6
2011-05-11
crypto: mv_cesa - move digest state initialisation to a better place
Phil Sutter
1
-8
/
+6
2011-05-11
crypto: mv_cesa - fill inner/outer IV fields only in HMAC case
Phil Sutter
1
-3
/
+3
2011-05-11
crypto: mv_cesa - refactor copy_src_to_buf()
Phil Sutter
1
-15
/
+10
2011-05-11
crypto: mv_cesa - no need to save digest state after the last chunk
Phil Sutter
1
-6
/
+6
2011-05-11
crypto: mv_cesa - print a warning when registration of AES algos fail
Phil Sutter
1
-2
/
+8
2011-05-11
crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup
Phil Sutter
1
-3
/
+0
2011-05-11
crypto: mv_cesa - the descriptor pointer register needs to be set just once
Phil Sutter
1
-2
/
+1
2011-05-11
crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of
Phil Sutter
1
-3
/
+1
2011-01-04
crypto: mv_cesa - dont return PTR_ERR() of wrong pointer
Roel Kluin
1
-1
/
+1
2010-05-26
crypto: mv_cesa - fixup error handling in mv_probe()
Dan Carpenter
1
-5
/
+5
2010-05-14
crypto: mv_cesa - Use resource_size
Tobias Klauser
1
-2
/
+2
2010-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Herbert Xu
1
-0
/
+1
2010-04-13
crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers
Uri Simchoni
1
-7
/
+507
2010-04-13
crypto: mv_cesa - Support processing of data from previous requests
Uri Simchoni
1
-3
/
+5
2010-04-13
crypto: mv_cesa - Make the copy-back of data optional
Uri Simchoni
1
-22
/
+27
2010-04-13
crypto: mv_cesa - Execute some code via function pointers rathr than direct c...
Uri Simchoni
1
-4
/
+9
2010-04-13
crypto: mv_cesa - Rename a variable to a more suitable name
Uri Simchoni
1
-5
/
+5
2010-04-13
crypto: mv_cesa - Enqueue generic async requests
Uri Simchoni
1
-19
/
+24
2010-04-13
crypto: mv_cesa - Fix situations where the src sglist spans more data than th...
Uri Simchoni
1
-22
/
+44
2010-04-13
crypto: mv_cesa - Fix situation where the dest sglist is organized differentl...
Uri Simchoni
1
-5
/
+9
2010-04-13
crypto: mv_cesa - Remove compiler warning in mv_cesa driver
Uri Simchoni
1
-0
/
+1
2010-04-13
crypto: mv_cesa - Invoke the user callback from a softirq context
Uri Simchoni
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-10
crypto: mv_cesa - Add support for Orion5X crypto engine
Sebastian Andrzej Siewior
1
-0
/
+606