summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/qat_algs.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi2023-04-061-1424/+0
* crypto: qat - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: qat - fix out-of-bounds readGiovanni Cabiddu2023-02-101-1/+1
* crypto: qat - extend buffer list interfaceGiovanni Cabiddu2022-12-091-4/+4
* crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu2022-12-091-10/+14
* crypto: qat - rename bufferlist functionsGiovanni Cabiddu2022-12-091-10/+10
* crypto: qat - relocate bufferlist logicGiovanni Cabiddu2022-12-091-183/+1
* crypto: qat - fix DMA transfer directionDamian Muszynski2022-09-161-6/+12
* crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara2022-06-241-2/+2
* crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu2022-05-201-7/+12
* crypto: qat - add backlog mechanismGiovanni Cabiddu2022-05-201-9/+15
* crypto: qat - refactor submission logicGiovanni Cabiddu2022-05-201-36/+32
* crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2022-05-201-27/+37
* crypto: qat - fix use of 'dma_map_single'Hui Tang2021-03-131-13/+14
* crypto: qat - fix unmap invalid dma addressHui Tang2021-03-131-2/+9
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+1
* crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero2020-12-111-7/+89
* crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero2020-12-111-1/+16
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: qat - remove unneeded semicolonTom Rix2020-11-061-1/+1
* crypto: qat - update IV in softwareMarco Chiappero2020-10-301-56/+80
* crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni2020-09-111-1/+9
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-6/+7
* crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu2020-07-091-3/+65
* crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu2020-07-091-4/+0
* crypto: qat - validate xts keyGiovanni Cabiddu2020-07-091-0/+6
* crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu2020-07-091-2/+20
* crypto: qat - replace user types with kernel u typesWojciech Ziemba2020-06-181-27/+27
* crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu2020-06-181-46/+2
* crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven2020-02-221-1/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-5/+1
* crypto: qat - switch to skcipher APIArd Biesheuvel2019-11-171-160/+144
* crypto: qat - use struct_size() helperGustavo A. R. Silva2019-06-131-4/+2
* crypto: qat - do not offload zero length requestsGiovanni Cabiddu2019-05-231-0/+6
* crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu2019-05-231-4/+19
* crypto: qat - return proper error code in setkeyGiovanni Cabiddu2019-05-231-65/+108
* crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu2019-05-231-1/+1
* crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu2019-05-231-12/+59
* crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad2019-05-231-0/+3
* crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng2019-05-231-13/+3
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-12/+12
* crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-051-33/+31
* crypto: qat - Remove VLA usageKees Cook2018-09-041-2/+6
* crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+3
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-19/+21
|\
| * crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-281-19/+21
* | crypto: qat - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
|/
* crypto: qat - fix aes-xts key sizesGiovanni Cabiddu2016-08-241-2/+2
* crypto: qat - fix typos sizeof for ctxTadeusz Struk2016-05-311-4/+4