aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: safexcel - Remove cfb and ofbHerbert Xu3-160/+0
2023-12-08crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2023-10-27crypto: inside-secure/safexcel - Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-03-14crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell1-10/+27
2023-03-14crypto: safexcel - Raise firmware load failure message to errorJonathan McDowell1-1/+1
2023-02-13crypto: safexcel - Use request_complete helpersHerbert Xu1-2/+2
2023-02-10crypto: safexcel - Use crypto_wait_reqHerbert Xu4-68/+24
2022-12-09crypto: safexcel - Set DMA alignment explicitlyHerbert Xu1-49/+50
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem2-1/+13
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem2-4/+11
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem2-15/+35
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2-54/+21
2022-09-24crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem1-13/+31
2022-09-16crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár1-0/+2
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz1-9/+9
2022-05-06crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+9
2021-03-26crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury1-1/+1
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao1-4/+1
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel2-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+6
2020-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King1-1/+1
2020-09-25crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu3-42/+36
2020-09-25crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu3-63/+72
2020-09-25crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu3-30/+30
2020-09-18crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen2-3/+54
2020-09-18crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen1-4/+5
2020-09-04crypto: inside-secure - use kfree_sensitive()Denis Efremov1-2/+1
2020-07-31crypto: inside-secure - irq balanceSven Auhagen2-2/+14
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2-0/+65
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2-11/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2-39/+15
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-11crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin1-4/+1
2019-11-17crypto: inside-secure - Fixed authenc w/ (3)DES fails on MacchiatobinPascal van Leeuwen1-2/+3
2019-11-17crypto: inside-secure - Fix hangup during probing for EIP97 enginePascal van Leeuwen1-4/+4
2019-11-08crypto: inside-secure - Add missed clk_disable_unprepareChuhong Yuan1-0/+1
2019-11-01crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen4-67/+61
2019-10-23crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal van Leeuwen1-1/+1
2019-10-23crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen1-6/+2
2019-10-18crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing1-4/+1
2019-10-18crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King1-1/+1
2019-10-10crypto: inside-secure - Remove #ifdef checksArnd Bergmann1-37/+12
2019-10-10crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann1-0/+2
2019-10-05crypto: inside-secure - Add support for the EIP196Pascal van Leeuwen3-14/+86
2019-10-05crypto: inside-secure - Add support for HW with less ring AIC's than ringsPascal van Leeuwen2-4/+20
2019-10-05crypto: inside-secure - Add support for 256 bit wide internal busPascal van Leeuwen3-51/+72
2019-10-05crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen3-37/+134
2019-10-05crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"Pascal van Leeuwen3-15/+74
2019-10-05crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEADPascal van Leeuwen3-23/+91
2019-10-05crypto: inside-secure - Fixed corner case TRC admin RAM probing issuePascal van Leeuwen2-16/+34
2019-10-05crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen1-2/+2
2019-10-05crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBCPascal van Leeuwen3-0/+144
2019-10-05crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBCPascal van Leeuwen3-0/+144
2019-10-05crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBCPascal van Leeuwen3-0/+41
2019-10-05crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithmsPascal van Leeuwen3-13/+436
2019-10-05crypto: inside-secure - Add SHA3 family of basic hash algorithmsPascal van Leeuwen3-0/+364
2019-10-05crypto: inside-secure - Add SM4 based authenc AEAD ciphersuitesPascal van Leeuwen3-14/+274
2019-10-05crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipherPascal van Leeuwen3-0/+53
2019-10-05crypto: inside-secure - Add support for the cfb(sm4) skcipherPascal van Leeuwen3-0/+38
2019-10-05crypto: inside-secure - Add support for the ofb(sm4) skcipherPascal van Leeuwen3-0/+38
2019-10-05crypto: inside-secure - Add support for the cbc(sm4) skcipherPascal van Leeuwen3-0/+38
2019-10-05crypto: inside-secure - Add support for the ecb(sm4) skcipherPascal van Leeuwen3-0/+97
2019-10-05crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen3-0/+72
2019-10-05crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen3-0/+73
2019-10-05crypto: inside-secure - Add support for the Chacha20-Poly1305 AEADPascal van Leeuwen3-24/+263
2019-10-05crypto: inside-secure - Added support for the CHACHA20 skcipherPascal van Leeuwen3-1/+86
2019-10-05crypto: inside-secure - Added support for the AES-CMAC ahashPascal van Leeuwen3-0/+101
2019-10-05crypto: inside-secure - Added support for the AES XCBC ahashPascal van Leeuwen3-4/+134
2019-10-05crypto: inside-secure - Added support for the AES CBCMAC ahashPascal van Leeuwen3-41/+196
2019-10-05crypto: inside-secure - Added support for CRC32Pascal van Leeuwen3-7/+111
2019-09-20crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=nPascal van Leeuwen1-11/+29
2019-09-13crypto: inside-secure - Probe transform record cache RAM sizesPascal van Leeuwen2-50/+200
2019-09-13crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen2-12/+40
2019-09-13crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen2-10/+48
2019-09-13crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen2-0/+3
2019-09-13crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen2-4/+4
2019-09-13crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen2-50/+130
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen3-53/+249
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen3-0/+39
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen3-0/+39
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen4-41/+204
2019-09-05crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen1-39/+47
2019-09-05crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen1-11/+14
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen3-31/+34
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen4-2/+98
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen3-4/+123
2019-09-05crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen1-147/+111
2019-08-30crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen2-45/+161
2019-08-30crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen3-167/+405
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen4-33/+0
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: safexcel/des - switch to new verification routinesArd Biesheuvel1-17/+7
2019-08-09crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-09crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen1-5/+0
2019-08-09crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen1-16/+19
2019-07-26crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen2-56/+36
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen3-45/+250
2019-07-26crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen3-64/+138
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen3-19/+72
2019-07-26crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel1-1/+1
2019-07-26crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen1-3/+44
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen2-158/+269
2019-07-26crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen1-65/+6
2019-07-26crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen1-19/+13
2019-07-26crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2-5/+4
2019-07-26crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen1-46/+136
2019-07-26crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen1-41/+43
2019-07-26crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen1-5/+20
2019-07-26crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen1-2/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-84/+157
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart2-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart2-22/+38
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart2-7/+53
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart1-0/+2
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart3-0/+16
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart1-13/+11
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart1-2/+1
2019-06-06crypto: inside-secure - move commentAntoine Tenart1-3/+4
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-18crypto: inside-secure - Forbid 2-key 3DES in FIPS modeHerbert Xu1-6/+5
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2018-11-20crypto: inside-secure - remove useless setting of type flagsEric Biggers1-4/+4
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-3/+5
2018-07-20crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart1-1/+1
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart5-20/+5
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers1-2/+2
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-5/+5
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz5-121/+119
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz3-0/+120
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz3-44/+185
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz3-1/+60
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz3-2/+71
2018-07-09crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2-0/+5
2018-07-09crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz1-0/+20
2018-07-09crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2-12/+30
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart4-27/+54
2018-07-09crypto: inside-secure - add multiple processing engine supportOfer Heifetz2-118/+150
2018-07-09crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz3-38/+47
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart4-12/+20
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart4-2/+29
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart4-21/+31
2018-07-09crypto: inside-secure - move the firmware to a better locationAntoine Tenart1-6/+12
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart3-0/+41
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart3-0/+58
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart3-1/+77
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart3-2/+43
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart3-3/+61
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart3-37/+153
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart2-7/+10
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2-10/+4
2018-06-22crypto: inside-secure - increase minimum transfer sizeOfer Heifetz1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-142/+599
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart3-0/+41
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart3-2/+50
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart4-33/+352
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart4-11/+27
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart1-2/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart1-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart1-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart1-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart1-107/+129
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart3-2/+11
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart1-2/+2
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart3-0/+58
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart3-9/+75
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart1-1/+2
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart2-2/+2
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2-2/+2
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart1-12/+18
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2-9/+26
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)1-1/+3
2018-03-09crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart1-1/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart3-45/+18
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz3-14/+14
2018-02-22crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart1-1/+3
2018-02-22crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart2-19/+15
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2-2/+2
2018-02-22crypto: inside-secure - do not process request if no command was issuedAntoine Tenart1-0/+9
2018-02-22crypto: inside-secure - fix the cache_len computationAntoine Tenart1-1/+1
2018-02-22crypto: inside-secure - fix the extra cache computationAntoine Tenart1-1/+1
2018-02-22crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart1-2/+1
2018-01-26crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King1-2/+2
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart1-10/+24
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart1-8/+12