summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
* crypto: qce - switch to skcipher APIArd Biesheuvel2019-11-176-99/+100
* crypto: picoxcell - switch to skcipher APIArd Biesheuvel2019-11-171-202/+184
* crypto: sahara - switch to skcipher APIArd Biesheuvel2019-11-171-81/+75
* crypto: mediatek - switch to skcipher APIArd Biesheuvel2019-11-171-132/+116
* crypto: mxs - switch to skcipher APIArd Biesheuvel2019-11-171-75/+65
* crypto: ixp4xx - switch to skcipher APIArd Biesheuvel2019-11-171-120/+108
* crypto: hifn - switch to skcipher APIArd Biesheuvel2019-11-171-91/+92
* crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-173-179/+173
* crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel2019-11-171-158/+134
* crypto: nitrox - remove cra_type reference to ablkcipherArd Biesheuvel2019-11-171-1/+0
* crypto: bcm-spu - switch to skcipher APIArd Biesheuvel2019-11-174-205/+186
* crypto: atmel-tdes - switch to skcipher APIArd Biesheuvel2019-11-171-226/+207
* crypto: atmel-aes - switch to skcipher APIArd Biesheuvel2019-11-171-264/+247
* crypto: s5p - switch to skcipher APIArd Biesheuvel2019-11-171-98/+89
* crypto: ux500 - switch to skcipher APIArd Biesheuvel2019-11-171-215/+156
* crypto: omap - switch to skcipher APIArd Biesheuvel2019-11-173-238/+207
* crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel2019-11-176-211/+186
* crypto: virtio - switch to skcipher APIArd Biesheuvel2019-11-172-97/+92
* crypto: virtio - deal with unsupported input sizesArd Biesheuvel2019-11-171-2/+10
* crypto: virtio - implement missing support for output IVsArd Biesheuvel2019-11-171-0/+9
* crypto: tcrypt - constify check alg listCorentin Labbe2019-11-171-2/+2
* crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel2019-11-173-0/+206
* crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel2019-11-175-0/+7615
* crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld2019-11-174-195/+287
* crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...Jason A. Donenfeld2019-11-171-0/+2105
* crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-173-0/+2482
* crypto: lib/curve25519 - work around Clang stack spilling issueArd Biesheuvel2019-11-171-5/+5
* crypto: curve25519 - implement generic KPP driverArd Biesheuvel2019-11-173-0/+96
* crypto: curve25519 - add kpp selftestArd Biesheuvel2019-11-172-0/+1231
* crypto: curve25519 - generic C library implementationsJason A. Donenfeld2019-11-176-0/+1778
* crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-174-0/+499
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-174-0/+195
* crypto: testmgr - add test cases for Blake2sArd Biesheuvel2019-11-172-39/+280
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-177-0/+1019
* int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-177-6/+10
* crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-175-0/+1496
* crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-176-2/+2687
* crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-176-1/+2001
* crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-173-16/+43
* crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-174-28/+60
* crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2019-11-174-22/+138
* crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-174-73/+43
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-1710-216/+248
* crypto: chacha - unexport chacha_generic routinesArd Biesheuvel2019-11-172-28/+8
* crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel2019-11-175-44/+277
* crypto: mips/chacha - import 32r2 ChaCha code from ZincJason A. Donenfeld2019-11-171-0/+424
* crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel2019-11-172-1/+41
* crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel2019-11-176-240/+340
* crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha codeArd Biesheuvel2019-11-171-0/+461