linux/drivers/crypto/qat/qat_common
Linus Torvalds 39a5101f98 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
 "API:
   - Allow DRBG testing through user-space af_alg
   - Add tcrypt speed testing support for keyed hashes
   - Add type-safe init/exit hooks for ahash

  Algorithms:
   - Mark arc4 as obsolete and pending for future removal
   - Mark anubis, khazad, sead and tea as obsolete
   - Improve boot-time xor benchmark
   - Add OSCCA SM2 asymmetric cipher algorithm and use it for integrity

  Drivers:
   - Fixes and enhancement for XTS in caam
   - Add support for XIP8001B hwrng in xiphera-trng
   - Add RNG and hash support in sun8i-ce/sun8i-ss
   - Allow imx-rngc to be used by kernel entropy pool
   - Use crypto engine in omap-sham
   - Add support for Ingenic X1830 with ingenic"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (205 commits)
  X.509: Fix modular build of public_key_sm2
  crypto: xor - Remove unused variable count in do_xor_speed
  X.509: fix error return value on the failed path
  crypto: bcm - Verify GCM/CCM key length in setkey
  crypto: qat - drop input parameter from adf_enable_aer()
  crypto: qat - fix function parameters descriptions
  crypto: atmel-tdes - use semicolons rather than commas to separate statements
  crypto: drivers - use semicolons rather than commas to separate statements
  hwrng: mxc-rnga - use semicolons rather than commas to separate statements
  hwrng: iproc-rng200 - use semicolons rather than commas to separate statements
  hwrng: stm32 - use semicolons rather than commas to separate statements
  crypto: xor - use ktime for template benchmarking
  crypto: xor - defer load time benchmark to a later time
  crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'
  crypto: hisilicon/zip - fix the return value when device is busy
  crypto: hisilicon/zip - fix zero length input in GZIP decompress
  crypto: hisilicon/zip - fix the uncleared debug registers
  lib/mpi: Fix unused variable warnings
  crypto: x86/poly1305 - Remove assignments with no effect
  hwrng: npcm - modify readl to readb
  ...
2020-10-13 08:50:16 -07:00
..
adf_accel_devices.h crypto: qat - replace device ids defines 2020-09-18 17:20:10 +10:00
adf_accel_engine.c crypto: qat - replace user types with kernel u types 2020-06-18 17:26:41 +10:00
adf_admin.c crypto: qat - add delay before polling mailbox 2020-08-21 14:43:50 +10:00
adf_aer.c crypto: qat - drop input parameter from adf_enable_aer() 2020-10-08 16:38:06 +11:00
adf_cfg.c crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro 2020-09-25 17:48:13 +10:00
adf_cfg.h crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_cfg_common.h crypto: qat - replace user types with kernel ABI __u types 2020-06-18 17:26:42 +10:00
adf_cfg_strings.h crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_cfg_user.h crypto: qat - replace user types with kernel ABI __u types 2020-06-18 17:26:42 +10:00
adf_common_drv.h crypto: qat - drop input parameter from adf_enable_aer() 2020-10-08 16:38:06 +11:00
adf_ctl_drv.c crypto: qat - remove unnecessary mutex_init() 2020-09-25 17:48:14 +10:00
adf_dev_mgr.c crypto: qat - fix function parameters descriptions 2020-10-08 16:38:06 +11:00
adf_hw_arbiter.c crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_init.c crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_isr.c crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_pf2vf_msg.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
adf_pf2vf_msg.h crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_sriov.c crypto: qat - fix function parameters descriptions 2020-10-08 16:38:06 +11:00
adf_transport.c crypto: qat - replace user types with kernel u types 2020-06-18 17:26:41 +10:00
adf_transport.h crypto: qat - replace user types with kernel u types 2020-06-18 17:26:41 +10:00
adf_transport_access_macros.h crypto: qat - replace user types with kernel u types 2020-06-18 17:26:41 +10:00
adf_transport_debug.c crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro 2020-09-25 17:48:13 +10:00
adf_transport_internal.h crypto: qat - remove packed attribute in etr structs 2020-06-18 17:26:42 +10:00
adf_vf2pf_msg.c crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
adf_vf_isr.c crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
icp_qat_fw.h crypto: qat - replace user types with kernel ABI __u types 2020-06-18 17:26:42 +10:00
icp_qat_fw_init_admin.h crypto: qat - update fw init admin msg 2020-06-18 17:26:43 +10:00
icp_qat_fw_la.h crypto: qat - replace user types with kernel ABI __u types 2020-06-18 17:26:42 +10:00
icp_qat_fw_loader_handle.h crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
icp_qat_fw_pke.h crypto: qat - replace user types with kernel ABI __u types 2020-06-18 17:26:42 +10:00
icp_qat_hal.h crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
icp_qat_hw.h crypto: qat - replace user types with kernel ABI __u types 2020-06-18 17:26:42 +10:00
icp_qat_uclo.h crypto: qat - replace user types with kernel u types 2020-06-18 17:26:41 +10:00
Makefile
qat_algs.c crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA 2020-09-11 14:39:14 +10:00
qat_asym_algs.c crypto: qat - replace user types with kernel u types 2020-06-18 17:26:41 +10:00
qat_crypto.c crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
qat_crypto.h crypto: qat - convert to SPDX License Identifiers 2020-06-18 17:19:44 +10:00
qat_hal.c crypto: qat - replace device ids defines 2020-09-18 17:20:10 +10:00
qat_uclo.c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2020-10-13 08:50:16 -07:00