summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/picoxcell_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - simplify getting .drvdataWolfram Sang2018-04-281-4/+2
* crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: picoxcell - Fix error handling in spacc_probe()Alexey Khoroshilov2018-01-261-10/+17
* crypto: Convert timers to use timer_setup()Kees Cook2017-11-061-4/+3
* crypto: picoxcell - Remove spacc_is_compatible() wrapper functionJavier Martinez Canillas2017-01-131-18/+3
* crypto: picoxcell - Remove platform device ID tableJavier Martinez Canillas2017-01-131-7/+0
* crypto: picoxcell - Use skcipher for fallbackHerbert Xu2016-07-011-29/+31
* crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang2015-12-291-2/+1
* crypto: picoxcell - set [src|dst]_nents and nents as signed intLABBE Corentin2015-11-231-2/+3
* crypto: picoxcell - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-14/+34
* crypto: picoxcell - Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-1/+0
* crypto: picoxcell - Convert to new AEAD interfaceHerbert Xu2015-08-041-367/+311
* crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen2015-06-211-4/+4
* crypto: picoxcell - Clamp AEAD SG list by input lengthHerbert Xu2015-06-121-3/+11
* crypto: picoxcell - Make use of sg_nents_for_lenHerbert Xu2015-06-121-11/+2
* crypto: picoxcell - Include linux/sizes.hHerbert Xu2015-06-121-0/+1
* crypto: picoxcell - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-1/+2
* crypto: nx - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han2014-02-271-11/+5
* crypto: picoxcell - Simplify and harden key parsingMathias Krause2013-10-161-24/+8
* crypto: picoxcell - replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-051-1/+1
* crypto: picoxcell - Use of_match_ptr() macroSachin Kamat2013-03-221-3/+1
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* crypto: picoxcell - Add terminating entry for platform_device_id tableAxel Lin2012-11-091-0/+1
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-11/+35
* crypto: picoxcell - fix boolean and / or confusionJamie Iles2011-12-201-2/+2
* crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin2011-11-301-11/+1
* crypto: picoxcell - fix possible invalid pointer dereferenceJamie Iles2011-08-101-1/+1
* crypto: picoxcell - support for device tree matchingJamie Iles2011-08-101-6/+30
* crypto: picoxcell - add connection ID to the clock nameJamie Iles2011-08-101-1/+1
* crypto: picoxcell - convert to platform ID tableJamie Iles2011-08-101-60/+33
* crypto: picoxcell - fix possible status FIFO overflowJamie Iles2011-03-271-29/+35
* crypto: picoxcell - add support for the picoxcell crypto enginesJamie Iles2011-02-211-0/+1867
OpenPOWER on IntegriCloud