summaryrefslogtreecommitdiffstats
path: root/tools/net (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-20crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu1-9/+9
2023-04-20crypto: hmac - Add support for cloningHerbert Xu1-0/+15
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu5-2/+115
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu2-9/+52
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu3-0/+11
2023-04-20crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel7-68/+57
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel2-42/+41
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel2-207/+207
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel1-6/+12
2023-04-20crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel1-2/+2
2023-04-20crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel1-32/+64
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel1-1/+2
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel1-14/+18
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel1-17/+21
2023-04-20crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel3-32/+34
2023-04-20crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel3-40/+40
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel2-30/+8
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel1-3/+3
2023-04-14crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann1-6/+8
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA3-1/+26
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA7-58/+84
2023-04-14crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello1-2/+3
2023-04-14crypto: ccp - Return doorbell status code as an argumentMario Limonciello2-3/+5
2023-04-14crypto: ccp - Bump up doorbell debug message to errorMario Limonciello1-1/+1
2023-04-14crypto: ccp - Drop extra doorbell checksMario Limonciello1-20/+0
2023-04-14crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello1-1/+1
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu4-31/+26
2023-04-11crypto: ixp4xx - Do not check word size when compile testingHerbert Xu1-1/+2
2023-04-06crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang4-1/+187
2023-04-06crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner1-1/+1
2023-04-06crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner1-10/+4
2023-04-06crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner1-10/+5
2023-04-06crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner1-4/+30
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi111-3/+3
2023-04-06crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi8-18/+20
2023-04-06crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi14-15/+21
2023-04-06crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu2-4/+1
2023-04-06crypto: algif_hash - Allocate hash state with kmallocHerbert Xu1-4/+15
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller3-120/+76
2023-03-31crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helperChristophe JAILLET1-16/+5
2023-03-31crypto: img-hash - Fix img_hash_match unused warningKrzysztof Kozlowski1-1/+1
2023-03-31crypto: sa2ul - Select CRYPTO_DESSuman Anna1-0/+1
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu3-63/+75
2023-03-31crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET1-2/+4
2023-03-24crypto: caam - remove unnecessary (void*) conversionsYu Zhe1-1/+1
2023-03-24crypto: drivers - remove unnecessary (void*) conversionsYu Zhe4-18/+18
2023-03-24crypto: crypto4xx - remove unnecessary (void*) conversionsYu Zhe1-1/+1
2023-03-24hwrng: xgene - remove unnecessary (void*) conversionsYu Zhe1-1/+1