aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger3-25/+15
2024-04-26crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger1-3/+8
2024-04-26crypto: tegra - Fix some error codesDan Carpenter1-2/+2
2024-04-26dt-bindings: crypto: starfive: Restore sort orderGeert Uytterhoeven1-1/+1
2024-04-26crypto: qat - validate slices count returned by FWLucas Segarra Fernandez3-0/+23
2024-04-26crypto: aead,cipher - zeroize key buffer after useHailey Mothershead2-4/+2
2024-04-26crypto: arm64/aes-ce - Simplify round key load sequenceArd Biesheuvel2-30/+24
2024-04-26crypto: tegra - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-19crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers2-28/+30
2024-04-19crypto: x86/aes-xts - eliminate a few more instructionsEric Biggers1-26/+13
2024-04-19crypto: x86/aes-xts - handle AES-128 and AES-192 more efficientlyEric Biggers1-86/+92
2024-04-19crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()Eric Biggers1-191/+79
2024-04-19crypto: x86/aes-xts - handle CTS encryption more efficientlyEric Biggers1-24/+29
2024-04-19crypto: stm32/hash - add full DMA support for stm32mpxMaxime Méré1-122/+448
2024-04-19crypto: qat - improve error logging to be consistent across featuresAdam Guerin1-1/+1
2024-04-19crypto: qat - improve error message in adf_get_arbiter_mapping()Adam Guerin2-2/+2
2024-04-19crypto: x86/sha256-ni - simplify do_4roundsEric Biggers1-6/+4
2024-04-19crypto: x86/sha256-ni - optimize code sizeEric Biggers1-15/+15
2024-04-19crypto: x86/sha256-ni - rename some register aliasesEric Biggers1-17/+17
2024-04-19crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers1-182/+29
2024-04-19crypto: qat - implement dh fallback for primes > 4KDamian Muszynski1-6/+60
2024-04-19crypto: x86/aes-xts - access round keys using single-byte offsetsEric Biggers1-37/+44
2024-04-19crypto: octeontx2 - add missing check for dma_map_singleChen Ni1-0/+4
2024-04-12crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers3-203/+132
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner4-49/+30
2024-04-12crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang1-6/+5
2024-04-12crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang1-1/+3
2024-04-12crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang3-36/+32
2024-04-12crypto: hisilicon/qm - Add the default processing branchChenghai Huang1-0/+3
2024-04-12crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang1-3/+3
2024-04-12crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang1-3/+18
2024-04-12crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang1-1/+2
2024-04-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi1-2/+2
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger2-0/+4
2024-04-12crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger1-1/+13
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger3-0/+184
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger1-6/+6
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger1-1/+1
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger3-0/+48
2024-04-12crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger1-1/+4
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2-1/+27
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger3-0/+11
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger1-1/+1
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersStefan Berger1-1/+1
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2-5/+30