aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes_generic.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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