index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
/
qat_common
/
qat_algs.c
Age
Commit message (
Expand
)
Author
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-07-09
crypto: qat - fallback for xts with 192 bit keys
Giovanni Cabiddu
2020-07-09
crypto: qat - remove unused field in skcipher ctx
Giovanni Cabiddu
2020-07-09
crypto: qat - validate xts key
Giovanni Cabiddu
2020-07-09
crypto: qat - allow xts requests not multiple of block
Giovanni Cabiddu
2020-06-18
crypto: qat - replace user types with kernel u types
Wojciech Ziemba
2020-06-18
crypto: qat - convert to SPDX License Identifiers
Giovanni Cabiddu
2020-02-22
crypto: qat - spelling s/Decrytp/Decrypt/
Geert Uytterhoeven
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-11-17
crypto: qat - switch to skcipher API
Ard Biesheuvel
2019-06-13
crypto: qat - use struct_size() helper
Gustavo A. R. Silva
2019-05-23
crypto: qat - do not offload zero length requests
Giovanni Cabiddu
2019-05-23
crypto: qat - return error for block ciphers for invalid requests
Giovanni Cabiddu
2019-05-23
crypto: qat - return proper error code in setkey
Giovanni Cabiddu
2019-05-23
crypto: qat - fix block size for aes ctr mode
Giovanni Cabiddu
2019-05-23
crypto: qat - update iv after encryption or decryption operations
Giovanni Cabiddu
2019-05-23
crypto: qat - add check for negative offset in alg precompute function
Shant KumarX Sonnad
2019-05-23
crypto: qat - remove spin_lock in qat_ablkcipher_setkey
Xin Zeng
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-10-05
crypto: qat - move temp buffers off the stack
Ard Biesheuvel
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
2018-03-31
crypto: qat - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2017-07-06
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-06-28
crypto: qat - avoid an uninitialized variable warning
Arnd Bergmann
2017-05-23
crypto: qat - Use IPAD/OPAD constant
Corentin LABBE
2016-08-24
crypto: qat - fix aes-xts key sizes
Giovanni Cabiddu
2016-05-31
crypto: qat - fix typos sizeof for ctx
Tadeusz Struk
2016-01-25
crypto: qat - Reduced reqsize in qat_algs
Cabiddu, Giovanni
2015-10-01
crypto: qat - add support for ctr(aes) and xts(aes)
Tadeusz Struk
2015-10-01
crypto: qat - remove empty functions and turn qat_uregister fn to void
Tadeusz Struk
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
2015-08-17
crypto: qat - Remove reference to crypto_aead_crt
Herbert Xu
2015-08-04
crypto: qat - Convert to new AEAD interface
Herbert Xu
2015-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-07-23
crypto: qat - Fix invalid synchronization between register/unregister sym algs
Tadeusz Struk
2015-07-17
crypto: qat - Add support for RSA algorithm
Tadeusz Struk
2015-06-09
crypto: qat: fix issue when mapping assoc to internal AD struct
Tadeusz Struk
2015-05-13
crypto: qat - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
crypto: qat - Include internal/aead.h
Herbert Xu
2015-01-16
crypto: qat - don't need qat_auth_state struct
Tadeusz Struk
2015-01-14
crypto: qat - Ensure ipad and opad are zeroed
Herbert Xu
2015-01-08
crypto: qat - Fix incorrect uses of memzero_explicit
Herbert Xu
2014-12-22
crypto: qat - add support for cbc(aes) ablkcipher
Tadeusz Struk
2014-12-22
crypto: qat - Fix assumption that sg in and out will have the same nents
Tadeusz Struk
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-11-17
crypto: qat - Use memzero_explicit
Struk, Tadeusz
2014-10-24
crypto: qat - cleanup unnecessary break checkpatch warning
Bruce Allan
2014-10-24
crypto: qat - Enforce valid numa configuration
Tadeusz Struk
2014-10-24
crypto: qat - Prevent dma mapping zero length assoc data
Tadeusz Struk
[next]