aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers12-71/+42
2019-12-20crypto: arm64 - Use modern annotations for assembly functionsMark Brown17-84/+84
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus1-1/+7
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal1-1/+2
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus2-2/+2
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus3-8/+4
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus3-9/+6
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus3-4/+0
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Tudor Ambarus2-31/+2
2019-12-20crypto: amlogic - add unspecified HAS_IOMEM dependencyBrendan Higgins1-0/+1
2019-12-20crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins1-1/+1
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsPascal van Leeuwen2-3/+6
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with zero length input dataPascal van Leeuwen1-18/+22
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen5-249/+446
2019-12-20padata: update documentation file path in MAINTAINERSDaniel Jordan1-1/+1
2019-12-20crypto: api - fix unexpectedly getting generic implementationHerbert Xu2-4/+24
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila1-99/+58
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila1-100/+58
2019-12-20crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_killChuhong Yuan1-2/+13
2019-12-20crypto: hisilicon - still no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-22/+6
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas3-0/+200
2019-12-20crypto: ccp - add TEE support for Raven RidgeRijo Thomas7-4/+431
2019-12-20crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas1-5/+41
2019-12-20crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas4-10/+31
2019-12-20crypto: ccp - create a generic psp-dev fileRijo Thomas6-193/+367
2019-12-20crypto: ccp - rename psp-dev files to sev-devRijo Thomas4-9/+9
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu2-13/+13
2019-12-11crypto: padlock-sha - Use init_tfm/exit_tfm interfaceHerbert Xu1-16/+10
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu2-0/+39
2019-12-11crypto: api - Add more comments to crypto_remove_spawnsHerbert Xu1-0/+25
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu2-10/+13
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2019-12-11crypto: doc - remove references to ARC4Eric Biggers1-2/+2
2019-12-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu1-4/+2
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks1-1/+1
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