aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/qat_algs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-13crypto: 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-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+3
2017-07-06Merge 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
2016-01-25crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni1-4/+2
2015-10-01crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk1-39/+127
2015-10-01crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk1-11/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-4/+4
2015-08-17crypto: qat - Remove reference to crypto_aead_crtHerbert Xu1-3/+3
2015-08-04crypto: qat - Convert to new AEAD interfaceHerbert Xu1-204/+123
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-8/+16