aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-12-11crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel
2019-12-11crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel
2019-12-11crypto: omap-aes - fixup aligned data cleanupTero Kristo
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo
2019-12-11crypto: omap-aes - add IV output handlingTero Kristo
2019-12-11crypto: omap-des - add IV output handlingTero Kristo
2019-12-11crypto: omap-aes - remove the sysfs group during driver removalTero Kristo
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalTero Kristo
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers