aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: curve25519 - add kpp selftestArd Biesheuvel2-0/+1231
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld6-0/+1778
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld4-0/+499
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel4-0/+195
2019-11-17crypto: testmgr - add test cases for Blake2sArd Biesheuvel2-39/+280
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld7-0/+1019
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel7-6/+10
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel5-0/+1496
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel6-2/+2687
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel6-1/+2001
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel3-16/+43
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel4-28/+60
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel4-22/+138
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel4-73/+43
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel10-216/+248
2019-11-17crypto: chacha - unexport chacha_generic routinesArd Biesheuvel2-28/+8
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel5-44/+277