aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers2-0/+11
2020-07-16crypto: sparc - rename sha256 to sha256_algEric Biggers1-7/+7
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel3-27/+10
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu2-2/+2
2020-07-16crypto: mediatek - use AES library for GCM key derivationArd Biesheuvel2-57/+9
2020-07-16crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel1-51/+45
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2-21/+24
2020-07-16crypto: picoxcell - permit asynchronous skcipher as fallbackArd Biesheuvel1-16/+22
2020-07-16crypto: mxs-dcp - permit asynchronous skcipher as fallbackArd Biesheuvel1-16/+17
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel2-35/+25
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel2-18/+19
2020-07-16crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel2-31/+34
2020-07-16crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2-24/+25
2020-07-16crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2-24/+25
2020-07-16crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel2-19/+19
2020-07-16crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel2-15/+15
2020-07-16crypto: amlogic-gxl - default to build as moduleArd Biesheuvel1-1/+1
2020-07-16hwrng: ba431 - Include kernel.hHerbert Xu1-0/+1
2020-07-16crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu1-5/+4
2020-07-16crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu1-27/+27
2020-07-16crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2-27/+29
2020-07-16crypto:hisilicon/sec2 - update busy processing logicKai Ye3-25/+71
2020-07-16crypto: hisilicon/sec2 - clear SEC debug regsKai Ye1-0/+7
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu2-30/+0
2020-07-09crypto: arm/ghash - use variably sized key structArd Biesheuvel1-27/+24
2020-07-09crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel1-39/+46
2020-07-09crypto: arm64/gcm - use variably sized key structArd Biesheuvel1-28/+21
2020-07-09crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel1-25/+22
2020-07-09crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel1-78/+12
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song3-6/+7
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song5-13/+62
2020-07-09crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek1-3/+3
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu3-13/+12
2020-07-09crypto: af_alg - Fix regression on empty requestsHerbert Xu1-1/+1
2020-07-09crypto: virtio - constify features[] and id_table[]Rikard Falkeborn1-2/+2
2020-07-09hwrng: virtio - Constify id_table[]Rikard Falkeborn1-1/+1
2020-07-09hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn1-1/+1
2020-07-09hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn1-1/+1
2020-07-09hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven1-3/+0
2020-07-09hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu1-0/+1
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu1-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu1-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu1-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-07-09hwrng: octeon - Fix sparse warningsHerbert Xu1-3/+3
2020-07-09hwrng: pic32 - Fix W=1 unused variable warningHerbert Xu1-1/+1
2020-07-09hwrng: st - Fix W=1 unused variable warningHerbert Xu1-1/+2
2020-07-09hwrng: bcm2835 - Fix W=1 unused variable warningHerbert Xu1-2/+1
2020-07-09hwrng: hisi - Fix W=1 unused variable warningHerbert Xu1-1/+1
2020-07-09hwrng: omap - Fix W=1 unused variable warningHerbert Xu1-9/+2