Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-flexiantxendom0-3.2.10.git] / drivers / crypto / mv_cesa.c
2012-01-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2011-11-30 Axel Lincrypto: convert drivers/crypto/* to use module_platform...
2011-11-26 Linus TorvaldsMerge git://github.com/herbertx/crypto
2011-11-21 Phil Suttercrypto: mv_cesa - fix hashing of chunks > 1920 bytes
2011-10-31 Paul Gortmakercrypto: add module.h to those files that are explicitly...
2011-05-11 Phil Suttercrypto: mv_cesa - make count_sgs() null-pointer proof
2011-05-11 Phil Suttercrypto: mv_cesa - copy remaining bytes to SRAM only...
2011-05-11 Phil Suttercrypto: mv_cesa - move digest state initialisation...
2011-05-11 Phil Suttercrypto: mv_cesa - fill inner/outer IV fields only in...
2011-05-11 Phil Suttercrypto: mv_cesa - refactor copy_src_to_buf()
2011-05-11 Phil Suttercrypto: mv_cesa - no need to save digest state after...
2011-05-11 Phil Suttercrypto: mv_cesa - print a warning when registration...
2011-05-11 Phil Suttercrypto: mv_cesa - drop this call to mv_hash_final from...
2011-05-11 Phil Suttercrypto: mv_cesa - the descriptor pointer register needs...
2011-05-11 Phil Suttercrypto: mv_cesa - use ablkcipher_request_cast instead...
2011-01-04 Roel Kluincrypto: mv_cesa - dont return PTR_ERR() of wrong pointer
2010-05-26 Dan Carpentercrypto: mv_cesa - fixup error handling in mv_probe()
2010-05-14 Tobias Klausercrypto: mv_cesa - Use resource_size
2010-05-03 Herbert XuMerge git://git./linux/kernel/git/torvalds/linux-2.6
2010-04-13 Uri Simchonicrypto: mv_cesa - Add sha1 and hmac(sha1) async hash...
2010-04-13 Uri Simchonicrypto: mv_cesa - Support processing of data from previ...
2010-04-13 Uri Simchonicrypto: mv_cesa - Make the copy-back of data optional
2010-04-13 Uri Simchonicrypto: mv_cesa - Execute some code via function pointe...
2010-04-13 Uri Simchonicrypto: mv_cesa - Rename a variable to a more suitable...
2010-04-13 Uri Simchonicrypto: mv_cesa - Enqueue generic async requests
2010-04-13 Uri Simchonicrypto: mv_cesa - Fix situations where the src sglist...
2010-04-13 Uri Simchonicrypto: mv_cesa - Fix situation where the dest sglist...
2010-04-13 Uri Simchonicrypto: mv_cesa - Remove compiler warning in mv_cesa...
2010-04-13 Uri Simchonicrypto: mv_cesa - Invoke the user callback from a softi...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-08-10 Sebastian Andrzej... crypto: mv_cesa - Add support for Orion5X crypto engine