summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang2021-03-261-1/+1
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-264-8/+16
* crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-262-3/+3
* crypto: cavium - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-4/+5
* crypto: amlogic - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-3/+3
* crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2021-03-262-16/+53
* crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas2021-03-261-4/+4
* hwrng: intel - Fix included header from 'asmTian Tao2021-03-261-1/+1
* Merge branch 'ecc'Herbert Xu2021-03-2617-106/+1198
|\
| * x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre2021-03-262-0/+4
| * ima: Support EC keys for signature verificationStefan Berger2021-03-262-16/+20
| * x509: Add support for parsing x509 certs with ECDSA keysStefan Berger2021-03-264-3/+41
| * x509: Detect sm2 keys by their parameters OIDStefan Berger2021-03-263-1/+36
| * crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-263-1/+195
| * crypto: ecc - Add math to support fast NIST P384Saulo Alessandre2021-03-262-75/+194
| * crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre2021-03-263-0/+35
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-268-11/+671
| * oid_registry: Add OIDs for ECDSA with SHA224/256/384/512Stefan Berger2021-03-261-1/+5
* | hwrng: cctrng - delete redundant printing of return valueWang Qing2021-03-191-3/+1
* | crypto: hisilicon/sec - fixes some driver coding styleLongfang Liu2021-03-191-55/+76
* | crypto: hisilicon/sec - fixes some coding styleLongfang Liu2021-03-193-43/+39
* | crypto: hisilicon/sec - fixes a printing errorLongfang Liu2021-03-191-1/+1
* | hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-191-3/+1
* | hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-191-11/+1
* | crypto: arm/chacha-scalar - switch to common rev_l macroArd Biesheuvel2021-03-191-30/+13
* | crypto: arm/aes-scalar - switch to common rev_l/mov_l macrosArd Biesheuvel2021-03-191-32/+10
* | crypto: arm/blake2s - fix for big endianEric Biggers2021-03-191-0/+21
* | crypto: aegis128 - Move simd prototypes into aegis.hHerbert Xu2021-03-193-20/+24
* | crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel2021-03-121-13/+8
* | hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas2021-03-121-0/+10
* | dt-bindings: rng: bcm2835: document reset supportÁlvaro Fernández Rojas2021-03-121-0/+11
* | dt-bindings: rng: bcm2835: add clock constraintsÁlvaro Fernández Rojas2021-03-121-0/+10
* | crypto: qat - fix use of 'dma_map_single'Hui Tang2021-03-121-13/+14
* | crypto: qat - fix unmap invalid dma addressHui Tang2021-03-121-2/+9
* | crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai2021-03-121-0/+1
* | crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu2021-03-123-8/+361
* | crypto: ecc - add curve25519 params and expose themMeng Yu2021-03-123-0/+30
* | crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu2021-03-123-5/+513
* | crypto: ecc - expose ecc curvesMeng Yu2021-03-123-36/+59
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-129-74/+89
* | crypto: hisilicon/hpre - add algorithm typeMeng Yu2021-03-123-9/+24
* | crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-129-18/+19
* | crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky2021-03-121-0/+6
* | crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-128-1/+17
* | crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King2021-03-121-1/+3
* | crypto: cavium - remove unused including <linux/version.h>Tian Tao2021-03-121-1/+0
* | hwrng: pic32 - Use device-managed registration APITian Tao2021-03-121-2/+1
* | hwrng: cctrng - Use device-managed registration APITian Tao2021-03-121-3/+1
* | crypto: nx - add missing call to of_node_put()Yang Li2021-03-071-1/+3
* | crypto: testmgr - delete some redundant codeKai Ye2021-03-071-8/+3