aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/rmd128.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus3-339/+129
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus1-15/+1
2019-12-11crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop()Tudor Ambarus1-3/+1
2019-12-11crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus2-10/+0
2019-12-11crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus1-12/+31
2019-12-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus2-4/+12
2019-12-11crypto: atmel-tdes - Drop unnecessary passing of tfmTudor Ambarus1-12/+8
2019-12-11crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus1-73/+71
2019-12-11crypto: atmel-tdes - Remove useless write in Control RegisterTudor Ambarus1-2/+1
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus3-39/+35
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus3-23/+8
2019-12-11crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()Tudor Ambarus2-6/+22
2019-12-11crypto: atmel-tdes - Remove unused header includesTudor Ambarus1-3/+0
2019-12-11crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus2-20/+24
2019-12-11crypto: atmel-tdes - Constify value to write to hwTudor Ambarus1-1/+1
2019-12-11crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu1-2/+4
2019-12-11padata: update documentationDaniel Jordan5-161/+198
2019-12-11padata: remove reorder_objectsDaniel Jordan2-5/+0
2019-12-11padata: remove cpumask change notifierDaniel Jordan4-87/+1
2019-12-11padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan1-2/+2
2019-12-11padata: validate cpumask without removed CPU during offlineDaniel Jordan2-12/+19
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers4-114/+43
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers4-58/+19
2019-12-11crypto: testmgr - generate inauthentic AEAD test vectorsEric Biggers2-73/+261
2019-12-11crypto: testmgr - create struct aead_extra_tests_ctxEric Biggers1-71/+99
2019-12-11crypto: testmgr - test setting misaligned keysEric Biggers1-4/+69
2019-12-11crypto: testmgr - check skcipher min_keysizeEric Biggers1-0/+9
2019-12-11crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers1-4/+16
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers1-0/+6
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers2-10/+10
2019-12-11crypto: omap-crypto - copy the temporary data to output buffer properlyTero Kristo1-1/+36
2019-12-11crypto: omap-des - handle NULL cipher requestTero Kristo1-0/+3
2019-12-11crypto: omap-des - avoid unnecessary spam with bad cryptlenTero Kristo1-3/+1
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo3-68/+55
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo1-5/+14
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo2-27/+42
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel3-98/+33
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel1-2/+4
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel3-0/+16
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel1-0/+4
2019-12-11crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel1-1/+1
2019-12-11crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel1-0/+3
2019-12-11crypto: omap-aes - fixup aligned data cleanupTero Kristo1-2/+2
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo1-69/+33
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo1-8/+14
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo1-2/+13
2019-12-11crypto: omap-aes - add IV output handlingTero Kristo1-0/+12
2019-12-11crypto: omap-des - add IV output handlingTero Kristo1-0/+6
2019-12-11crypto: omap-aes - remove the sysfs group during driver removalTero Kristo1-1/+2