Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f9c9bdb5131eee60dc3b92e5126d4c0e291703e2
f9c9bdb
crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()
by Eric Biggers
· 6 years ago
c961333
crypto: cavium/nitrox - Added AEAD cipher support
by Nagadheeraj Rottela
· 6 years ago
2326828
crypto: mxc-scc - fix build warnings on ARM64
by Fabio Estevam
· 6 years ago
bfad6cb
crypto: api - document missing stats member
by Corentin Labbe
· 6 years ago
0c99c2a
crypto: user - remove unused dump functions
by Corentin Labbe
· 6 years ago
f31ba0f
crypto: chelsio - Fix wrong error counter increments
by Harsh Jain
· 6 years ago
6501ab5ed
crypto: chelsio - Reset counters on cxgb4 Detach
by Harsh Jain
· 6 years ago
fef4912
crypto: chelsio - Handle PCI shutdown event
by Harsh Jain
· 6 years ago
c4f6d44
crypto: chelsio - cleanup:send addr as value in function argument
by Harsh Jain
· 6 years ago
d5a4dfb
crypto: chelsio - Use same value for both channel in single WR
by Harsh Jain
· 6 years ago
1f479e4
crypto: chelsio - Swap location of AAD and IV sent in WR
by Harsh Jain
· 6 years ago
3cc04c1
crypto: chelsio - remove set but not used variable 'kctx_len'
by YueHaibing
· 6 years ago
5ac93f80
crypto: ux500 - Use proper enum in hash_set_dma_transfer
by Nathan Chancellor
· 6 years ago
9d880c5
crypto: ux500 - Use proper enum in cryp_set_dma_transfer
by Nathan Chancellor
· 6 years ago
603f8c3
crypto: aesni - Add scatter/gather avx stubs, and use them in C
by Dave Watson
· 6 years ago
e044d50
crypto: aesni - Introduce partial block macro
by Dave Watson
· 6 years ago
ec8c02d
crypto: aesni - Introduce READ_PARTIAL_BLOCK macro
by Dave Watson
· 6 years ago
517a448
crypto: aesni - Move ghash_mul to GCM_COMPLETE
by Dave Watson
· 6 years ago
a44b419
crypto: aesni - Fill in new context data structures
by Dave Watson
· 6 years ago
1cb1bcb
crypto: aesni - Merge avx precompute functions
by Dave Watson
· 6 years ago
38003cd
crypto: aesni - Split AAD hash calculation to separate macro
by Dave Watson
· 6 years ago
e377bed
crypto: aesni - Add GCM_COMPLETE macro
by Dave Watson
· 6 years ago
5350b0f
crypto: aesni - support 256 byte keys in avx asm
by Dave Watson
· 6 years ago
2426f64
crypto: aesni - Macro-ify func save/restore
by Dave Watson
· 6 years ago
de85fc4
crypto: aesni - Introduce gcm_context_data
by Dave Watson
· 6 years ago
f9b1d64
crypto: aesni - Merge GCM_ENC_DEC
by Dave Watson
· 6 years ago
00c9fe3
crypto: adiantum - fix leaking reference to hash algorithm
by Eric Biggers
· 6 years ago
0ac6b8f
crypto: user - support incremental algorithm dumps
by Eric Biggers
· 6 years ago
c6018e1
crypto: adiantum - adjust some comments to match latest paper
by Eric Biggers
· 6 years ago
282c148
crypto: xchacha20 - fix comments for test vectors
by Eric Biggers
· 6 years ago
5569e8c
crypto: xchacha - add test vector from XChaCha20 draft RFC
by Eric Biggers
· 6 years ago
a033aed
crypto: x86/chacha - yield the FPU occasionally
by Eric Biggers
· 6 years ago
7a507d6
crypto: x86/chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
8b65f34
crypto: x86/chacha20 - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
4af7826
crypto: x86/chacha20 - add XChaCha20 support
by Eric Biggers
· 6 years ago
0f961f9
crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305
by Eric Biggers
· 6 years ago
012c823
crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305
by Eric Biggers
· 6 years ago
b299362
crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance
by Eric Biggers
· 6 years ago
2fe5598
crypto: arm64/chacha - use combined SIMD/ALU routine for more speed
by Ard Biesheuvel
· 6 years ago
f2ca1cb
crypto: arm64/chacha - optimize for arbitrary length inputs
by Ard Biesheuvel
· 6 years ago
ee5bbc9
crypto: tcrypt - add block size of 1472 to skcipher template
by Ard Biesheuvel
· 6 years ago
cf718ea
crypto: cavium/nitrox - Enabled Mailbox support
by Srikanth, Jampala
· 6 years ago
19c11c9
crypto: arm64/chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
95a34b7
crypto: arm64/chacha20 - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
cc7cf99
crypto: arm64/chacha20 - add XChaCha20 support
by Eric Biggers
· 6 years ago
a00fa0c
crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305
by Eric Biggers
· 6 years ago
88d905e
crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
8362ea1
crypto: chcr - ESN for Inline IPSec Tx
by Atul Gupta
· 6 years ago
c35828e
crypto: chcr - small packet Tx stalls the queue
by Atul Gupta
· 6 years ago
1f6669b
crypto: user - Add crypto_stats_init
by Corentin Labbe
· 6 years ago
44f1313
crypto: user - rename err_cnt parameter
by Corentin Labbe
· 6 years ago
17c18f9
crypto: user - Split stats in multiple structures
by Corentin Labbe
· 6 years ago
5fff817
crypto: user - remove intermediate variable
by Corentin Labbe
· 6 years ago
b0af91c
crypto: user - Fix invalid stat reporting
by Corentin Labbe
· 6 years ago
f7d76e0
crypto: user - fix use_after_free of struct xxx_request
by Corentin Labbe
· 6 years ago
76d09ea
crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi
by Corentin Labbe
· 6 years ago
7f0a9d5
crypto: user - split user space crypto stat structures
by Corentin Labbe
· 6 years ago
6e8e72c
crypto: user - convert all stats from u32 to u64
by Corentin Labbe
· 6 years ago
a6a3138
crypto: user - CRYPTO_STATS should depend on CRYPTO_USER
by Corentin Labbe
· 6 years ago
2ced260
crypto: user - made crypto_user_stat optional
by Corentin Labbe
· 6 years ago
c97e4df
MAINTAINERS: change NX/VMX maintainers
by Paulo Flabiano Smorigo
· 6 years ago
1859678
MAINTAINERS: ccree: add co-maintainer
by Gilad Ben-Yossef
· 6 years ago
fefbc0b
dt-bindings: crypto: ccree: add dt bindings for ccree 703
by Gilad Ben-Yossef
· 6 years ago
1c876a9
crypto: ccree - add support for CryptoCell 703
by Gilad Ben-Yossef
· 6 years ago
946dca8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 6 years ago
e61efff
crypto: user - Disable statistics interface
by Herbert Xu
· 6 years ago
7a027b5
crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.
by Srikanth, Jampala
· 6 years ago
4bede34
crypto: cavium/nitrox - crypto request format changes
by Nagadheeraj, Rottela
· 6 years ago
180def6
crypto: x86/chacha20 - Add a 4-block AVX-512VL variant
by Martin Willi
· 6 years ago
29a47b5
crypto: x86/chacha20 - Add a 2-block AVX-512VL variant
by Martin Willi
· 6 years ago
cee7a36
crypto: x86/chacha20 - Add a 8-block AVX-512VL variant
by Martin Willi
· 6 years ago
e5bde04
crypto: do not free algorithm before using
by Pan Bian
· 6 years ago
059c2a4
crypto: adiantum - add Adiantum support
by Eric Biggers
· 6 years ago
16aae35
crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
by Eric Biggers
· 6 years ago
26609a2
crypto: nhpoly1305 - add NHPoly1305 support
by Eric Biggers
· 6 years ago
1b6fd3d
crypto: poly1305 - add Poly1305 core API
by Eric Biggers
· 6 years ago
878afc3
crypto: poly1305 - use structures for key and accumulator
by Eric Biggers
· 6 years ago
bdb063a
crypto: arm/chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
3cc2151
crypto: arm/chacha20 - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
d97a943
crypto: arm/chacha20 - add XChaCha20 support
by Eric Biggers
· 6 years ago
be2830b
crypto: arm/chacha20 - limit the preemption-disabled section
by Eric Biggers
· 6 years ago
aa76240
crypto: chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
1ca1b91
crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
de61d7a
crypto: chacha20-generic - add XChaCha20 support
by Eric Biggers
· 6 years ago
5e04542
crypto: chacha20-generic - don't unnecessarily use atomic walk
by Eric Biggers
· 6 years ago
dd33344
crypto: chacha20-generic - add HChaCha20 library function
by Eric Biggers
· 6 years ago
3d234b3
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
by Eric Biggers
· 6 years ago
1ad0f16
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
by Eric Biggers
· 6 years ago
d416559
crypto: remove useless initializations of cra_list
by Eric Biggers
· 6 years ago
2b78aeb
crypto: inside-secure - remove useless setting of type flags
by Eric Biggers
· 6 years ago
3da2c1d
crypto: ecc - regularize scalar for scalar multiplication
by Vitaly Chikunov
· 6 years ago
8a5a79d
crypto: x86/chacha20 - Add a 4-block AVX2 variant
by Martin Willi
· 6 years ago
a5dd97f
crypto: x86/chacha20 - Add a 2-block AVX2 variant
by Martin Willi
· 6 years ago
9b17608
crypto: x86/chacha20 - Use larger block functions more aggressively
by Martin Willi
· 6 years ago
c3b734d
crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant
by Martin Willi
· 6 years ago
db8e15a
crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant
by Martin Willi
· 6 years ago
e4e7206
crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant
by Martin Willi
· 6 years ago
05ba884
hwrng: bcm2835 - Switch to SPDX identifier
by Stefan Wahren
· 6 years ago
8ddab42
padata: clean an indentation issue, remove extraneous space
by Colin Ian King
· 6 years ago
c10a533
crypto: caam/qi2 - add support for Chacha20 + Poly1305
by Horia Geantă
· 6 years ago
Next »