blob: 305dff290e8e3b7d938e17c0e1bb9ad903039146 [file] [log] [blame]
2eb27c11937e ("crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS")
7bcb2c99f8ed ("crypto: algapi - use common mechanism for inheriting flags")
e72b48c5e7fe ("crypto: geniv - remove unneeded arguments from aead_geniv_alloc()")
0708bb435354 ("crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()")
07b24c7c08bd ("crypto: pcrypt - simplify error handling in pcrypt_create_aead()")
376ffe1acbc6 ("crypto: geniv - simply error handling in aead_geniv_alloc()")
b8c0d74a7027 ("crypto: cryptd - simplify error handling in cryptd_create_*()")
0f8f6d86d415 ("crypto: geniv - convert to new way of freeing instances")
aed11cf57ddb ("crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()")
629f1afc15ee ("crypto: algapi - remove obsoleted instance creation helpers")
1e212a6a562f ("crypto: xcbc - use crypto_grab_cipher() and simplify error paths")
3b4e73d8ca81 ("crypto: vmac - use crypto_grab_cipher() and simplify error paths")
1d0459cd83f5 ("crypto: cmac - use crypto_grab_cipher() and simplify error paths")
166729709775 ("crypto: cbcmac - use crypto_grab_cipher() and simplify error paths")
aacd5b4cfb87 ("crypto: skcipher - use crypto_grab_cipher() and simplify error paths")
c282586fc341 ("crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths")
05b3bbb53a05 ("crypto: ccm - use crypto_grab_ahash() and simplify error paths")
39e7a283b308 ("crypto: hmac - use crypto_grab_shash() and simplify error paths")
218c5035fe33 ("crypto: cryptd - use crypto_grab_shash() and simplify error paths")
84a9c938e506 ("crypto: ahash - introduce crypto_grab_ahash()")
fdfad1fffc2a ("crypto: shash - introduce crypto_grab_shash()")
de95c9574108 ("crypto: algapi - pass instance to crypto_grab_spawn()")
73bed26f73a1 ("crypto: akcipher - pass instance to crypto_grab_akcipher()")
cd900f0cacd7 ("crypto: aead - pass instance to crypto_grab_aead()")
b9f76dddb1f9 ("crypto: skcipher - pass instance to crypto_grab_skcipher()")
ca94e9374a7d ("crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name")
b3c16bfc6a79 ("crypto: skcipher - Add skcipher_ialg_simple helper")
5f567fffaae9 ("crypto: api - Retain alg refcount in crypto_grab_spawn")
4f87ee118d16 ("crypto: api - Do not zap spawn->alg")
73669cc55646 ("crypto: api - Fix race condition in crypto_spawn_alg")
7db3b61b6bba ("crypto: api - Check spawn->alg under lock in crypto_drop_spawn")
c28817895464 ("crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms")
bbefa1dd6a6d ("crypto: pcrypt - Avoid deadlock by using per-instance padata queues")
07928d9bfc81 ("padata: Remove broken queue flushing")
d63007eb954e ("crypto: ablkcipher - remove deprecated and unused ablkcipher support")
20cc01baa334 ("crypto: aead - Split out geniv into its own module")
b95bba5d0114 ("crypto: skcipher - rename the crypto_blkcipher module and kconfig option")
c65058b7587f ("crypto: skcipher - remove the "blkcipher" algorithm type")
53253064adfa ("crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type")
cec0cb8a28f9 ("crypto: skcipher - remove crypto_has_ablkcipher()")
f08fcced6d00 ("crypto: allwinner - Add sun8i-ss cryptographic offloader")
17513547a87a ("crypto: sun4i-ss - Move to Allwinner directory")
06f751b61329 ("crypto: allwinner - Add sun8i-ce Crypto Engine")
3914b93115af ("crypto: allwinner - Add allwinner subdirectory")
48fe583fe541 ("crypto: amlogic - Add crypto accelerator for amlogic GXL")
7f725f41f627 ("crypto: powerpc - convert SPE AES algorithms to skcipher API")
8255e65df961 ("crypto: powerpc - don't set ivsize for AES-ECB")
0d6ecb2e43d6 ("crypto: powerpc - don't unnecessarily use atomic scatterwalk")
cd5d2f845746 ("crypto: sparc/des - convert to skcipher API")
c72a26ef6b25 ("crypto: sparc/camellia - convert to skcipher API")