| Commit message (Expand) | Author | Files | Lines |
2019-08-22 | crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit | Hans de Goede | 1 | -4/+4 |
2019-08-22 | crypto: sha256 - Move lib/sha256.c to lib/crypto | Hans de Goede | 6 | -6/+6 |
2019-08-22 | crypto: sha256_generic - Fix some coding style issues | Hans de Goede | 1 | -134/+134 |
2019-08-22 | crypto: sha256 - Fix some coding style issues | Hans de Goede | 1 | -49/+49 |
2019-08-22 | crypto: vmx/xts - use fallback for ciphertext stealing | Ard Biesheuvel | 1 | -1/+1 |
2019-08-22 | crypto: s390/xts-aes - invoke fallback for ciphertext stealing | Ard Biesheuvel | 1 | -4/+4 |
2019-08-22 | crypto: x86/xts - implement support for ciphertext stealing | Ard Biesheuvel | 9 | -18/+81 |
2019-08-22 | crypto: hisilicon - Fix warning on printing %p with dma_addr_t | Herbert Xu | 1 | -2/+2 |
2019-08-22 | fs: cifs: move from the crypto cipher API to the new DES library interface | Ard Biesheuvel | 3 | -11/+10 |
2019-08-22 | crypto: des - remove now unused __des3_ede_setkey() | Ard Biesheuvel | 2 | -16/+0 |
2019-08-22 | crypto: x86/des - switch to library interface | Ard Biesheuvel | 1 | -19/+23 |
2019-08-22 | crypto: des - split off DES library from generic DES cipher driver | Ard Biesheuvel | 13 | -929/+1053 |
2019-08-22 | crypto: des - remove unused function | Ard Biesheuvel | 1 | -41/+0 |
2019-08-22 | crypto: 3des - move verification out of exported routine | Ard Biesheuvel | 2 | -5/+9 |
2019-08-22 | crypto: ux500/des - switch to new verification routines | Ard Biesheuvel | 1 | -24/+7 |
2019-08-22 | crypto: talitos/des - switch to new verification routines | Ard Biesheuvel | 1 | -30/+7 |
2019-08-22 | crypto: sun4i/des - switch to new verification routines | Ard Biesheuvel | 2 | -21/+7 |
2019-08-22 | crypto: stm32/des - switch to new verification routines | Ard Biesheuvel | 1 | -25/+5 |
2019-08-22 | crypto: rk3288/des - switch to new verification routines | Ard Biesheuvel | 2 | -15/+8 |
2019-08-22 | crypto: qce/des - switch to new verification routines | Ard Biesheuvel | 1 | -28/+27 |
2019-08-22 | crypto: picoxcell/des - switch to new verification routines | Ard Biesheuvel | 1 | -16/+8 |
2019-08-22 | crypto: omap/des - switch to new verification routines | Ard Biesheuvel | 1 | -19/+8 |
2019-08-22 | crypto: n2/des - switch to new verification routines | Ard Biesheuvel | 1 | -23/+9 |
2019-08-22 | crypto: cesa/des - switch to new verification routines | Ard Biesheuvel | 1 | -17/+8 |
2019-08-22 | crypto: ixp4xx/des - switch to new verification routines | Ard Biesheuvel | 1 | -21/+6 |
2019-08-22 | crypto: safexcel/des - switch to new verification routines | Ard Biesheuvel | 1 | -17/+7 |
2019-08-22 | crypto: hisilicon/des - switch to new verification routines | Ard Biesheuvel | 1 | -11/+7 |
2019-08-22 | crypto: hifn/des - switch to new verification routines | Ard Biesheuvel | 1 | -24/+8 |
2019-08-22 | crypto: ccree/des - switch to new verification routines | Ard Biesheuvel | 2 | -31/+8 |
2019-08-22 | crypto: ccp/des - switch to new verification routines | Ard Biesheuvel | 1 | -4/+3 |
2019-08-22 | crypto: nitrox/des - switch to new verification routines | Ard Biesheuvel | 1 | -2/+2 |
2019-08-22 | crypto: cpt/des - switch to new verification routines | Ard Biesheuvel | 1 | -21/+5 |
2019-08-22 | crypto: caam/des - switch to new verification routines | Ard Biesheuvel | 4 | -92/+31 |
2019-08-22 | crypto: bcm/des - switch to new verification routines | Ard Biesheuvel | 1 | -62/+17 |
2019-08-22 | crypto: atmel/des - switch to new verification routines | Ard Biesheuvel | 1 | -21/+7 |
2019-08-22 | crypto: sparc/des - switch to new verification routines | Ard Biesheuvel | 1 | -21/+16 |
2019-08-22 | crypto: s390/des - switch to new verification routines | Ard Biesheuvel | 1 | -14/+11 |
2019-08-22 | crypto: des/3des_ede - add new helpers to verify keys | Ard Biesheuvel | 2 | -13/+141 |
2019-08-22 | MAINTAINERS: nx crypto: Fix typo in a filepath | Denis Efremov | 1 | -1/+1 |
2019-08-22 | lib/mpi: Eliminate unused umul_ppmm definitions for MIPS | Nathan Chancellor | 1 | -35/+1 |
2019-08-22 | random: Support freezable kthreads in add_hwgenerator_randomness() | Stephen Boyd | 1 | -3/+7 |
2019-08-15 | crypto: arm64/aegis128 - implement plain NEON version | Ard Biesheuvel | 3 | -2/+80 |
2019-08-15 | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics | Ard Biesheuvel | 4 | -0/+207 |
2019-08-15 | crypto: aegis128 - add support for SIMD acceleration | Ard Biesheuvel | 2 | -4/+49 |
2019-08-15 | crypto: xts - add support for ciphertext stealing | Ard Biesheuvel | 1 | -20/+132 |
2019-08-15 | crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 | Pascal van Leeuwen | 1 | -1/+2 |
2019-08-15 | crypto: streebog - remove two unused variables | YueHaibing | 1 | -46/+0 |
2019-08-15 | crypto: aes-generic - remove unused variable 'rco_tab' | YueHaibing | 1 | -2/+0 |
2019-08-15 | Documentation: crypto: crypto_engine: Fix Sphinx warning | Jonathan Neuschäfer | 1 | -0/+1 |
2019-08-15 | crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit | Phani Kiran Hemadri | 5 | -17/+265 |