aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/ecdh.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02crypto: hisilicon - use the correct HiSilicon copyrightHao Fang3-5/+5
2021-04-02crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann9-12/+18
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao1-7/+4
2021-04-02random: remove dead code left over from blocking poolEric Biggers2-97/+3
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers2-4/+9
2021-04-02crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers1-7/+3
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava7-7/+7
2021-03-26crypto: ux500 - fix incorrect kernel-doc comment syntaxAditya Srivastava4-12/+12
2021-03-26crypto: amcc - fix incorrect kernel-doc comment syntax in filesAditya Srivastava6-31/+31
2021-03-26crypto: vmx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava5-5/+5
2021-03-26crypto: hisilicon/qm - add queue isolation support for Kunpeng930Weili Qian3-48/+118
2021-03-26crypto: hisilicon/qm - set the number of queues for functionWeili Qian2-26/+78
2021-03-26crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian7-200/+76
2021-03-26crypto: hisilicon/qm - set the total number of queuesWeili Qian4-16/+16
2021-03-26crypto: hisilicon/hpre - fix KconfigHui Tang1-1/+2
2021-03-26crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang1-1/+12
2021-03-26crypto: hisilicon - fix the check on dma addressHui Tang3-19/+1
2021-03-26crypto: hisilicon/hpre - optimise 'hpre_algs_register' error pathHui Tang1-10/+9
2021-03-26crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'Hui Tang1-10/+1
2021-03-26crypto: ecc - Correct an error in the commentsMeng Yu1-1/+1
2021-03-26crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-03-26crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-03-26crypto: nitrox - Demote non-compliant kernel-doc headersLee Jones1-2/+2
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 'queue' paramLee 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