| Commit message (Expand) | Author | Age |
* | [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk | Joy Latten | 2008-04-02 |
* | async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor | Dan Williams | 2008-03-18 |
* | async_tx: checkpatch says s/__FUNCTION__/__func__/g | Dan Williams | 2008-03-13 |
* | [CRYPTO] skcipher: Fix section mismatches | Herbert Xu | 2008-03-08 |
* | [CRYPTO] xcbc: Fix crash with IPsec | Joy Latten | 2008-03-06 |
* | [CRYPTO] xts: Use proper alignment | Sebastian Siewior | 2008-03-06 |
* | [CRYPTO] digest: Include internal.h for prototypes | Adrian Bunk | 2008-03-05 |
* | [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER | Herbert Xu | 2008-02-22 |
* | [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module | Herbert Xu | 2008-02-22 |
* | [CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER | Adrian Bunk | 2008-02-17 |
* | [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER | Frederik Deweerdt | 2008-02-15 |
* | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2008-02-07 |
* | async_tx: allow architecture specific async_tx_find_channel implementations | Dan Williams | 2008-02-06 |
* | async_tx: replace 'int_en' with operation preparation flags | Dan Williams | 2008-02-06 |
* | async_tx: kill tx_set_src and tx_set_dest methods | Dan Williams | 2008-02-06 |
* | async_tx: kill ASYNC_TX_ASSUME_COHERENT | Dan Williams | 2008-02-06 |
* | async_tx: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-02-06 |
* | async_tx: fix compile breakage, mark do_async_xor __always_inline | Dan Williams | 2008-02-06 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-01-25 |
|\ |
|
| * | [CRYPTO] cast6: inline bloat-- | Ilpo Järvinen | 2008-01-10 |
| * | [CRYPTO] tcrypt: Make xcbc available as a standalone test | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] xcbc: Remove bogus hash/cipher test | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] xcbc: Fix algorithm leak when block size check fails | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] tcrypt: Zero axbuf in the right function | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20 | Tan Swee Heng | 2008-01-10 |
| * | [CRYPTO] tcrypt: Add select of AEAD | Sebastian Siewior | 2008-01-10 |
| * | [CRYPTO] salsa20: Add x86-64 assembly version | Tan Swee Heng | 2008-01-10 |
| * | [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) | Tan Swee Heng | 2008-01-10 |
| * | [CRYPTO] gcm: Introduce rfc4106 | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] api: Show async type | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] chainiv: Avoid lock spinning where possible | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] seqiv: Add select AEAD in Kconfig | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] null: Allow setkey on digest_null | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] null: Add null blkcipher algorithm | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] tcrypt: Add CCM vectors | Joy Latten | 2008-01-10 |
| * | [CRYPTO] ccm: Added CCM mode | Joy Latten | 2008-01-10 |
| * | [CRYPTO] aead: Create default givcipher instances | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] seqiv: Add AEAD support | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] aead: Allow algorithms with no givcrypt support | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] authenc: Add givencrypt operation | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] aead: Add givcrypt operations | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] seqiv: Add Sequence Number IV Generator | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] gcm: Use crypto_grab_skcipher | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] gcm: Allow block cipher parameter | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] authenc: Use crypto_grab_skcipher | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] skcipher: Create default givcipher instances | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] eseqiv: Add Encrypted Sequence Number IV Generator | Herbert Xu | 2008-01-10 |
| * | [CRYPTO] chainiv: Add chain IV generator | Herbert Xu | 2008-01-10 |