Linus Torvalds
|
b8716614a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
13 years ago |
Linus Torvalds
|
2ce3f2b3b1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
13 years ago |
Phil Sutter
|
f8f54e190d
crypto: mv_cesa - fix final callback not ignoring input data
|
13 years ago |
Nikos Mavrogiannopoulos
|
d912bb7677
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
|
13 years ago |
Linus Torvalds
|
4f58cb90bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
13 years ago |
Axel Lin
|
741e8c2d81
crypto: convert drivers/crypto/* to use module_platform_driver()
|
13 years ago |
Linus Torvalds
|
dd38d29838
Merge git://github.com/herbertx/crypto
|
13 years ago |
Phil Sutter
|
274252862f
crypto: mv_cesa - fix hashing of chunks > 1920 bytes
|
13 years ago |
Paul Gortmaker
|
4bb33cc890
crypto: add module.h to those files that are explicitly using it
|
14 years ago |
Phil Sutter
|
6ef84509f3
crypto: mv_cesa - make count_sgs() null-pointer proof
|
14 years ago |
Phil Sutter
|
7759995c75
crypto: mv_cesa - copy remaining bytes to SRAM only when needed
|
14 years ago |
Phil Sutter
|
8652348754
crypto: mv_cesa - move digest state initialisation to a better place
|
14 years ago |
Phil Sutter
|
cc8d35057c
crypto: mv_cesa - fill inner/outer IV fields only in HMAC case
|
14 years ago |
Phil Sutter
|
6677a776cf
crypto: mv_cesa - refactor copy_src_to_buf()
|
14 years ago |
Phil Sutter
|
7a1c6bcf26
crypto: mv_cesa - no need to save digest state after the last chunk
|
14 years ago |
Phil Sutter
|
2a025f5dfc
crypto: mv_cesa - print a warning when registration of AES algos fail
|
14 years ago |
Phil Sutter
|
811e6ed623
crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup
|
14 years ago |
Phil Sutter
|
99db3eacac
crypto: mv_cesa - the descriptor pointer register needs to be set just once
|
14 years ago |
Phil Sutter
|
042e9e7356
crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of
|
14 years ago |
Roel Kluin
|
41f2977d40
crypto: mv_cesa - dont return PTR_ERR() of wrong pointer
|
14 years ago |
Dan Carpenter
|
7cc2835083
crypto: mv_cesa - fixup error handling in mv_probe()
|
15 years ago |
Tobias Klauser
|
5bdd5ded95
crypto: mv_cesa - Use resource_size
|
15 years ago |
Herbert Xu
|
df2071bd08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
15 years ago |
Uri Simchoni
|
750052dd24
crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers
|
15 years ago |
Uri Simchoni
|
0c5c6c4bae
crypto: mv_cesa - Support processing of data from previous requests
|
15 years ago |
Uri Simchoni
|
f0d03deaad
crypto: mv_cesa - Make the copy-back of data optional
|
15 years ago |
Uri Simchoni
|
a58094ac5f
crypto: mv_cesa - Execute some code via function pointers rathr than direct calls
|
15 years ago |
Uri Simchoni
|
7a5f691ef0
crypto: mv_cesa - Rename a variable to a more suitable name
|
15 years ago |
Uri Simchoni
|
3b61a90502
crypto: mv_cesa - Enqueue generic async requests
|
15 years ago |
Uri Simchoni
|
15d4dd3594
crypto: mv_cesa - Fix situations where the src sglist spans more data than the request asks for
|
15 years ago |