summaryrefslogtreecommitdiffstats
path: root/drivers/uio (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-26crypto: nx - Repair some kernel-doc problemsLee Jones3-4/+5
2021-03-26crypto: vmx - Source headers are not good kernel-doc candidatesLee Jones1-1/+1
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones2-1/+5
2021-03-26crypto: atmel-ecc - Struct headers need to start with keyword 'struct'Lee Jones1-1/+1
2021-03-26crypto: keembay - Fix incorrectly named functions/structsLee Jones1-4/+4
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones4-15/+12
2021-03-26crypto: chelsio - Fix some kernel-doc issuesLee Jones2-6/+4
2021-03-26crypto: bcm - Fix a whole host of kernel-doc misdemeanoursLee Jones4-32/+38
2021-03-26crypto: hisilicon/sec - Supply missing description for 'sec_queue_empty()'s '...Lee Jones1-0/+1
2021-03-26crypto: inside-secure - Minor typo fix in the file safexcel.cBhaskar Chowdhury1-1/+1
2021-03-26crypto: jitterentropy - Put constants on the right side of the expressionMilan Djurovic1-4/+4
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-1/+1
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen4-8/+16
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen2-3/+3
2021-03-26crypto: cavium - Fix the parameter of dma_unmap_sg()Xiang Chen1-4/+5
2021-03-26crypto: amlogic - Fix the parameter of dma_unmap_sg()Xiang Chen1-3/+3
2021-03-26crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2-16/+53
2021-03-26crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas1-4/+4
2021-03-26hwrng: intel - Fix included header from 'asmTian Tao1-1/+1
2021-03-26x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre2-0/+4
2021-03-26ima: Support EC keys for signature verificationStefan Berger2-16/+20
2021-03-26x509: Add support for parsing x509 certs with ECDSA keysStefan Berger4-3/+41
2021-03-26x509: Detect sm2 keys by their parameters OIDStefan Berger3-1/+36
2021-03-26crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre3-1/+195
2021-03-26crypto: ecc - Add math to support fast NIST P384Saulo Alessandre2-75/+194
2021-03-26crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre3-0/+35
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger8-11/+671
2021-03-26oid_registry: Add OIDs for ECDSA with SHA224/256/384/512Stefan Berger1-1/+5
2021-03-19hwrng: cctrng - delete redundant printing of return valueWang Qing1-3/+1
2021-03-19crypto: hisilicon/sec - fixes some driver coding styleLongfang Liu1-55/+76
2021-03-19crypto: hisilicon/sec - fixes some coding styleLongfang Liu3-43/+39
2021-03-19crypto: hisilicon/sec - fixes a printing errorLongfang Liu1-1/+1
2021-03-19hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-19hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao1-11/+1
2021-03-19crypto: arm/chacha-scalar - switch to common rev_l macroArd Biesheuvel1-30/+13
2021-03-19crypto: arm/aes-scalar - switch to common rev_l/mov_l macrosArd Biesheuvel1-32/+10
2021-03-19crypto: arm/blake2s - fix for big endianEric Biggers1-0/+21
2021-03-19crypto: aegis128 - Move simd prototypes into aegis.hHerbert Xu3-20/+24
2021-03-12crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel1-13/+8
2021-03-12hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas1-0/+10
2021-03-12dt-bindings: rng: bcm2835: document reset supportÁlvaro Fernández Rojas1-0/+11
2021-03-12dt-bindings: rng: bcm2835: add clock constraintsÁlvaro Fernández Rojas1-0/+10
2021-03-12crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-12crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-12crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai1-0/+1
2021-03-12crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu3-8/+361
2021-03-12crypto: ecc - add curve25519 params and expose themMeng Yu3-0/+30
2021-03-12crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu3-5/+513
2021-03-12crypto: ecc - expose ecc curvesMeng Yu3-36/+59
2021-03-12crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu9-74/+89