summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-26security: DH - remove dead code for zero paddingStephan Müller1-21/+4
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller4-0/+223
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller1-0/+71
2021-11-26crypto: sun8i-ce - Add support for the D1 variantCorentin Labbe2-0/+22
2021-11-26crypto: qat - improve logging of PFVF messagesMarco Chiappero3-24/+17
2021-11-26crypto: qat - fix VF IDs in PFVF log messagesMarco Chiappero2-6/+6
2021-11-26crypto: qat - do not rely on min versionMarco Chiappero10-32/+8
2021-11-26crypto: qat - refactor pfvf version request messagesMarco Chiappero1-19/+23
2021-11-26crypto: qat - pass the PF2VF responses back to the callersMarco Chiappero7-26/+33
2021-11-26crypto: qat - use enums for PFVF protocol codesMarco Chiappero1-11/+22
2021-11-26crypto: qat - reorganize PFVF protocol definitionsMarco Chiappero1-17/+19
2021-11-26crypto: qat - reorganize PFVF codeMarco Chiappero22-276/+341
2021-11-26crypto: qat - abstract PFVF receive logicGiovanni Cabiddu4-44/+81
2021-11-26crypto: qat - abstract PFVF send functionMarco Chiappero4-91/+102
2021-11-26crypto: qat - differentiate between pf2vf and vf2pf offsetMarco Chiappero3-7/+10
2021-11-26crypto: qat - add pfvf_opsMarco Chiappero16-61/+76
2021-11-26crypto: qat - relocate PFVF disabled functionGiovanni Cabiddu3-6/+10
2021-11-26crypto: qat - relocate PFVF VF related logicMarco Chiappero11-29/+22
2021-11-26crypto: qat - relocate PFVF PF related logicMarco Chiappero9-69/+103
2021-11-26crypto: qat - handle retries due to collisions in adf_iov_putmsg()Marco Chiappero1-33/+19
2021-11-26crypto: qat - split PFVF message decoding from handlingMarco Chiappero2-59/+71
2021-11-26crypto: qat - re-enable interrupts for legacy PFVF messagesGiovanni Cabiddu2-2/+2
2021-11-26crypto: qat - change PFVF ACK behaviourGiovanni Cabiddu2-7/+8
2021-11-26crypto: qat - move interrupt code out of the PFVF handlerMarco Chiappero3-11/+16
2021-11-26crypto: qat - move VF message handler to adf_vf2pf_msg.cMarco Chiappero3-66/+86
2021-11-26crypto: qat - move vf2pf interrupt helpersGiovanni Cabiddu3-41/+39
2021-11-26crypto: qat - refactor PF top half for PFVFMarco Chiappero1-40/+44
2021-11-26crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu1-6/+6
2021-11-26crypto: qat - do not handle PFVF sources for qat_4xxxGiovanni Cabiddu1-0/+7
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange2-1/+26
2021-11-26crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange1-8/+8
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2-53/+11
2021-11-26crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+21
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2-4/+9
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2-10/+16
2021-11-20crypto: ccp - no need to initialise statics to 0Jason Wang1-1/+1
2021-11-20crypto: ccree - remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-11-20crypto: octeontx2 - use swap() to make code cleanerchiminghao1-4/+1
2021-11-20crypto: testmgr - Fix wrong test case of RSALei He1-3/+3
2021-11-20crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang1-4/+1
2021-11-20MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVERLukas Bulwahn1-1/+0
2021-11-20crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()Wei Yongjun1-0/+1
2021-11-20crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li1-1/+1
2021-11-20hwrng: cavium - Check health status while reading random dataSunil Goutham3-17/+190
2021-11-20crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus1-5/+1
2021-11-14Linux 5.16-rc1v5.16-rc1Linus Torvalds1-2/+2
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2-5/+6