aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2-6/+10
2023-05-24crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-02-14crypto: nx - Fix sparse warningsHerbert Xu2-10/+9
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu1-1/+1
2022-09-09crypto: nx - Remove the unneeded result variableye xingchen1-4/+1
2022-07-08crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He1-1/+4
2022-06-30crypto: nx - drop unexpected word "the"Jiang Jian1-1/+1
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni1-1/+1
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn1-2/+2
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-4/+143
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu8-22/+32
2021-06-24crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu1-2/+4
2021-06-24crypto: nx - Fix memcpy() over-reading in nonceKees Cook1-1/+1
2021-06-20crypto/nx: Register and unregister VAS interface on PowerVMHaren Myneni2-0/+9
2021-06-20crypto/nx: Add sysfs interface to export NX capabilitiesHaren Myneni1-0/+43
2021-06-20crypto/nx: Get NX capabilities for GZIP coprocessor typeHaren Myneni1-0/+87
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni2-1/+1
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni1-3/+3
2021-05-28crypto: nx - Fix typo in commentShaokun Zhang1-2/+2
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones1-13/+11
2021-05-14crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds11-12/+15
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava7-7/+7
2021-03-26crypto: nx - Repair some kernel-doc problemsLee Jones3-4/+5
2021-03-07crypto: nx - add missing call to of_node_put()Yang Li1-1/+3
2021-03-02vio: make remove callback return voidUwe Kleine-König2-6/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni1-1/+0
2020-04-20crypto/nx: Enable and setup GZIP compression typeHaren Myneni1-6/+40
2020-04-20crypto/nx: Make enable code generic to add new GZIP compression typeHaren Myneni1-60/+101
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni2-3/+3
2020-04-20crypto/nx: Initialize coproc entry with kzallocHaren Myneni1-1/+1
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-17crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel2-10/+0
2019-10-26crypto: nx - Improve debugfs_create_u{32,64}() handling for atomicsGeert Uytterhoeven1-9/+9
2019-10-23crypto: nx - convert AES-CTR to skcipher APIEric Biggers3-67/+46
2019-10-23crypto: nx - convert AES-CBC to skcipher APIEric Biggers3-52/+41
2019-10-23crypto: nx - convert AES-ECB to skcipher APIEric Biggers3-51/+58
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers7-57/+43
2019-08-30crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing1-3/+0
2019-08-02crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta1-0/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-64/+31
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-61/+26
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar10-130/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner10-130/+10
2019-06-03locking/atomic, crypto/nx: Remove redundant castsMark Rutland1-3/+3
2019-06-03locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-20/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers3-16/+8
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2-6/+3
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+28
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni1-3/+28
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers3-3/+0
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King1-1/+1
2018-02-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring1-3/+2
2017-11-29crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King1-2/+2
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-97/+72
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-6/+7
2017-11-12crypto/nx: Do not initialize workmem allocationHaren Myneni1-1/+1
2017-11-12crypto/nx: Use percpu send window for NX requestsHaren Myneni1-81/+68
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu1-15/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-09-22crypto: nx - Use GCM IV size constantCorentin LABBE1-4/+5
2017-09-22crypto: nx-842 - constify vio_device_idArvind Yadav1-1/+1
2017-09-22crypto: nx - constify vio_device_idArvind Yadav1-1/+1
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni2-6/+372
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2-0/+26
2017-09-01crypto/nx: Use kzalloc for workmem allocationHaren Myneni1-1/+1
2017-09-01crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni1-3/+9
2017-09-01crypto/nx: Create nx842_delete_coprocs functionHaren Myneni1-13/+12
2017-09-01crypto/nx: Create nx842_configure_crb functionHaren Myneni1-19/+38
2017-09-01crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni1-7/+13
2017-08-31powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu2-8/+4
2016-11-17crypto: nx - drop duplicate header types.hGeliang Tang1-1/+0
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter1-1/+1
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni1-4/+8
2015-11-24crypto: nx - use of_property_read_u32()saurabh1-7/+4
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2-2/+3
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni2-4/+8
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-989/+775
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu1-0/+2
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2-6/+2
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek2-23/+32
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa3-30/+1
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman1-1/+2
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman1-2/+5
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman6-191/+114
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman2-1/+1
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman5-162/+60
2015-07-23crypto: nx - use common code for both NX decompress success casesDan Streetman1-4/+2
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman1-4/+1
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman1-22/+16
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman1-29/+10
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman1-4/+4
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu3-95/+85
2015-07-14crypto: nx - Use new IV conventionHerbert Xu1-26/+40
2015-07-14crypto: nx/842 - Fix context corruptionHerbert Xu1-13/+35
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu8-79/+125
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu8-79/+125
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2-12/+1
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan1-1/+7
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan1-4/+4
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan1-1/+2
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu1-32/+118
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman3-43/+45
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu1-8/+0
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu3-73/+67
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman5-15/+25
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2-2/+22
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman1-5/+2
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman6-135/+148
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu1-3/+0
2015-05-18crypto: nx - remove 842-nx null checksDan Streetman1-6/+0
2015-05-11crypto: nx - add hardware 842 crypto comp algDan Streetman3-0/+597
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman1-626/+153
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman6-10/+737
2015-05-11crypto: nx - add nx842 constraintsDan Streetman3-0/+50
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman5-40/+232
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman2-1/+1
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa4-119/+99
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa1-4/+24
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-3/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-363/+447
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely1-2/+2
2014-11-06crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa2-22/+113
2014-11-06crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa2-230/+200
2014-11-06crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa1-18/+63
2014-11-06crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa1-29/+37
2014-11-06crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa1-10/+2
2014-11-06crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa1-10/+3
2014-11-06crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa1-34/+27
2014-11-06crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa1-10/+2
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-22/+8
2014-07-23of: Reorder device tree changes and notifiersGrant Likely1-22/+8
2014-06-20crypto: drivers - Add 2 missing __exit_pJean Delvare1-1/+1
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds1-2/+2
2014-05-28crypto/nx/nx-842: dev_set_drvdata can no longer failJean Delvare1-6/+1
2014-04-16crypto: nx - Use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot1-10/+19
2013-09-02crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2-2/+2
2013-09-02crypto: nx - fix GCM for zero length messagesMarcelo Cerri1-20/+112
2013-09-02crypto: nx - fix XCBC for zero length messagesMarcelo Cerri1-7/+77
2013-09-02crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter1-75/+208
2013-09-02crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter1-47/+66
2013-09-02crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri1-66/+136
2013-09-02crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri1-19/+31
2013-09-02crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri1-23/+33
2013-09-02crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri1-18/+30
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri7-9/+14
2013-08-21crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com1-2/+2
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri10-12/+87
2013-08-09crypto: nx - saves chaining value from co-processorFionnuala Gunter1-0/+1
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2-95/+132
2013-08-09crypto: nx - fix physical addresses added to sg listsMarcelo Cerri1-3/+19
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder6-38/+19
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2-13/+8
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-9/+8
2012-09-05powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman1-9/+8
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman1-16/+18
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings3-0/+1627
2012-08-01powerpc/crypto: rework KconfigSeth Jennings2-1/+18
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna5-8/+0
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder1-0/+11
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder1-0/+103
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder1-0/+265
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder1-0/+246
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder1-0/+236
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder1-0/+178
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder3-0/+1114