| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: algapi - Fix build problem with NET disabled | Herbert Xu | 2011-11-11 | 1 | -0/+14 |
* | crypto: Add userspace report for givcipher type algorithms | Steffen Klassert | 2011-10-21 | 1 | -0/+23 |
* | crypto: Add userspace report for ablkcipher type algorithms | Steffen Klassert | 2011-10-21 | 1 | -0/+25 |
* | crypto: skcipher - remove redundant NULL check | Davidlohr Bueso | 2011-01-29 | 1 | -2/+1 |
* | crypto: skcipher - avoid NULL dereference | Jiri Slaby | 2010-06-23 | 1 | -1/+1 |
* | crypto: skcipher - Add ablkcipher_walk interfaces | David S. Miller | 2010-05-19 | 1 | -0/+277 |
* | crypto: ablkcipher - Fix checkpatch errors | Richard Hartmann | 2010-02-16 | 1 | -2/+2 |
* | crypto: blkcipher - Do not use eseqiv on stream ciphers | Herbert Xu | 2009-08-14 | 1 | -0/+6 |
* | crypto: skcipher - Change default sync geniv on SMP to eseqiv | Herbert Xu | 2009-06-25 | 1 | -1/+19 |
* | crypto: skcipher - Fix request for sync algorithms | Herbert Xu | 2009-06-25 | 1 | -1/+2 |
* | crypto: skcipher - Avoid infinite loop when cipher fails selftest | Herbert Xu | 2009-02-18 | 1 | -0/+19 |
* | [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module | Herbert Xu | 2008-02-23 | 1 | -3/+0 |
* | [CRYPTO] api: Show async type | Herbert Xu | 2008-01-11 | 1 | -0/+4 |
* | [CRYPTO] skcipher: Create default givcipher instances | Herbert Xu | 2008-01-11 | 1 | -1/+157 |
* | [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free | Herbert Xu | 2008-01-11 | 1 | -1/+9 |
* | [CRYPTO] skcipher: Added geniv field | Herbert Xu | 2008-01-11 | 1 | -0/+2 |
* | [CRYPTO] skcipher: Add givcrypt operations and givcipher type | Herbert Xu | 2008-01-11 | 1 | -0/+46 |
* | [CRYPTO] skcipher: Add crypto_grab_skcipher interface | Herbert Xu | 2008-01-11 | 1 | -2/+23 |
* | [CRYPTO] ablkcipher: Remove queue pointer from common alg object | Herbert Xu | 2007-10-10 | 1 | -4/+0 |
* | [CRYPTO] api: Add missing headers for setkey_unaligned | Herbert Xu | 2007-10-10 | 1 | -1/+4 |
* | [CRYPTO] api: fix writting into unallocated memory in setkey_aligned | Sebastian Siewior | 2007-08-06 | 1 | -1/+1 |
* | [CRYPTO] api: Allow ablkcipher with no queues | Sebastian Siewior | 2007-07-11 | 1 | -2/+4 |
* | [CRYPTO] api: Handle unaligned keys in setkey | Sebastian Siewior | 2007-07-11 | 1 | -0/+25 |
* | [CRYPTO] api: Add async blkcipher type | Herbert Xu | 2007-05-02 | 1 | -0/+83 |