OSDN Git Service

crypto: mv_cesa - document the clocks property
[uclinux-h8/linux.git] / crypto /
2015-06-19 Herbert XuMerge branch 'mvebu/drivers' of git://git./linux/kernel...
2015-06-18 Herbert Xucrypto: tcrypt - Fixed AEAD speed test setup
2015-06-18 Herbert Xucrypto: tcrypt - Add rfc4309(ccm(aes)) speed test
2015-06-17 Tadeusz Strukcrypto: testmgr - add tests vectors for RSA
2015-06-17 Tadeusz Strukcrypto: rsa - add a new rsa generic implementation
2015-06-17 Tadeusz Strukcrypto: akcipher - add PKE API
2015-06-17 Martin Willicrypto: poly1305 - Pass key as first two message blocks...
2015-06-17 Herbert Xucrypto: testmgr - Add mcgrew test vectors for rfc4106
2015-06-17 Herbert XuRevert "crypto: testmgr - Disable rfc4543 test"
2015-06-17 Herbert Xucrypto: testmgr - Update rfc4543 test vectors
2015-06-17 Herbert Xucrypto: gcm - Convert to new AEAD interface
2015-06-17 Herbert Xucrypto: testmgr - Disable rfc4543 test
2015-06-11 Herbert Xucrypto: drbg - Add select on sha256
2015-06-11 Sergey Senozhatskycrypto: drbg - report backend_cra_name when allocation...
2015-06-10 Stephan Muellercrypto: drbg - reseed often if seedsource is degraded
2015-06-10 Stephan Muellercrypto: drbg - Use callback API for random readiness
2015-06-09 Stephan Muellercrypto: drbg - use pragmas for disabling optimization
2015-06-09 LABBE Corentincrypto: testmgr - Document struct cipher_testvec
2015-06-04 Herbert Xucrypto: rng - Remove krng
2015-06-04 Herbert Xucrypto: rng - Make DRBG the default RNG
2015-06-04 Herbert Xucrypto: echainiv - Set Kconfig default to m
2015-06-04 Herbert Xucrypto: drbg - Add stdrng alias and increase priority
2015-06-04 Herbert Xucrypto: seqiv - Move IV seeding into init function
2015-06-04 Herbert Xucrypto: eseqiv - Move IV seeding into init function
2015-06-04 Herbert Xucrypto: echainiv - Move IV seeding into init function
2015-06-04 Herbert Xucrypto: chainiv - Move IV seeding into init function
2015-06-04 Martin Willicrypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1...
2015-06-04 Martin Willicrypto: chacha20poly1305 - Add an IPsec variant for...
2015-06-04 Martin Willicrypto: testmgr - Add ChaCha20-Poly1305 test vectors...
2015-06-04 Martin Willicrypto: chacha20poly1305 - Add a ChaCha20-Poly1305...
2015-06-04 Martin Willicrypto: testmgr - Add Poly1305 test vectors from RFC7539
2015-06-04 Martin Willicrypto: poly1305 - Add a generic Poly1305 authenticator...
2015-06-04 Martin Willicrypto: testmgr - Add ChaCha20 test vectors from RFC7539
2015-06-04 Martin Willicrypto: chacha20 - Add a generic ChaCha20 stream cipher...
2015-06-03 Herbert Xucrypto: scatterwalk - Hide PageSlab call to optimise...
2015-06-03 Herbert Xucrypto: cryptd - Convert to new AEAD interface
2015-06-03 Herbert Xucrypto: cryptd - Add setkey/setauthsize functions for...
2015-06-03 Herbert Xucrypto: pcrypt - Add support for new AEAD interface
2015-06-03 Herbert Xucrypto: aead - Add multiple algorithm registration...
2015-06-03 Herbert Xucrypto: aead - Ignore return value from crypto_unregist...
2015-06-03 Herbert Xucrypto: api - Include alignment in crypto_alg_extsize
2015-06-03 Herbert Xucrypto: aead - Add type-safe init/exit functions
2015-06-03 Herbert XuRevert "crypto: algif_aead - Disable AEAD user-space...
2015-05-28 Stephan Muellercrypto: jitterentropy - remove timekeeping_valid_for_hres
2015-05-28 Herbert Xucrypto: algif_aead - Switch to new AEAD interface
2015-05-28 Herbert Xucrypto: tcrypt - Switch to new AEAD interface
2015-05-28 Herbert Xucrypto: testmgr - Switch to new AEAD interface
2015-05-28 Herbert Xucrypto: seqiv - Fix module unload/reload crash
2015-05-28 Herbert Xucrypto: seqiv - Fix IV size in context size calculation
2015-05-28 Herbert Xucrypto: seqiv - Use common IV generation code
2015-05-28 Herbert Xucrypto: seqiv - Copy AD along with plain/cipher text
2015-05-28 Herbert Xucrypto: echainiv - Fix IV size in context size calculation
2015-05-28 Herbert Xucrypto: echainiv - Use common IV generation code
2015-05-28 Herbert Xucrypto: echainiv - Copy AD along with plain text
2015-05-28 Herbert Xucrypto: aead - Add common IV generation code
2015-05-28 Herbert Xucrypto: aead - Preserve in-place processing in old_crypt
2015-05-28 Herbert Xucrypto: scatterwalk - Add missing sg_init_table to...
2015-05-28 Herbert XuMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-05-27 Stephan Muellercrypto: jitterentropy - add jitterentropy RNG
2015-05-27 Stephan Muellercrypto: drbg - use Jitter RNG to obtain seed
2015-05-27 Stephan Muellercrypto: drbg - add async seeding operation
2015-05-27 Stephan Muellercrypto: drbg - prepare for async seeding
2015-05-26 Herbert Xucrypto: algif_aead - Disable AEAD user-space for now
2015-05-25 Herbert Xucrypto: aead - Remove unused cryptoff parameter
2015-05-25 Herbert Xucrypto: seqiv - Stop using cryptoff
2015-05-25 Herbert Xucrypto: echainiv - Stop using cryptoff
2015-05-25 Herbert Xucrypto: aead - Do not set cra_type for new style instances
2015-05-25 Herbert Xucrypto: echainiv - Use aead_register_instance
2015-05-25 Herbert Xucrypto: seqiv - Use aead_register_instance
2015-05-25 Herbert Xucrypto: aead - Use tmpl->create
2015-05-25 Herbert Xucrypto: skcipher - Use tmpl->create
2015-05-25 Wu Fengguangcrypto: echainiv - echainiv_read_iv() can be static
2015-05-25 Herbert Xucrypto: pcrypt - Make tfm_count an atomic_t
2015-05-25 Herbert Xucrypto: aead - Add crypto_aead_alg_ivsize/maxauthsize
2015-05-25 Harald Freudenbergercrypto: testmgr - Added one larger ghash testvector...
2015-05-22 Herbert Xucrypto: echainiv - Add encrypted chain IV generator
2015-05-22 Herbert Xucrypto: seqiv - Add seqniv
2015-05-22 Herbert Xucrypto: seqiv - Add support for new AEAD interface
2015-05-22 Herbert Xucrypto: scatterwalk - Check for same address in map_and...
2015-05-22 Herbert Xucrypto: gcm - Use default null skcipher
2015-05-22 Herbert Xucrypto: null - Add default null skcipher
2015-05-22 Herbert Xucrypto: aead - Add support for new AEAD implementations
2015-05-22 Herbert Xucrypto: aead - Rename aead_alg to old_aead_alg
2015-05-22 Herbert Xucrypto: aead - Add new interface with single SG list
2015-05-22 Herbert Xucrypto: scatterwalk - Add scatterwalk_ffwd helper
2015-05-22 Herbert Xucrypto: pcrypt - Use crypto_grab_aead
2015-05-22 Herbert Xucrypto: cryptd - Use crypto_grab_aead
2015-05-18 LABBE Corentincrypto: md5 - use md5 IV MD5_HX instead of their raw...
2015-05-18 Tadeusz Strukcrypto: algif_aead - fix invalid sgl linking
2015-05-13 Herbert Xucrypto: aead - Convert top level interface to new style
2015-05-13 Herbert Xucrypto: seqiv - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: pcrypt - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: gcm - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: cryptd - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: ccm - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: authencesn - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: authenc - Use crypto_aead_set_reqsize helper
2015-05-13 Herbert Xucrypto: blkcipher - Include crypto/aead.h
2015-05-13 Herbert Xucrypto: authencesn - Include internal/aead.h
2015-05-13 Herbert Xucrypto: authenc - Include internal/aead.h
next