Skip to content
Snippets Groups Projects
Select Git revision
  • ebb3b47e37a4ccef33e6388589a21a5c23d6b40b
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

crypto

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull crypto fixes from Herbert Xu:
    
     - vmalloc stack regression in CCM
    
     - Build problem in CRC32 on ARM
    
     - Memory leak in cavium
    
     - Missing Kconfig dependencies in atmel and mediatek
    
     - XTS Regression on some platforms (s390 and ppc)
    
     - Memory overrun in CCM test vector
    
    * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
      crypto: vmx - Use skcipher for xts fallback
      crypto: vmx - Use skcipher for cbc fallback
      crypto: testmgr - Pad aes_ccm_enc_tv_template vector
      crypto: arm/crc32 - add build time test for CRC instruction support
      crypto: arm/crc32 - fix build error with outdated binutils
      crypto: ccm - move cbcmac input off the stack
      crypto: xts - Propagate NEED_FALLBACK bit
      crypto: api - Add crypto_requires_off helper
      crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMA
      crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend on HAS_DMA
      crypto: cavium - fix leak on curr if curr->head fails to be allocated
      crypto: cavium - Fix couple of static checker errors
    33a8b3e9
    History
    Name Last commit Last update
    ..