summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky
2015-06-03crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu
2015-06-03crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman
2015-06-03crypto: cryptd - Convert to new AEAD interfaceHerbert Xu
2015-06-03crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu
2015-06-03crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu
2015-06-03crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu
2015-06-03crypto: aead - Add aead_alg_instanceHerbert Xu
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu
2015-06-03crypto: doc - cover new AEAD interfaceStephan Mueller
2015-06-03Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu
2015-05-28mac80211: Switch to new AEAD interfaceHerbert Xu
2015-05-28mac802154: Switch to new AEAD interfaceHerbert Xu
2015-05-28esp6: Switch to new AEAD interfaceHerbert Xu
2015-05-28esp4: Switch to new AEAD interfaceHerbert Xu
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu
2015-05-28xfrm: Add IV generator information to xfrm_algo_descHerbert Xu
2015-05-28crypto: testmgr - Switch to new AEAD interfaceHerbert Xu
2015-05-28crypto: seqiv - Fix module unload/reload crashHerbert Xu
2015-05-28crypto: seqiv - Fix IV size in context size calculationHerbert Xu
2015-05-28crypto: seqiv - Use common IV generation codeHerbert Xu
2015-05-28crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu
2015-05-28crypto: echainiv - Fix IV size in context size calculationHerbert Xu
2015-05-28crypto: echainiv - Use common IV generation codeHerbert Xu
2015-05-28crypto: echainiv - Copy AD along with plain textHerbert Xu
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu
2015-05-28crypto: aead - Preserve in-place processing in old_cryptHerbert Xu
2015-05-28crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwdHerbert Xu
2015-05-28crypto: aead - Document behaviour of AD in destination bufferHerbert Xu
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky
2015-05-27crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller
2015-05-27crypto: drbg - add async seeding operationStephan Mueller
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller
2015-05-27random: Wake up all getrandom(2) callers when pool is readyHerbert Xu