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