aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/picoxcell_crypto.c
AgeCommit message (Expand)Author
2021-01-03crypto: picoxcell - Remove PicoXcell driverRob Herring
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-21crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: picoxcell - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-20crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan
2019-11-17crypto: picoxcell - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: picoxcell/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: picoxcell - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-03crypto: picoxcell - Use dev_get_drvdata()Kefeng Wang
2019-04-18crypto: picoxcell - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-09-28crypto: picoxcell - Remove VLA usage of skcipherKees Cook
2018-04-28crypto: drivers - simplify getting .drvdataWolfram Sang
2018-03-31crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-01-26crypto: picoxcell - Fix error handling in spacc_probe()Alexey Khoroshilov
2017-11-06crypto: Convert timers to use timer_setup()Kees Cook
2017-01-13crypto: picoxcell - Remove spacc_is_compatible() wrapper functionJavier Martinez Canillas
2017-01-13crypto: picoxcell - Remove platform device ID tableJavier Martinez Canillas
2016-07-01crypto: picoxcell - Use skcipher for fallbackHerbert Xu
2015-12-29crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang
2015-11-23crypto: picoxcell - set [src|dst]_nents and nents as signed intLABBE Corentin
2015-11-17crypto: picoxcell - check return value of sg_nents_for_lenLABBE Corentin
2015-09-21crypto: picoxcell - Fix module autoload for OF platform driverLuis de Bethencourt
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-04crypto: picoxcell - Convert to new AEAD interfaceHerbert Xu
2015-06-21crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen
2015-06-12crypto: picoxcell - Clamp AEAD SG list by input lengthHerbert Xu
2015-06-12crypto: picoxcell - Make use of sg_nents_for_lenHerbert Xu
2015-06-12crypto: picoxcell - Include linux/sizes.hHerbert Xu
2015-05-13crypto: picoxcell - Use crypto_aead_set_reqsize helperHerbert Xu
2015-05-13crypto: nx - Include internal/aead.hHerbert Xu
2014-02-27crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han
2013-10-16crypto: picoxcell - Simplify and harden key parsingMathias Krause
2013-06-05crypto: picoxcell - replace strict_strtoul() with kstrtoul()Jingoo Han
2013-03-22crypto: picoxcell - Use of_match_ptr() macroSachin Kamat
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-11-09crypto: picoxcell - Add terminating entry for platform_device_id tableAxel Lin
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos
2011-12-20crypto: picoxcell - fix boolean and / or confusionJamie Iles
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin
2011-08-10crypto: picoxcell - fix possible invalid pointer dereferenceJamie Iles
2011-08-10crypto: picoxcell - support for device tree matchingJamie Iles
2011-08-10crypto: picoxcell - add connection ID to the clock nameJamie Iles
2011-08-10crypto: picoxcell - convert to platform ID tableJamie Iles
2011-03-27crypto: picoxcell - fix possible status FIFO overflowJamie Iles