aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/qat_algs.c
AgeCommit message (Expand)Author
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi
2023-02-13crypto: qat - Use request_complete helpersHerbert Xu
2023-02-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu
2021-03-13crypto: qat - fix use of 'dma_map_single'Hui Tang
2021-03-13crypto: qat - fix unmap invalid dma addressHui Tang
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-06crypto: qat - remove unneeded semicolonTom Rix
2020-10-30crypto: qat - update IV in softwareMarco Chiappero
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: qat - switch to skcipher APIArd Biesheuvel
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-05crypto: qat - move temp buffers off the stackArd Biesheuvel
2018-09-04crypto: qat - Remove VLA usageKees Cook
2018-03-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-28crypto: qat - avoid an uninitialized variable warningArnd Bergmann
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu
2016-05-31crypto: qat - fix typos sizeof for ctxTadeusz Struk