summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers2018-05-311-0/+3
* crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers2018-05-311-0/+22
* crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers2018-05-271-0/+14
* crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers2018-05-271-7/+43
* crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-273-98/+0
* crypto: crc32-generic - remove __crc32_le()Eric Biggers2018-05-271-8/+2
* crypto: crc32c-generic - remove cra_alignmaskEric Biggers2018-05-271-4/+4
* crypto: crc32-generic - use unaligned access macros when neededEric Biggers2018-05-271-3/+4
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-191-0/+26
* crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek2018-05-194-0/+618
* crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2018-05-192-0/+3418
* crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek2018-05-194-0/+1107
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-191-0/+24
* crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek2018-05-192-0/+2862
* crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek2018-05-196-0/+1572
* crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef2018-05-191-22/+22
* crypto: tcrypt - Remove VLA usageKees Cook2018-05-051-39/+79
* crypto: sm4 - export encrypt/decrypt routines to other driversArd Biesheuvel2018-05-051-4/+6
* crypto: ccree - enable support for hardware keysGilad Ben-Yossef2018-05-051-0/+43
* crypto: rsa - Remove unneeded error assignmentFabio Estevam2018-04-211-1/+0
* crypto: testmgr - Allow different compression resultsMahipal Challa2018-04-211-13/+37
* crypto: remove several VLAsSalvatore Mesoraca2018-04-215-11/+13
* crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca2018-04-211-0/+10
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-04-211-0/+1
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-04-211-0/+1
* crypto: zstd - Add zstd supportNick Terrell2018-04-215-0/+356
* crypto: ecc - Actually remove stack VLA usageKees Cook2018-04-213-41/+33
* crypto: drbg - set freed buffers to NULLStephan Mueller2018-04-211-0/+2
* crypto: api - fix finding algorithm currently being testedEric Biggers2018-04-211-3/+8
* Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-158-35/+24
|\
| * kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-076-23/+23
| * kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-072-9/+0
| * .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-072-2/+0
* | Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-0/+9
|\ \
| * | MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski2018-02-191-0/+9
* | | crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-04-071-4/+4
| |/ |/|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0424-661/+3219
|\ \
| * | crypto: ahash - Fix early termination in hash walkHerbert Xu2018-03-311-3/+4
| * | crypto: lrw - Free rctx->ext with kzfreeHerbert Xu2018-03-311-1/+1
| * | crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko2018-03-312-34/+0
| * | crypto: api - Keep failed instances aliveHerbert Xu2018-03-312-17/+13
| * | crypto: api - Make crypto_alg_lookup staticHerbert Xu2018-03-312-3/+2
| * | crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-7/+1
| * | crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel2018-03-161-0/+259
| * | crypto: ecc - Remove stack VLA usageKees Cook2018-03-161-6/+17
| * | crypto: testmgr - introduce SM4 testsGilad Ben-Yossef2018-03-163-0/+143
| * | crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef2018-03-163-0/+270
| * | crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley2018-03-091-6/+17
| * | crypto: cfb - add support for Cipher FeedBack modeJames Bottomley2018-03-093-0/+362
| * | crypto: ablk_helper - remove ablk_helperEric Biggers2018-03-033-155/+0