aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: padlock-sha - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu
2019-12-11crypto: api - Add more comments to crypto_remove_spawnsHerbert Xu
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2019-12-11crypto: doc - remove references to ARC4Eric Biggers
2019-12-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus
2019-12-11crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop()Tudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus
2019-12-11crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus
2019-12-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus
2019-12-11crypto: atmel-tdes - Drop unnecessary passing of tfmTudor Ambarus
2019-12-11crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus
2019-12-11crypto: atmel-tdes - Remove useless write in Control RegisterTudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()Tudor Ambarus
2019-12-11crypto: atmel-tdes - Remove unused header includesTudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus
2019-12-11crypto: atmel-tdes - Constify value to write to hwTudor Ambarus
2019-12-11crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2019-12-11padata: update documentationDaniel Jordan
2019-12-11padata: remove reorder_objectsDaniel Jordan
2019-12-11padata: remove cpumask change notifierDaniel Jordan
2019-12-11padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan
2019-12-11padata: validate cpumask without removed CPU during offlineDaniel Jordan
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers
2019-12-11crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers
2019-12-11crypto: testmgr - create struct aead_extra_tests_ctxEric Biggers
2019-12-11crypto: testmgr - test setting misaligned keysEric Biggers
2019-12-11crypto: testmgr - check skcipher min_keysizeEric Biggers
2019-12-11crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers
2019-12-11crypto: omap-crypto - copy the temporary data to output buffer properlyTero Kristo
2019-12-11crypto: omap-des - handle NULL cipher requestTero Kristo
2019-12-11crypto: omap-des - avoid unnecessary spam with bad cryptlenTero Kristo
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel