linux-sg2042/drivers/crypto/marvell/octeontx
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
..
Makefile
otx_cpt_common.h
otx_cpt_hw_types.h
otx_cptpf.h
otx_cptpf_main.c crypto: marvell/octeontx - Add missing '\n' in log messages 2020-04-16 16:49:23 +10:00
otx_cptpf_mbox.c crypto: marvell/octeontx - Add missing '\n' in log messages 2020-04-16 16:49:23 +10:00
otx_cptpf_ucode.c crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng_grps_info() 2020-10-02 18:02:10 +10:00
otx_cptpf_ucode.h crypto: octeontx - Fix sparse warnings 2020-06-18 17:47:16 +10:00
otx_cptvf.h
otx_cptvf_algs.c crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY 2020-07-16 21:49:10 +10:00
otx_cptvf_algs.h crypto: octeontx - Fix sparse warnings 2020-06-18 17:47:16 +10:00
otx_cptvf_main.c mm, treewide: rename kzfree() to kfree_sensitive() 2020-08-07 11:33:22 -07:00
otx_cptvf_mbox.c
otx_cptvf_reqmgr.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
otx_cptvf_reqmgr.h mm, treewide: rename kzfree() to kfree_sensitive() 2020-08-07 11:33:22 -07:00