- 93e220a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years, 10 months ago
- 46ed526 crypto: kpp - provide support for KPP spawns by Nicolai Stange · 2 years, 11 months ago
- 1038fd7 crypto: kpp - provide support for KPP template instances by Nicolai Stange · 2 years, 11 months ago
- d2a02e3 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 3 years ago
- 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
- 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years, 1 month ago
- b808f32 crypto: kdf - Add key derivation self-test support code by Stephan Müller · 3 years, 2 months ago
- eaffe37 crypto: ecc - Export additional helper functions by Daniele Alessandrelli · 3 years, 3 months ago
- a745d3a crypto: ecc - Move ecc.h to include/crypto/internal by Daniele Alessandrelli · 3 years, 3 months ago
- 22ca9f4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 7 months ago
- 8d195e7 crypto: poly1305 - fix poly1305_core_setkey() declaration by Arnd Bergmann · 3 years, 10 months ago
- 64ca771 crypto: x86 - remove glue helper module by Ard Biesheuvel · 4 years ago
- 28dcca4 crypto: blake2b - sync with blake2s implementation by Eric Biggers · 4 years, 1 month ago
- 8786841 crypto: blake2s - adjust include guard naming by Eric Biggers · 4 years, 1 month ago
- 42ad8cf crypto: blake2s - optimize blake2s initialization by Eric Biggers · 4 years, 1 month ago
- 8c4a93a crypto: blake2s - share the "shash" API boilerplate code by Eric Biggers · 4 years, 1 month ago
- 057edc9 crypto: blake2s - move update and final logic to internal/blake2s.h by Eric Biggers · 4 years, 1 month ago
- 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
- ce0d5d6 crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 2 months ago
- b00ba76 crypto: ahash - Add ahash_alg_instance by Herbert Xu · 4 years, 5 months ago
- 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- e72b48c crypto: geniv - remove unneeded arguments from aead_geniv_alloc() by Eric Biggers · 4 years, 6 months ago
- 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
- a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
- 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
- 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
- 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
- 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
- aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
- fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
- 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
- cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
- b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
- 77f7e94 crypto: ahash - make struct ahash_instance be the full size by Eric Biggers · 5 years ago
- 1b84e7d crypto: shash - make struct shash_instance be the full size by Eric Biggers · 5 years ago
- c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
- 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
- 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
- b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
- c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
- d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
- 579d705 crypto: chacha - fix warning message in header file by Valdis Klētnieks · 5 years ago
- 095be69 crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> by Eric Biggers · 5 years ago
- c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
- d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
- 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
- 66d7fb9 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
- 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
- ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
- 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
- 22cf705 crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 5 years ago
- 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
- c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
- 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
- 6017826 crypto: skcipher - add the ability to abort a skcipher walk by Ard Biesheuvel · 5 years ago
- 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
- 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
- 939f146 crypto: user - fix potential warnings in cryptouser.h by Masahiro Yamada · 5 years ago
- 91b05a7 crypto: user - make NETLINK_CRYPTO work inside netns by Ondrej Mosnacek · 6 years ago
- 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
- b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
- 1661131 crypto: simd - support wrapping AEAD algorithms by Eric Biggers · 6 years ago
- e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
- 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
- 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
- c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
- 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
- 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
- cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
- 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
- d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 7 years ago
- edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
- cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
- 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
- af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
- 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 8 years ago
- 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 8 years ago
- 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 8 years ago
- ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
- c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
- 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
- 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
- b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
- 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
- a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
- 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
- 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
- afb5a0a crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration by Eric Biggers · 8 years ago
- 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 9 years ago
- da72130 crypto: aead - Remove blkcipher null for IV generators by Herbert Xu · 9 years ago
- ca0494c crypto: aead - Add skcipher null for IV generators by Herbert Xu · 9 years ago
- 7a530aa crypto: aead - Add chunk size by Herbert Xu · 9 years ago