- 1a263ae gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 8 months ago
- 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
- fcb90d5 crypto: af_alg - bool type cosmetics by Lothar Rubusch · 4 years, 9 months ago
- 8ff357a crypto: testmgr - do comparison tests before inauthentic input tests by Eric Biggers · 4 years, 10 months ago
- 6f3a06d crypto: testmgr - use consistent IV copies for AEADs that need it by Eric Biggers · 4 years, 10 months ago
- 732e540 crypto: xts - simplify error handling in ->create() by Eric Biggers · 4 years, 10 months ago
- 0708bb4 crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create() by Eric Biggers · 4 years, 10 months ago
- 07b24c7 crypto: pcrypt - simplify error handling in pcrypt_create_aead() by Eric Biggers · 4 years, 10 months ago
- d570631 crypto: lrw - simplify error handling in create() by Eric Biggers · 4 years, 10 months ago
- 376ffe1 crypto: geniv - simply error handling in aead_geniv_alloc() by Eric Biggers · 4 years, 10 months ago
- c4caa56 crypto: gcm - simplify error handling in crypto_rfc4543_create() by Eric Biggers · 4 years, 10 months ago
- 959ac1c crypto: gcm - simplify error handling in crypto_rfc4106_create() by Eric Biggers · 4 years, 10 months ago
- 3ff2bab crypto: cts - simplify error handling in crypto_cts_create() by Eric Biggers · 4 years, 10 months ago
- a108dfc crypto: ctr - simplify error handling in crypto_rfc3686_create() by Eric Biggers · 4 years, 10 months ago
- b8c0d74 crypto: cryptd - simplify error handling in cryptd_create_*() by Eric Biggers · 4 years, 10 months ago
- 64d6679 crypto: ccm - simplify error handling in crypto_rfc4309_create() by Eric Biggers · 4 years, 10 months ago
- d1dc4df crypto: authencesn - fix weird comma-terminated line by Eric Biggers · 4 years, 10 months ago
- 2fdddaf crypto: md5 - remove unused macros by YueHaibing · 4 years, 10 months ago
- ebe7aca Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 10 months ago
- 6a30e1b crypto: rename sm3-256 to sm3 in hash_algo_name by Tianjia Zhang · 4 years, 11 months ago
- 3e71e12 Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 11 months ago
- 64ae134 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 11 months ago
- c7ff857 crypto/testmgr: enable selftests for paes-s390 ciphers by Harald Freudenberger · 5 years ago
- 8e3b7fd crypto: tcrypt - fix printed skcipher [a]sync mode by Horia Geantă · 5 years ago
- 7f1cfe4 crypto: proc - simplify the c_show function by Tianjia Zhang · 5 years ago
- eed74b3 crypto: rng - Fix a refcounting bug in crypto_rng_reset() by Dan Carpenter · 5 years ago
- 2343d15 crypto: Kconfig - allow tests to be disabled when manager is disabled by Jason A. Donenfeld · 5 years ago
- 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
- a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- ab3d436 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 5 years ago
- 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
- d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
- a24a1fd crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
- a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
- 758ec5a crypto: cryptd - convert to new way of freeing instances 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
- aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() 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
- d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
- 1e212a6 crypto: xcbc - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 3b4e73d crypto: vmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 1d0459c crypto: cmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 1667297 crypto: cbcmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- c282586 crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 05b3bbb crypto: ccm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- ab6ffd3 crypto: gcm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 3707388 crypto: authencesn - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 37a861a crypto: authenc - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
- 39e7a28 crypto: hmac - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
- 218c503 crypto: cryptd - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
- ba44840 crypto: adiantum - use crypto_grab_{cipher,shash} 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
- de95c95 crypto: algapi - pass instance to crypto_grab_spawn() 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
- ca94e93 crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name by Eric Biggers · 5 years ago
- ff67062 crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns by Eric Biggers · 5 years ago
- af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags 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
- 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
- c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
- 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
- 4a94c43 Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 5 years ago
- bea3741 KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails by Eric Biggers · 5 years ago
- d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
- fbce6be crypto: shash - Add init_tfm/exit_tfm and verify descsize by Herbert Xu · 5 years ago
- 02244ba crypto: api - Add more comments to crypto_remove_spawns by Herbert Xu · 5 years ago
- 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
- 73669cc crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
- 7db3b61 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
- 37f9669 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
- 91a71d6 padata: remove cpumask change notifier by Daniel Jordan · 5 years ago
- e8cfed5 crypto: cipher - remove crt_u.cipher (struct cipher_tfm) by Eric Biggers · 5 years ago
- c441a90 crypto: compress - remove crt_u.compress (struct compress_tfm) by Eric Biggers · 5 years ago
- 49763fc crypto: testmgr - generate inauthentic AEAD test vectors by Eric Biggers · 5 years ago
- 2ea9150 crypto: testmgr - create struct aead_extra_tests_ctx by Eric Biggers · 5 years ago
- fd8c37c crypto: testmgr - test setting misaligned keys by Eric Biggers · 5 years ago
- fd60f72 crypto: testmgr - check skcipher min_keysize by Eric Biggers · 5 years ago
- eb455db crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
- c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
- 89873b4 crypto: skcipher - remove crypto_skcipher_extsize() by Eric Biggers · 5 years ago
- 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
- 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
- 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
- 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
- 140734d crypto: skcipher - remove crypto_skcipher::ivsize by Eric Biggers · 5 years ago
- 0a940d4 crypto: api - remove another reference to blkcipher by Eric Biggers · 5 years ago
- e8d9982 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 5 years ago
- 9c1e883 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
- bbefa1d crypto: pcrypt - Avoid deadlock by using per-instance padata queues by Herbert Xu · 5 years ago
- 07bfd9b crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago