Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2f2173449b0350a206faf0d1aa71595602a40c98
/
crypto
/
Makefile
2808f17
crypto: morus - Mark MORUS SIMD glue as x86-specific
by Ondrej Mosnacek
· 6 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
· 7 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
· 8 years ago
802c7f1
crypto: dh - Add DH software implementation
by Salvatore Benedetto
· 8 years ago
4e5f2c4
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
by Salvatore Benedetto
· 8 years ago
53964b9
crypto: sha3 - Add SHA-3 hash algorithm
by Jeff Garzik
· 8 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
· 9 years ago
cfc2bb3
crypto: rsa - add a new rsa generic implementation
by Tadeusz Struk
· 9 years ago
3c339ab
crypto: akcipher - add PKE API
by Tadeusz Struk
· 9 years ago
fbb145b
crypto: drbg - use pragmas for disabling optimization
by Stephan Mueller
· 9 years ago
a5b151d
crypto: rng - Remove krng
by Herbert Xu
· 9 years ago
71ebc4d
crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539
by Martin Willi
· 9 years ago
f979e01
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
by Martin Willi
· 9 years ago
c08d0e6
crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation
by Martin Willi
· 9 years ago
bb5530e
crypto: jitterentropy - add jitterentropy RNG
by Stephan Mueller
· 9 years ago
a10f554
crypto: echainiv - Add encrypted chain IV generator
by Herbert Xu
· 9 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
· 10 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
a62b01c
crypto: create generic version of ablk_helper
by Ard Biesheuvel
· 11 years ago
26052f9
crypto: crct10dif - Add fallback for broken initrds
by Herbert Xu
· 11 years ago
68411521
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
by Herbert Xu
· 11 years ago
b48a97b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
e70308e
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
by Herbert Xu
· 11 years ago
0ea8530
crypto: add lz4 Cryptographic API
by Chanho Min
· 11 years ago
2d31e51
crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework
by Tim Chen
· 12 years ago
93b5e86
crypto: add CMAC support to CryptoAPI
by Jussi Kivilinna
· 12 years ago
78c37d1
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation
by Alexander Boyko
· 12 years ago
044ab52
crypto: cast5/cast6 - move lookup tables to shared module
by Jussi Kivilinna
· 12 years ago
d25282d
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
964f3b3
KEYS: Implement asymmetric key type
by David Howells
· 12 years ago
35a1fc1
powerpc/crypto: add 842 crypto driver
by Seth Jennings
· 12 years ago
2b49b90
crypto: cast6 - prepare generic module for optimized implementations
by Johannes Goetzfried
· 12 years ago
270b0c6
crypto: cast5 - prepare generic module for optimized implementations
by Johannes Goetzfried
· 12 years ago
617ae7c
crypto: camellia - rename camellia.c to camellia_generic.c
by Jussi Kivilinna
· 13 years ago
075e39d
crypto: camellia - rename camellia module to camellia_generic
by Jussi Kivilinna
· 13 years ago
2deed78
crypto: serpent - rename serpent.c to serpent_generic.c
by Jussi Kivilinna
· 13 years ago
dd6eec2
crypto: serpent - rename module from serpent to serpent_generic
by Jussi Kivilinna
· 13 years ago
a38f790
crypto: Add userspace configuration API
by Steffen Klassert
· 13 years ago
3f2a5d2
crypto: blowfish - rename C-version to blowfish_generic
by Jussi Kivilinna
· 13 years ago
52ba867
crypto: blowfish - split generic and common c code
by Jussi Kivilinna
· 13 years ago
a5079d0
crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers
by Steffen Klassert
· 14 years ago
21ea28a
crypto: Makefile clean up
by Tracey Dent
· 14 years ago
8ff5909
crypto: algif_skcipher - User-space interface for skcipher operations
by Herbert Xu
· 14 years ago
fe869cd
crypto: algif_hash - User-space interface for hash operations
by Herbert Xu
· 14 years ago
03c8efc
crypto: af_alg - User-space interface for Crypto API
by Herbert Xu
· 14 years ago
5b04fc1
crypto: twofish: Rename twofish to twofish_generic and add an alias
by Joachim Fritschi
· 14 years ago
bc94e59
crypto: pcomp - Fix illegal Kconfig configuration
by Herbert Xu
· 14 years ago
5068c7a
crypto: pcrypt - Add pcrypt crypto parallelization wrapper
by Steffen Klassert
· 15 years ago
f1939f7
crypto: vmac - New hash algorithm for intel_txt support
by Shane Wang
· 15 years ago
2cdc689
crypto: ghash - Add GHASH digest algorithm for GCM
by Huang Ying
· 15 years ago
6941c3a
crypto: hash - Remove legacy hash/digest implementaion
by Herbert Xu
· 15 years ago
bf68e65
crypto: zlib - New zlib crypto module, using pcomp
by Geert Uytterhoeven
· 16 years ago
a1d2f09
crypto: compress - Add pcomp interface
by Geert Uytterhoeven
· 16 years ago
25c38d3
crypto: api - Use dedicated workqueue for crypto subsystem
by Huang Ying
· 16 years ago
7b5a080b
crypto: hash - Add shash interface
by Herbert Xu
· 16 years ago
6a0fcbb
crypto: api - Disallow cryptomgr as a module if algorithms are built-in
by Herbert Xu
· 16 years ago
17f0f4a
crypto: rng - RNG interface and implementation
by Neil Horman
· 16 years ago
ccb778e
crypto: api - Add fips_enable flag
by Neil Horman
· 16 years ago
5be5e66
crypto: skcipher - Move IV generators into their own modules
by Herbert Xu
· 16 years ago
da7f033
crypto: cryptomgr - Add test infrastructure
by Herbert Xu
· 16 years ago
Next »