summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers2020-07-164-6/+7
* crypto: x86 - Remove include/asm/inst.hUros Bizjak2020-07-167-716/+399
* crypto: ccp - Silence strncpy warningHerbert Xu2020-07-161-1/+2
* hwrng: ks-sa - Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
* ASoC: cros_ec_codec: use sha256() instead of open codingEric Biggers2020-07-161-25/+2
* mptcp: use sha256() instead of open codingEric Biggers2020-07-161-12/+3
* efi: use sha256() instead of open codingEric Biggers2020-07-161-6/+3
* crypto: lib/sha256 - add sha256() functionEric Biggers2020-07-162-0/+11
* crypto: sparc - rename sha256 to sha256_algEric Biggers2020-07-161-7/+7
* crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel2020-07-163-27/+10
* crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu2020-07-162-2/+2
* crypto: mediatek - use AES library for GCM key derivationArd Biesheuvel2020-07-162-57/+9
* crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-51/+45
* crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-21/+24
* crypto: picoxcell - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-16/+22
* crypto: mxs-dcp - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-16/+17
* crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-35/+25
* crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-18/+19
* crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-31/+34
* crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-19/+19
* crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel2020-07-162-15/+15
* crypto: amlogic-gxl - default to build as moduleArd Biesheuvel2020-07-161-1/+1
* hwrng: ba431 - Include kernel.hHerbert Xu2020-07-161-0/+1
* crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu2020-07-161-5/+4
* crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu2020-07-161-27/+27
* crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2020-07-162-27/+29
* crypto:hisilicon/sec2 - update busy processing logicKai Ye2020-07-163-25/+71
* crypto: hisilicon/sec2 - clear SEC debug regsKai Ye2020-07-161-0/+7
* crypto: caam - Remove broken arc4 supportHerbert Xu2020-07-162-30/+0
* crypto: arm/ghash - use variably sized key structArd Biesheuvel2020-07-091-27/+24
* crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel2020-07-091-39/+46
* crypto: arm64/gcm - use variably sized key structArd Biesheuvel2020-07-091-28/+21
* crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel2020-07-091-25/+22
* crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel2020-07-091-78/+12
* crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song2020-07-093-6/+7
* crypto: api - permit users to specify numa node of acomp hardwareBarry Song2020-07-095-13/+62
* crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek2020-07-091-3/+3
* crypto: ccp - Fix sparse warningsHerbert Xu2020-07-093-13/+12
* crypto: af_alg - Fix regression on empty requestsHerbert Xu2020-07-091-1/+1
* crypto: virtio - constify features[] and id_table[]Rikard Falkeborn2020-07-091-2/+2
* hwrng: virtio - Constify id_table[]Rikard Falkeborn2020-07-091-1/+1
* hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn2020-07-091-1/+1
* hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn2020-07-091-1/+1
* hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven2020-07-091-3/+0
* hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu2020-07-091-0/+1
* crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu2020-07-091-3/+65
* crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu2020-07-091-4/+0
* crypto: qat - validate xts keyGiovanni Cabiddu2020-07-091-0/+6