aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-30crypto: inside-secure - remove crc32 supportEric Biggers1-1/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-12-08crypto: safexcel - Remove cfb and ofbHerbert Xu1-4/+0
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 Xu1-11/+0
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem1-0/+11
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem1-4/+10
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem1-14/+30
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár1-0/+2
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 Biesheuvel1-0/+1
2020-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King1-1/+1
2020-09-18crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen1-3/+41
2020-07-31crypto: inside-secure - irq balanceSven Auhagen1-2/+11
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen1-4/+8
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 Leeuwen1-2/+3
2019-10-23crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal van Leeuwen1-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 Leeuwen1-13/+56
2019-10-05crypto: inside-secure - Add support for HW with less ring AIC's than ringsPascal van Leeuwen1-4/+16
2019-10-05crypto: inside-secure - Add support for 256 bit wide internal busPascal van Leeuwen1-43/+58
2019-10-05crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEADPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"Pascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEADPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Fixed corner case TRC admin RAM probing issuePascal van Leeuwen1-16/+32
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 Leeuwen1-0/+4
2019-10-05crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBCPascal van Leeuwen1-0/+4
2019-10-05crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBCPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithmsPascal van Leeuwen1-0/+4
2019-10-05crypto: inside-secure - Add SHA3 family of basic hash algorithmsPascal van Leeuwen1-0/+4
2019-10-05crypto: inside-secure - Add SM4 based authenc AEAD ciphersuitesPascal van Leeuwen1-0/+4
2019-10-05crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipherPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Add support for the cfb(sm4) skcipherPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Add support for the ofb(sm4) skcipherPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Add support for the cbc(sm4) skcipherPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Add support for the ecb(sm4) skcipherPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Add support for the Chacha20-Poly1305 AEADPascal van Leeuwen1-0/+2
2019-10-05crypto: inside-secure - Added support for the CHACHA20 skcipherPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for the AES-CMAC ahashPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for the AES XCBC ahashPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for the AES CBCMAC ahashPascal van Leeuwen1-0/+1
2019-10-05crypto: inside-secure - Added support for CRC32Pascal van Leeuwen1-0/+1
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 Leeuwen1-41/+188
2019-09-13crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen1-11/+26
2019-09-13crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen1-10/+37
2019-09-13crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen1-0/+2
2019-09-13crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen1-2/+2
2019-09-13crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen1-47/+107
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen1-2/+2
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen1-0/+1
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen1-0/+1
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen1-1/+3
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen1-2/+34
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen1-0/+1
2019-08-30crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen1-45/+149
2019-08-30crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen1-163/+376
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen1-9/+0
2019-08-09crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen1-4/+10
2019-07-26crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen1-11/+4
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen1-0/+1
2019-07-26crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen1-5/+20
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart1-0/+6
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 - fix coding style for a conditionAntoine Tenart1-2/+1
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-3/+5
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-46/+45
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz1-0/+3
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz1-0/+3
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz1-1/+2
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz1-0/+2
2018-07-09crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz1-0/+4
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 Heifetz1-9/+21
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart1-10/+36
2018-07-09crypto: inside-secure - add multiple processing engine supportOfer Heifetz1-99/+125
2018-07-09crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz1-0/+7
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart1-0/+3
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-0/+9
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart1-7/+17
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 Tenart1-0/+1
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - increase minimum transfer sizeOfer Heifetz1-4/+4
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+32
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart1-0/+1
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart1-0/+1
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-0/+9
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart1-0/+21
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart1-2/+2
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart1-0/+1
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart1-1/+2
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart1-1/+1
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart1-1/+1
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT1-9/+25
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart1-14/+0
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz1-6/+1
2018-02-22crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart1-15/+13
2018-02-22crypto: inside-secure - do not process request if no command was issuedAntoine Tenart1-0/+9
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
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart1-82/+130
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart1-9/+23
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart1-3/+12
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart1-6/+10
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart1-12/+48
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart1-19/+22
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart1-13/+16
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz1-1/+0
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart1-0/+1
2017-08-22crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet1-2/+3
2017-07-18crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart1-4/+1
2017-06-20crypto: inside-secure - only dequeue when neededAntoine Ténart1-3/+3
2017-06-20crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - stop requeueing failed requestsAntoine Ténart1-8/+10
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart1-47/+39
2017-06-20crypto: inside-secure - optimize DSE bufferability controlIgal Liberman1-0/+1
2017-06-20crypto: inside-secure - enable single WR in DSE configurationIgal Liberman1-0/+1
2017-06-20crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart1-1/+1
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart1-0/+930