summaryrefslogtreecommitdiffstats
path: root/crypto/essiv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-27crypto: drbg - stop checking crypto_shash_alignmaskEric Biggers1-1/+1
2023-10-27libceph: stop checking crypto_shash_alignmaskEric Biggers1-4/+0
2023-10-27crypto: shash - remove support for nonzero alignmaskEric Biggers1-120/+8
2023-10-27crypto: xcbc - remove unnecessary alignment logicEric Biggers1-22/+10
2023-10-27crypto: vmac - don't set alignmaskEric Biggers1-1/+0
2023-10-27crypto: hmac - remove unnecessary alignment logicEric Biggers1-34/+22
2023-10-27crypto: cmac - remove unnecessary alignment logicEric Biggers1-28/+11
2023-10-27crypto: cbcmac - remove unnecessary alignment logicEric Biggers1-10/+7
2023-10-27crypto: loongarch/crc32 - remove redundant setting of alignmask to 0Eric Biggers1-2/+0
2023-10-27crypto: mips/crc32 - remove redundant setting of alignmask to 0Eric Biggers1-2/+0
2023-10-27crypto: xilinx/zynqmp-sha - remove unnecessary alignmaskEric Biggers1-1/+0
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers1-2/+0
2023-10-27crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers1-21/+24
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers2-21/+35
2023-10-27dt-bindings: crypto: qcom,prng: document SA8775P and SC7280Om Prakash Singh1-0/+2
2023-10-27crypto: rsa - Add module alias for pkcs1padHerbert Xu1-0/+2
2023-10-27certs: Break circular dependency when selftest is modularHerbert Xu5-21/+15
2023-10-27padata: Fix refcnt handling in padata_free_shell()WangJinchao1-1/+5
2023-10-20crypto: qcom-rng - Add missing dependency on hw_randomAndré Apitzsch1-0/+1
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers3-11/+7
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu2-65/+41
2023-10-20crypto: hifn_795x - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+8
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu1-0/+1
2023-10-20certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512Dimitri John Ledkov1-2/+4
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov1-5/+0
2023-10-20crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov1-3/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov8-107/+2
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen1-0/+14
2023-10-20crypto: arm64/sha512 - clean up backwards function namesEric Biggers1-7/+5
2023-10-20crypto: arm64/sha256 - clean up backwards function namesEric Biggers1-14/+12
2023-10-20crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers2-17/+17
2023-10-20crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers2-19/+20
2023-10-20crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers2-14/+15
2023-10-20crypto: x86/nhpoly1305 - implement ->digestEric Biggers2-0/+18
2023-10-20crypto: arm64/nhpoly1305 - implement ->digestEric Biggers1-0/+9
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers1-0/+9
2023-10-20crypto: adiantum - add fast path for single-page messagesEric Biggers1-18/+47
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-10-20crypto: x86/sha256 - implement ->digest for sha256Eric Biggers1-0/+32
2023-10-20crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers1-0/+8
2023-10-20crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers1-9/+2
2023-10-20crypto: shash - optimize the default digest and finupEric Biggers1-2/+20
2023-10-20crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers1-8/+15
2023-10-20crypto: virtio - handle config changed by work queuezhenwei pi2-1/+16
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian4-234/+191
2023-10-13crypto: jitter - reuse allocated entropy collectorStephan Müller3-12/+28
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring1-7/+3
2023-10-13crypto: aspeed-hace - Use device_get_match_data()Rob Herring1-7/+3
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez9-0/+355
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez12-5/+480