Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ea200dec51285c82655e50ddb774fdb6b97e784d
/
crypto
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
642356c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
2043323
crypto: chacha_generic - remove unnecessary setkey() functions
by Eric Biggers
· 5 years ago
660eda8
crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
by Eric Biggers
· 5 years ago
e18036d
crypto: essiv - remove redundant null pointer check before kfree
by Chen Wandun
· 5 years ago
c433a1a
crypto: blake2b - rename tfm context and _setkey callback
by David Sterba
· 5 years ago
0b4b5f1
crypto: blake2b - merge _update to api callback
by David Sterba
· 5 years ago
a2e4bdc
crypto: blake2b - open code set last block helper
by David Sterba
· 5 years ago
d063d63
crypto: blake2b - delete unused structs or members
by David Sterba
· 5 years ago
e87e484
crypto: blake2b - simplify key init
by David Sterba
· 5 years ago
e374969
crypto: blake2b - merge blake2 init to api callback
by David Sterba
· 5 years ago
086db43
crypto: blake2b - merge _final implementation to callback
by David Sterba
· 5 years ago
d63007e
crypto: ablkcipher - remove deprecated and unused ablkcipher support
by Ard Biesheuvel
· 5 years ago
07d8f18
crypto: tcrypt - constify check alg list
by Corentin Labbe
· 5 years ago
bb611bd
crypto: curve25519 - x86_64 library and KPP implementations
by Jason A. Donenfeld
· 5 years ago
ee772cb
crypto: curve25519 - implement generic KPP driver
by Ard Biesheuvel
· 5 years ago
f613457
crypto: curve25519 - add kpp selftest
by Ard Biesheuvel
· 5 years ago
ed0356e
crypto: blake2s - x86_64 SIMD implementation
by Jason A. Donenfeld
· 5 years ago
7f9b088
crypto: blake2s - implement generic shash driver
by Ard Biesheuvel
· 5 years ago
17e1df6
crypto: testmgr - add test cases for Blake2s
by Ard Biesheuvel
· 5 years ago
c12d336
int128: move __uint128_t compiler test to Kconfig
by Ard Biesheuvel
· 5 years ago
a11d055
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
by Ard Biesheuvel
· 5 years ago
f0e89bc
crypto: x86/poly1305 - expose existing driver as poly1305 library
by Ard Biesheuvel
· 5 years ago
1b2c6a5
crypto: x86/poly1305 - depend on generic library not generic shash
by Ard Biesheuvel
· 5 years ago
a1d9306
crypto: poly1305 - expose init/update/final library interface
by Ard Biesheuvel
· 5 years ago
ad8f5b8
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
by Ard Biesheuvel
· 5 years ago
48ea8c6
crypto: poly1305 - move core routines into a separate library
by Ard Biesheuvel
· 5 years ago
22cf705
crypto: chacha - unexport chacha_generic routines
by Ard Biesheuvel
· 5 years ago
3a2f58f
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
by Ard Biesheuvel
· 5 years ago
84e03fa
crypto: x86/chacha - expose SIMD ChaCha routine as library function
by Ard Biesheuvel
· 5 years ago
28e8d89
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
by Ard Biesheuvel
· 5 years ago
5fb8ef2
crypto: chacha - move existing library code into lib/crypto
by Ard Biesheuvel
· 5 years ago
746b2e0
crypto: lib - tidy up lib/crypto Kconfig and Makefile
by Ard Biesheuvel
· 5 years ago
20cc01b
crypto: aead - Split out geniv into its own module
by Herbert Xu
· 5 years ago
8ab23d5
crypto: api - Add softdep on cryptomgr
by Herbert Xu
· 5 years ago
698b222
crypto: tgr192 - remove unneeded semicolon
by Tian Tao
· 5 years ago
47f9c27
KEYS: trusted: Create trusted keys subsystem
by Sumit Garg
· 5 years ago
c6f61e5
KEYS: Use common tpm_buf for trusted and asymmetric keys
by Sumit Garg
· 5 years ago
74edff2
tpm: Move tpm_buf code to include/linux/
by Sumit Garg
· 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
5325306
crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type
by Eric Biggers
· 5 years ago
d3ca75a
crypto: skcipher - unify the crypto_has_skcipher*() functions
by Eric Biggers
· 5 years ago
a1afe27
crypto: testmgr - add test vectors for blake2b
by David Sterba
· 5 years ago
91d6893
crypto: blake2b - add blake2b generic implementation
by David Sterba
· 5 years ago
f398243
crypto: ecdh - fix big endian bug in ECC library
by Ard Biesheuvel
· 5 years ago
7f725f4
crypto: powerpc - convert SPE AES algorithms to skcipher API
by Eric Biggers
· 5 years ago
5282826
crypto: aegis128 - duplicate init() and final() hooks in SIMD code
by Ard Biesheuvel
· 5 years ago
2698bce
crypto: aegis128 - avoid function pointers for parameterization
by Ard Biesheuvel
· 5 years ago
cd5d2f8
crypto: sparc/des - convert to skcipher API
by Eric Biggers
· 5 years ago
c72a26e
crypto: sparc/camellia - convert to skcipher API
by Eric Biggers
· 5 years ago
64db5e7
crypto: sparc/aes - convert to skcipher API
by Eric Biggers
· 5 years ago
965d728
crypto: jitter - add header to fix buildwarnings
by Ben Dooks
· 5 years ago
c03b04d
crypto: user - fix memory leak in crypto_reportstat
by Navid Emamdoost
· 5 years ago
ffdde59
crypto: user - fix memory leak in crypto_report
by Navid Emamdoost
· 5 years ago
64e7f85
crypto: af_alg - cast ki_complete ternary op to int
by Ayush Sawal
· 5 years ago
8305367
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly
by Ard Biesheuvel
· 5 years ago
e1f653c
crypto: jitter - fix comments
by Alexander E. Patrakov
· 5 years ago
2eb2d19
crypto: aegis128-neon - use Clang compatible cflags for ARM
by Ard Biesheuvel
· 5 years ago
e488621
crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher
by Pascal van Leeuwen
· 5 years ago
a06b15b
crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers
by Pascal van Leeuwen
· 5 years ago
8194fd1
crypto: testmgr - Added testvectors for the hmac(sm3) ahash
by Pascal van Leeuwen
· 5 years ago
ec05a74
crypto: testmgr - add another gcm(aes) testcase
by Ard Biesheuvel
· 5 years ago
5b0fe95
crypto: algif_skcipher - Use chunksize instead of blocksize
by Herbert Xu
· 5 years ago
aefcf2f
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 5 years ago
f1f2f61
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
by Linus Torvalds
· 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
cc491d8
padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
by Daniel Jordan
· 5 years ago
63d3578
crypto: pcrypt - remove padata cpumask notifier
by Daniel Jordan
· 5 years ago
e6ce0e0
padata: make padata_do_parallel find alternate callback CPU
by Daniel Jordan
· 5 years ago
b128a30
padata: allocate workqueue internally
by Daniel Jordan
· 5 years ago
0ba3c02
crypto: skcipher - Unmap pages after an external error
by Herbert Xu
· 5 years ago
34d6245
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
by Hans de Goede
· 5 years ago
be1eb7f
crypto: essiv - create wrapper template for ESSIV generation
by Ard Biesheuvel
· 5 years ago
f1d087b
crypto: aegis128 - Fix -Wunused-const-variable warning
by YueHaibing
· 5 years ago
f975abb
crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
by Ard Biesheuvel
· 5 years ago
389139b
crypto: arm64/aegis128 - use explicit vector load for permute vectors
by Ard Biesheuvel
· 5 years ago
08c327f
crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code
by Hans de Goede
· 5 years ago
01d3aee
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
by Hans de Goede
· 5 years ago
1a01333
crypto: sha256_generic - Fix some coding style issues
by Hans de Goede
· 5 years ago
18fbe0d
crypto: des - remove now unused __des3_ede_setkey()
by Ard Biesheuvel
· 5 years ago
04007b0
crypto: des - split off DES library from generic DES cipher driver
by Ard Biesheuvel
· 5 years ago
4fd4be0
crypto: 3des - move verification out of exported routine
by Ard Biesheuvel
· 5 years ago
6ee41e5
crypto: des/3des_ede - add new helpers to verify keys
by Ard Biesheuvel
· 5 years ago
99d5cadf
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
by Jiri Bohac
· 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
8083b1b
crypto: xts - add support for ciphertext stealing
by Ard Biesheuvel
· 5 years ago
a62084d
crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0
by Pascal van Leeuwen
· 5 years ago
440dc9a
crypto: streebog - remove two unused variables
by YueHaibing
· 5 years ago
c2ccfa9
crypto: aes-generic - remove unused variable 'rco_tab'
by YueHaibing
· 5 years ago
43b970f
crypto: cryptd - Use refcount_t for refcount
by Chuhong Yuan
· 5 years ago
74bf81d
crypto: gcm - restrict assoclen for rfc4543
by Iuliana Prodan
· 5 years ago
d13dfae
crypto: engine - Reduce default RT priority
by Peter Zijlstra
· 5 years ago
65526f6
crypto: gcm - helper functions for assoclen/authsize check
by Iuliana Prodan
· 5 years ago
e201af1
PKCS#7: Introduce pkcs7_get_digest()
by Thiago Jung Bauermann
· 6 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
8dfa20f
crypto: ghash - add comment and improve help text
by Eric Biggers
· 5 years ago
Next »