summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common/qat_algs.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi1-1424/+0
2023-02-13crypto: qat - Use request_complete helpersHerbert Xu1-2/+2
2023-02-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu1-1/+1
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu1-4/+4
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu1-10/+14
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu1-10/+10
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu1-183/+1
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara1-2/+2
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu1-7/+12
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu1-9/+15
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu1-36/+32
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu1-27/+37
2021-03-12crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-12crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+1
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero1-7/+89
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero1-1/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-11-06crypto: qat - remove unneeded semicolonTom Rix1-1/+1
2020-10-30crypto: qat - update IV in softwareMarco Chiappero1-56/+80
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+7
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu1-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu1-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu1-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba1-27/+27
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu1-46/+2
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-5/+1
2019-11-17crypto: qat - switch to skcipher APIArd Biesheuvel1-160/+144
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva1-4/+2
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu1-0/+6
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu1-4/+19
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu1-65/+108
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu1-1/+1
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu1-12/+59
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad1-0/+3
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng1-13/+3
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-12/+12
2018-10-05crypto: qat - move temp buffers off the stackArd Biesheuvel1-33/+31
2018-09-04crypto: qat - Remove VLA usageKees Cook1-2/+6
2018-03-30crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+3
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+21
2017-06-28crypto: qat - avoid an uninitialized variable warningArnd Bergmann1-19/+21
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu1-2/+2
2016-05-31crypto: qat - fix typos sizeof for ctxTadeusz Struk1-4/+4