Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
049cc9eed30c59c19090e67a59a3f0f7172ffb2c
/
crypto
/
Makefile
a73586b
BACKPORT, FROMGIT: crypto: adiantum - add Adiantum support
by Eric Biggers
· 6 years ago
481f661
BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 support
by Eric Biggers
· 6 years ago
b8181f3
BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
826f328
Revert "BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipher"
by Alistair Strachan
· 6 years ago
cc388d2
BACKPORT: crypto: zstd - Add zstd support
by Nick Terrell
· 7 years ago
a24846d
BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipher
by Eric Biggers
· 7 years ago
2c1820e
crypto: improve gcc optimization flags for serpent and wp512
by Arnd Bergmann
· 8 years ago
5789163
crypto: rsa - Add Makefile dependencies to fix parallel builds
by David Michael
· 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
· 11 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
7890ea1
Revert crypto: prng - Deterministic CPRNG
by Herbert Xu
· 16 years ago
b8454ee
crypto: prng - Deterministic CPRNG
by Neil Horman
· 16 years ago
004a403
[CRYPTO] hash: Add asynchronous hash support
by Loc Ho
· 16 years ago
c555c28
[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320
by Adrian-Ken Rueegsegger
· 16 years ago
c6580eb
[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
by Adrian-Ken Rueegsegger
· 16 years ago
c3715cb9
[CRYPTO] api: Make the crypto subsystem fully modular
by Sebastian Siewior
· 17 years ago
76cb952
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
by Kevin Coffman
· 17 years ago
78f8b3a
[CRYPTO] sha512: Rename sha512 to sha512_generic
by Jan Glauber
· 17 years ago
76fc60a
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
by Herbert Xu
· 17 years ago
4a49b49
[CRYPTO] ccm: Added CCM mode
by Joy Latten
· 17 years ago
0a27032
[CRYPTO] seqiv: Add Sequence Number IV Generator
by Herbert Xu
· 17 years ago
806d183
[CRYPTO] eseqiv: Add Encrypted Sequence Number IV Generator
by Herbert Xu
· 17 years ago
7f47073
[CRYPTO] chainiv: Add chain IV generator
by Herbert Xu
· 17 years ago
653ebd9
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module
by Herbert Xu
· 17 years ago
0b77abb
[CRYPTO] lzo: Add LZO compression algorithm support
by Zoltan Sogor
· 17 years ago
28db8e3
[CRYPTO] gcm: New algorithm
by Mikko Herranen
· 17 years ago
2407d60
[CRYPTO] salsa20: Salsa20 stream cipher
by Tan Swee Heng
· 17 years ago
Next »