index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
Kconfig
Age
Commit message (
Expand
)
Author
2022-08-19
crypto: lib - move __crypto_xor into utils
Eric Biggers
2022-08-19
crypto: lib - create utils module and move __crypto_memneq into it
Eric Biggers
2022-07-15
crypto: lib - make the sha1 library optional
Eric Biggers
2022-06-10
crypto: memneq - move into lib/
Jason A. Donenfeld
2022-05-28
Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"
Jason A. Donenfeld
2022-05-27
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-05-27
crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE
Jason A. Donenfeld
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
2022-01-28
crypto: sm3 - create SM3 stand-alone library
Tianjia Zhang
2022-01-18
lib/crypto: add prompts back to crypto libraries
Justin M. Forbes
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
2021-07-30
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
2020-01-16
crypto: x86/poly1305 - wire up faster implementations for kernel
Jason A. Donenfeld
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
2019-11-17
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
2019-11-17
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
2019-11-17
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-11-17
crypto: lib - tidy up lib/crypto Kconfig and Makefile
Ard Biesheuvel