summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: artpec6 - Remove VLA usage of skcipherKees Cook2018-09-281-10/+9
* crypto: qce - Remove VLA usage of skcipherKees Cook2018-09-282-8/+7
* crypto: sahara - Remove VLA usage of skcipherKees Cook2018-09-281-16/+15
* crypto: cryptd - Remove VLA usage of skcipherKees Cook2018-09-281-15/+17
* crypto: null - Remove VLA usage of skcipherKees Cook2018-09-289-30/+29
* crypto: vmx - Remove VLA usage of skcipherKees Cook2018-09-283-29/+29
* crypto: ccp - Remove VLA usage of skcipherKees Cook2018-09-282-7/+8
* wusb: Remove VLA usage of skcipherKees Cook2018-09-281-8/+8
* rxrpc: Remove VLA usage of skcipherKees Cook2018-09-282-23/+23
* ppp: mppe: Remove VLA usage of skcipherKees Cook2018-09-281-13/+14
* libceph: Remove VLA usage of skcipherKees Cook2018-09-282-7/+7
* block: cryptoloop: Remove VLA usage of skcipherKees Cook2018-09-281-11/+11
* x86/fpu: Remove VLA usage of skcipherKees Cook2018-09-281-14/+16
* s390/crypto: Remove VLA usage of skcipherKees Cook2018-09-281-24/+24
* mac802154: Remove VLA usage of skcipherKees Cook2018-09-282-9/+9
* lib80211: Remove VLA usage of skcipherKees Cook2018-09-286-95/+89
* gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-286-109/+108
* crypto: skcipher - Introduce crypto_sync_skcipherKees Cook2018-09-282-0/+99
* crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2018-09-281-9/+0
* crypto: s5p-sss: Add aes-ctr supportChristoph Manszewski2018-09-281-5/+40
* crypto: s5p-sss: Minor code cleanupChristoph Manszewski2018-09-281-37/+17
* crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski2018-09-281-2/+2
* crypto: s5p-sss: Fix race in error handlingChristoph Manszewski2018-09-281-5/+7
* crypto: arm/crc32 - avoid warning when compiling with ClangStefan Agner2018-09-211-1/+1
* cpufeature: avoid warning when compiling with clangStefan Agner2018-09-211-1/+1
* crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan2018-09-211-4/+40
* crypto: ccp - Fix static checker warningJanakarajan Natarajan2018-09-211-1/+1
* crypto: lrw - Do not use auxiliary bufferOndrej Mosnacek2018-09-211-229/+51
* crypto: lrw - Optimize tweak computationOndrej Mosnacek2018-09-211-24/+37
* crypto: testmgr - Add test for LRW counter wrap-aroundOndrej Mosnacek2018-09-211-0/+21
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-09-211-1/+6
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-09-211-0/+3
* arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCsHoria Geantă2018-09-211-0/+1
* crypto: caam/qi2 - add support for ahash algorithmsHoria Geantă2018-09-213-1/+1750
* crypto: caam - export ahash shared descriptor generationHoria Geantă2018-09-215-70/+114
* crypto: caam/qi2 - add skcipher algorithmsHoria Geantă2018-09-213-1/+582
* crypto: caam/qi2 - add DPAA2-CAAM driverHoria Geantă2018-09-217-17/+3109
* crypto: caam - add Queue Interface v2 error codesHoria Geantă2018-09-213-4/+79
* crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă2018-09-213-0/+908
* crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-09-211-14/+14
* soc: fsl: dpio: add congestion notification supportHoria Geantă2018-09-211-0/+15
* soc: fsl: dpio: add frame list format supportHoria Geantă2018-09-211-0/+242
* soc: fsl: dpio: add back some frame queue functionsHoria Geantă2018-09-212-0/+62
* bus: fsl-mc: add support for dpseci device typeHoria Geantă2018-09-212-0/+11
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-214-20/+20
* crypto: xts - Drop use of auxiliary bufferOndrej Mosnacek2018-09-211-223/+46
* crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel2018-09-213-19/+32
* crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel2018-09-212-1/+243
* crypto: arm64/aes-blk - revert NEON yield for skciphersArd Biesheuvel2018-09-211-173/+108
* crypto: arm64/aes-blk - remove pointless (u8 *) castsArd Biesheuvel2018-09-211-24/+23