nfs: new subdir Documentation/filesystems/nfs
[safe/jmp/linux-2.6] / include / crypto /
2009-09-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-09-02 Shane Wangcrypto: vmac - New hash algorithm for intel_txt support
2009-08-29 Herbert Xucrypto: skcipher - Fix skcipher_dequeue_givcrypt NULL...
2009-08-06 Huang Yingcrypto: cryptd - Add support to access underlaying...
2009-07-24 Herbert Xucrypto: api - Fix aligned ctx helper
2009-07-22 Herbert Xucrypto: sha512_generic - Use 64-bit counters
2009-07-22 Herbert Xucrypto: sha512 - Export struct sha512_state
2009-07-15 Herbert Xucrypto: shash - Fix digest size offset
2009-07-15 Herbert Xucrypto: ahash - Add unaligned handling and default...
2009-07-14 Herbert Xucrypto: ahash - Remove old_ahash_alg
2009-07-14 Herbert Xucrypto: crypto4xx - Switch to new style ahash
2009-07-14 Herbert Xucrypto: cryptd - Switch to template create API
2009-07-14 Herbert Xucrypto: hash - Add helpers to free spawns
2009-07-14 Herbert Xucrypto: ahash - Add instance/spawn support
2009-07-14 Herbert Xucrypto: ahash - Convert to new style algorithms
2009-07-14 Herbert Xucrypto: api - Remove frontend argument from extsize...
2009-07-14 Herbert Xucrypto: ahash - Add crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: shash - Export async functions
2009-07-14 Herbert Xucrypto: shash - Make descsize a run-time attribute
2009-07-12 Herbert Xucrypto: async - Use kzfree for requests
2009-07-11 Herbert Xucrypto: sha256_generic - Add export/import support
2009-07-11 Herbert Xucrypto: sha1_generic - Add export/import support
2009-07-11 Herbert Xucrypto: shash - Export/import hash state only
2009-07-09 Herbert Xucrypto: shash - Add shash_instance_ctx
2009-07-08 Herbert Xucrypto: shash - Add __crypto_shash_cast
2009-07-08 Herbert Xucrypto: shash - Add crypto_shash_ctx_aligned
2009-07-08 Herbert Xucrypto: shash - Add shash_register_instance
2009-07-08 Herbert Xucrypto: shash - Add shash_attr_alg2 helper
2009-07-08 Herbert Xucrypto: api - Add crypto_attr_alg2 helper
2009-07-08 Herbert Xucrypto: shash - Add spawn support
2009-07-08 Herbert Xucrypto: api - Add new style spawn support
2009-07-08 Herbert Xucrypto: shash - Add shash_instance
2009-07-07 Herbert Xucrypto: api - Add crypto_alloc_instance2
2009-07-07 Herbert Xucrypto: api - Add new template create function
2009-03-04 Geert Uytterhoevencrypto: zlib - New zlib crypto module, using pcomp
2009-03-04 Geert Uytterhoevencrypto: compress - Add pcomp interface
2009-02-19 Huang Yingcrypto: api - Use dedicated workqueue for crypto subsystem
2009-02-18 Herbert Xucrypto: shash - Add crypto_shash_blocksize
2009-02-18 Huang Yingcrypto: cryptd - Add support to access underlying blkcipher
2009-02-18 Huang Yingcrypto: aes - Move key_length in struct crypto_aes_ctx...
2009-02-05 Herbert Xucrypto: shash - Fix tfm destruction
2008-12-25 Herbert Xucrypto: aes - Precompute tables
2008-12-25 Herbert Xucrypto: hash - Export shash through hash
2008-12-25 Herbert Xucrypto: hash - Add import/export interface
2008-12-25 Herbert Xucrypto: hash - Add shash interface
2008-12-25 Herbert Xucrypto: api - Rebirth of crypto_alloc_tfm
2008-12-25 Herbert Xucrypto: api - Move type exit function into crypto_tfm
2008-08-29 Neil Hormancrypto: rng - RNG interface and implementation
2008-08-29 Herbert Xucrypto: skcipher - Move IV generators into their own...
2008-08-13 Herbert Xucrypto: hash - Add missing top-level functions
2008-07-10 Herbert Xucrypto: hash - Move ahash functions into crypto/hash.h
2008-07-10 Herbert Xucrypto: hash - Added scatter list walking helper
2008-07-10 Loc Ho[CRYPTO] hash: Add asynchronous hash support
2008-05-01 Herbert Xu[CRYPTO] api: Fix scatterwalk_sg_chain
2008-04-21 Sebastian Siewior[CRYPTO] aes: Export generic setkey
2008-03-08 Herbert Xu[CRYPTO] skcipher: Fix section mismatches
2008-02-23 Herbert Xu[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkci...
2008-01-10 Herbert Xu[CRYPTO] api: Include sched.h for cond_resched in scatt...
2008-01-10 Herbert Xu[CRYPTO] chainiv: Avoid lock spinning where possible
2008-01-10 Herbert Xu[CRYPTO] null: Add null blkcipher algorithm
2008-01-10 Herbert Xu[CRYPTO] aead: Create default givcipher instances
2008-01-10 Herbert Xu[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free
2008-01-10 Herbert Xu[CRYPTO] aead: Add top-level givencrypt/givdecrypt...
2008-01-10 Herbert Xu[CRYPTO] aead: Add givcrypt operations
2008-01-10 Herbert Xu[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt...
2008-01-10 Herbert Xu[CRYPTO] skcipher: Remove crypto_spawn_ablkcipher
2008-01-10 Herbert Xu[CRYPTO] skcipher: Create default givcipher instances
2008-01-10 Herbert Xu[CRYPTO] skcipher: Added skcipher_givcrypt_complete
2008-01-10 Herbert Xu[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_ge...
2008-01-10 Herbert Xu[CRYPTO] skcipher: Add givcrypt operations and givciphe...
2008-01-10 Herbert Xu[CRYPTO] skcipher: Add crypto_grab_skcipher interface
2008-01-10 Herbert Xu[CRYPTO] ctr: Refactor into ctr and rfc3686
2008-01-10 Herbert Xu[CRYPTO] api: Add crypto_attr_alg_name
2008-01-10 Herbert Xu[CRYPTO] scatterwalk: Restore custom sg chaining for now
2008-01-10 Herbert Xu[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
2008-01-10 Herbert Xu[CRYPTO] authenc: Move enckeylen into key itself
2008-01-10 Herbert Xu[CRYPTO] api: Add crypto_inc and crypto_xor
2008-01-10 Herbert Xu[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
2008-01-10 Jonathan Lynch[CRYPTO] sha256-generic: Extend sha256_generic.c to...
2008-01-10 Sebastian Siewior[CRYPTO] aes-generic: Make key generation exportable
2008-01-10 Sebastian Siewior[CRYPTO] aes: Move common defines into a header file
2008-01-10 Evgeniy Polyakov[CRYPTO] des: Create header file for common macros
2007-10-10 Jan Glauber[CRYPTO] sha: Add header file for SHA definitions
2007-10-10 Herbert Xu[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
2007-10-10 Rik Snel[CRYPTO] xts: XTS blockcipher mode implementation witho...
2007-10-10 Herbert Xu[CRYPTO] aead: Add authenc
2007-10-10 Herbert Xu[CRYPTO] ablkcipher: Remove queue pointer from common...
2007-10-10 Herbert Xu[CRYPTO] api: Add aead crypto type
2007-10-10 Sebastian Siewior[CRYPTO] api: Add crypto_ablkcipher_ctx_aligned
2007-05-02 Herbert Xu[CRYPTO] cryptd: Add software async crypto daemon
2007-05-02 Herbert Xu[CRYPTO] api: Do not remove users unless new algorithm...
2007-05-02 Herbert Xu[CRYPTO] api: Add async blkcipher type
2007-05-02 Herbert Xu[CRYPTO] templates: Pass type/mask when creating instances
2007-02-06 Herbert Xu[CRYPTO] api: Allow multiple frontends per backend
2007-02-06 Herbert Xu[CRYPTO] api: Add type-safe spawns
2006-12-07 Rik Snel[CRYPTO] lib: table driven multiplications in GF(2...
2006-12-07 Rik Snel[CRYPTO] lib: some common 128-bit block operations...
2006-09-21 Herbert Xu[CRYPTO] digest: Added user API for new hash type
2006-09-21 Herbert Xu[CRYPTO] cipher: Added block ciphers for CBC/ECB
2006-09-21 Herbert Xu[CRYPTO] cipher: Added block cipher type
next