summaryrefslogtreecommitdiff
path: root/lib/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld1-1/+1
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel1-0/+7
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld1-0/+25
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+25
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel1-0/+1
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+1
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-0/+1
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-0/+26
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-0/+3
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-0/+26
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel1-0/+15