summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2020-03-31MLK-21644 crypto: tcrypt - workaround for overlapping src, dst AADHoria Geantă
2019-05-14crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef
2019-05-14crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef
2019-05-14crypto: tcrypt - allow setting num of bufsMircea Pop
2019-05-14crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef
2019-05-14crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef
2019-05-14crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus
2019-05-14crypto: tcrypt - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: testmgr - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: gcm - move to generic async completionMircea Pop
2019-05-14crypto: drbg - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: move pub key to generic async completionGilad Ben-Yossef
2019-05-14crypto: algif - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: introduce crypto wait for async opGilad Ben-Yossef
2019-05-14crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef
2019-05-14crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef
2019-02-12MLK-19826: crypto: ecdh - fix typo of P-192 b valueStephan Mueller
2019-02-12MLK-19365: Revert "crypto: testmgr - Disable rfc4543 test"Franck LENORMAND
2019-02-12MLK-19365: crypto: tcrypt - remove remnants of pcomp-based zlibFranck LENORMAND
2019-02-12MLK-19365: crypto: ccm: Cache aligned auth_dataFranck LENORMAND
2019-02-12MLK-19365: crypto: gcm: Cache aligned auth_dataFranck LENORMAND
2019-02-12MLK-19365: crypto: tcrypt: Remove testing of hmac(crc32)Franck LENORMAND
2019-02-12MLK-19434: crypto: testmgr: Add log printing once if disabledFranck LENORMAND
2019-02-12crypto: ecdh - add public key verification testStephan Mueller
2019-02-12crypto: ecc - Actually remove stack VLA usageKees Cook
2019-02-12crypto: ecc - Remove stack VLA usageKees Cook
2019-02-12MLK-14785 CAAM: Fix gcm.c to work correctly with CAAMRadu Solea
2019-02-12crypto: testmgr - Disable rfc4543 testHerbert Xu
2019-01-23crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-01-23crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-10-03crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-09-19crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki
2018-08-17crypto: skcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers
2018-08-03crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-08-03crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-07-22crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-07-17crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers
2018-07-03X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers