Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
refs/heads/axolotl/v5.17-dev
/
crypto
/
Makefile
026a733
crypto: kdf - add SP800-108 counter key derivation function
by Stephan Müller
· 3 years, 1 month ago
04e85bb
isystem: delete global -isystem compile option
by Alexey Dobriyan
· 3 years, 5 months ago
ff1469a
crypto: rmd320 - remove rmd320 in Makefile
by Lukas Bulwahn
· 3 years, 4 months ago
4e66029
crypto: ecdsa - Add support for ECDSA signature verification
by Stefan Berger
· 3 years, 10 months ago
663f63e
crypto: salsa20 - remove Salsa20 stream cipher algorithm
by Ard Biesheuvel
· 4 years ago
87cd723
crypto: tgr192 - remove Tiger 128/160/192 hash algorithms
by Ard Biesheuvel
· 4 years ago
c15d416
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
by Ard Biesheuvel
· 4 years ago
b21b9a5
crypto: rmd128 - remove RIPE-MD 128 hash algorithm
by Ard Biesheuvel
· 4 years ago
ea7ecb6
crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
by Tianjia Zhang
· 4 years, 3 months ago
d63007e
crypto: ablkcipher - remove deprecated and unused ablkcipher support
by Ard Biesheuvel
· 5 years ago
ee772cb
crypto: curve25519 - implement generic KPP driver
by Ard Biesheuvel
· 5 years ago
7f9b088
crypto: blake2s - implement generic shash driver
by Ard Biesheuvel
· 5 years ago
20cc01b
crypto: aead - Split out geniv into its own module
by Herbert Xu
· 5 years ago
b95bba5
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
by Eric Biggers
· 5 years ago
c65058b
crypto: skcipher - remove the "blkcipher" algorithm type
by Eric Biggers
· 5 years ago
91d6893
crypto: blake2b - add blake2b generic implementation
by David Sterba
· 5 years ago
2eb2d19
crypto: aegis128-neon - use Clang compatible cflags for ARM
by Ard Biesheuvel
· 5 years ago
3e414b5
Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 5 years ago
be1eb7f
crypto: essiv - create wrapper template for ESSIV generation
by Ard Biesheuvel
· 5 years ago
1984296
crypto: arm64/aegis128 - implement plain NEON version
by Ard Biesheuvel
· 5 years ago
a439763
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
by Ard Biesheuvel
· 5 years ago
cf3d41a
crypto: aegis128 - add support for SIMD acceleration
by Ard Biesheuvel
· 5 years ago
dec0fb3
crypto: jitterentropy - build without sanitizer
by Arnd Bergmann
· 5 years ago
c9f1fd4
Revert "crypto: aegis128 - add support for SIMD acceleration"
by Herbert Xu
· 5 years ago
ecc8bc8
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
by Ard Biesheuvel
· 5 years ago
7cdc0dd
crypto: aegis128 - add support for SIMD acceleration
by Ard Biesheuvel
· 5 years ago
520c199
crypto: aegis128l/aegis256 - remove x86 and generic implementations
by Ard Biesheuvel
· 5 years ago
5cb9770
crypto: morus - remove generic and x86 implementations
by Ard Biesheuvel
· 5 years ago
67882e7
crypto: xxhash - Implement xxhash support
by Nikolay Borisov
· 6 years ago
3e56e16
crypto: cryptd - move kcrypto_wq into cryptd
by Eric Biggers
· 6 years ago
0d7a786
crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
by Vitaly Chikunov
· 6 years ago
4a2289d
crypto: ecc - make ecc into separate module
by Vitaly Chikunov
· 6 years ago
45ec975
lib/lzo: separate lzo-rle from lzo
by Dave Rodgman
· 6 years ago
2ced260
crypto: user - made crypto_user_stat optional
by Corentin Labbe
· 6 years ago
059c2a4
crypto: adiantum - add Adiantum support
by Eric Biggers
· 6 years ago
26609a2
crypto: nhpoly1305 - add NHPoly1305 support
by Eric Biggers
· 6 years ago
1ca1b91
crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
fe18957
crypto: streebog - add Streebog hash function
by Vitaly Chikunov
· 6 years ago
e497c51
crypto: ofb - add output feedback mode
by Gilad Ben-Yossef
· 6 years ago
cac5818
crypto: user - Implement a generic crypto statistics
by Corentin Labbe
· 6 years ago
ab8085c
crypto: x86 - remove SHA multibuffer routines and mcryptd
by Ard Biesheuvel
· 6 years ago
578bdaa
crypto: speck - remove Speck
by Jason A. Donenfeld
· 6 years ago
2808f17
crypto: morus - Mark MORUS SIMD glue as x86-specific
by Ondrej Mosnacek
· 7 years ago
56e8e57
crypto: morus - Add common SIMD glue code for MORUS
by Ondrej Mosnacek
· 7 years ago
396be41
crypto: morus - Add generic MORUS AEAD implementations
by Ondrej Mosnacek
· 7 years ago
f606a88
crypto: aegis - Add generic AEGIS AEAD implementations
by Ondrej Mosnacek
· 7 years ago
d28fc3d
crypto: zstd - Add zstd support
by Nick Terrell
· 7 years ago
4fa8bc9
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
by Masahiro Yamada
· 7 years ago
3ca3273e
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
by Masahiro Yamada
· 7 years ago
747c8ce
crypto: sm4 - introduce SM4 symmetric cipher algorithm
by Gilad Ben-Yossef
· 7 years ago
a7d85e0
crypto: cfb - add support for Cipher FeedBack mode
by James Bottomley
· 7 years ago
0e145b47
crypto: ablk_helper - remove ablk_helper
by Eric Biggers
· 7 years ago
da7a0ab
crypto: speck - add support for the Speck block cipher
by Eric Biggers
· 7 years ago
6e36719
crypto: aes-generic - fix aes-generic regression on powerpc
by Arnd Bergmann
· 7 years ago
148b974
crypto: aes-generic - build with -Os on gcc-7+
by Arnd Bergmann
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
4f0fc16
crypto: sm3 - add OSCCA SM3 secure hash
by Gilad Ben-Yossef
· 7 years ago
6755fd2
crypto: ecdh - add privkey generation support
by Tudor-Dan Ambarus
· 8 years ago
7d6e910
crypto: improve gcc optimization flags for serpent and wp512
by Arnd Bergmann
· 8 years ago
b5e0b03
crypto: aes - add generic time invariant AES cipher
by Ard Biesheuvel
· 8 years ago
479d014
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
5789163
crypto: rsa - Add Makefile dependencies to fix parallel builds
by David Michael
· 8 years ago
266d051
crypto: simd - Add simd skcipher helper
by Herbert Xu
· 8 years ago
6c0f400
crypto: acomp - fix dependency in Makefile
by Giovanni Cabiddu
· 8 years ago
1ab53a7
crypto: acomp - add driver-side scomp interface
by Giovanni Cabiddu
· 8 years ago
2ebda74
crypto: acomp - add asynchronous compression api
by Giovanni Cabiddu
· 8 years ago
3a01d0e
crypto: skcipher - Remove top-level givcipher interface
by Herbert Xu
· 8 years ago
3c4b239
crypto: ecdh - Add ECDH software support
by Salvatore Benedetto
· 9 years ago
802c7f1
crypto: dh - Add DH software implementation
by Salvatore Benedetto
· 9 years ago
4e5f2c4
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
by Salvatore Benedetto
· 9 years ago
53964b9
crypto: sha3 - Add SHA-3 hash algorithm
by Jeff Garzik
· 9 years ago
735d37b
crypto: engine - Introduce the block request crypto engine framework
by Baolin Wang
· 9 years ago
a7c58ac
crypto: crc32 - Rename generic implementation
by Herbert Xu
· 9 years ago
1104921
crypto: compress - remove unused pcomp interface
by Joonsoo Kim
· 9 years ago
3d5b1ec
crypto: rsa - RSA padding algorithm
by Andrzej Zaborowski
· 9 years ago
1c49678e
crypto: keywrap - enable compilation
by Stephan Mueller
· 9 years ago
22287b0
crypto: akcipher - Changes to asymmetric key API
by Tadeusz Struk
· 9 years ago
7a7ffe6
crypto: skcipher - Add top-level skcipher interface
by Herbert Xu
· 9 years ago
a26bcb0
crypto: null - Use NULL2 in Makefile
by Herbert Xu
· 9 years ago
dfc9fa9
crypto: jitterentropy - avoid compiler warnings
by Stephan Mueller
· 10 years ago
cfc2bb3
crypto: rsa - add a new rsa generic implementation
by Tadeusz Struk
· 10 years ago
3c339ab
crypto: akcipher - add PKE API
by Tadeusz Struk
· 10 years ago
fbb145b
crypto: drbg - use pragmas for disabling optimization
by Stephan Mueller
· 10 years ago
a5b151d
crypto: rng - Remove krng
by Herbert Xu
· 10 years ago
71ebc4d
crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539
by Martin Willi
· 10 years ago
f979e01
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
by Martin Willi
· 10 years ago
c08d0e6
crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation
by Martin Willi
· 10 years ago
bb5530e
crypto: jitterentropy - add jitterentropy RNG
by Stephan Mueller
· 10 years ago
a10f554
crypto: echainiv - Add encrypted chain IV generator
by Herbert Xu
· 10 years ago
44cac4f
crypto: algif - enable AEAD interface compilation
by Stephan Mueller
· 10 years ago
2f375538
crypto: algif_rng - enable RNG interface compilation
by Stephan Mueller
· 10 years ago
1e65b81
crypto: sha-mb - multibuffer crypto infrastructure
by Tim Chen
· 10 years ago
f2c89a1
crypto: drbg - Use Kconfig to ensure at least one RNG option is set
by Herbert Xu
· 10 years ago
5bfcf65
crypto: drbg - compile the DRBG code
by Stephan Mueller
· 11 years ago
06e5a1f
CRC32C: Add soft module dependency to load other accelerated crc32c modules
by Tim Chen
· 11 years ago
fe8c8a1
crypto: more robust crypto_memneq
by Cesar Eduardo Barros
· 11 years ago
26b265c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
ee08997
crypto: provide single place for hash algo information
by Dmitry Kasatkin
· 12 years ago
6bf37e5
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
by James Yonan
· 11 years ago
Next »