Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0e145b477dea594ee5b588feb7cb0f531e2d263d
0e145b47
crypto: ablk_helper - remove ablk_helper
by Eric Biggers
· 7 years ago
75d8a55
crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()
by Eric Biggers
· 7 years ago
0d87d0f
crypto: x86/glue_helper - remove blkcipher_walk functions
by Eric Biggers
· 7 years ago
217afcc
crypto: lrw - remove lrw_crypt()
by Eric Biggers
· 7 years ago
eb66ecd
crypto: xts - remove xts_crypt()
by Eric Biggers
· 7 years ago
44893bc
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface
by Eric Biggers
· 7 years ago
1af6d03
crypto: x86/camellia - convert to skcipher interface
by Eric Biggers
· 7 years ago
451cc49
crypto: x86/camellia - remove XTS algorithm
by Eric Biggers
· 7 years ago
6043d34
crypto: x86/camellia - remove LRW algorithm
by Eric Biggers
· 7 years ago
44c9b75
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
by Eric Biggers
· 7 years ago
6fcb81b
crypto: x86/camellia-aesni-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
09c0f03
crypto: x86/des3_ede - convert to skcipher interface
by Eric Biggers
· 7 years ago
c167917
crypto: x86/blowfish: convert to skcipher interface
by Eric Biggers
· 7 years ago
4bd9692
crypto: x86/cast6-avx - convert to skcipher interface
by Eric Biggers
· 7 years ago
f51a1fa
crypto: x86/cast6-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
1e63183
crypto: x86/cast5-avx - convert to skcipher interface
by Eric Biggers
· 7 years ago
8f461b1
crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
by Eric Biggers
· 7 years ago
0e6ab46
crypto: x86/twofish-avx - convert to skcipher interface
by Eric Biggers
· 7 years ago
876e9f0
crypto: x86/twofish-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
37992fa
crypto: x86/twofish-3way - convert to skcipher interface
by Eric Biggers
· 7 years ago
ebeea98
crypto: x86/twofish-3way - remove XTS algorithm
by Eric Biggers
· 7 years ago
68bfc49
crypto: x86/twofish-3way - remove LRW algorithm
by Eric Biggers
· 7 years ago
e16bf97
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
by Eric Biggers
· 7 years ago
340b830
crypto: x86/serpent-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
e5f382e
crypto: x86/serpent-avx2 - remove LRW algorithm
by Eric Biggers
· 7 years ago
e0f409d
crypto: x86/serpent-sse2 - convert to skcipher interface
by Eric Biggers
· 7 years ago
8bab4e3
crypto: x86/serpent-sse2 - remove XTS algorithm
by Eric Biggers
· 7 years ago
2a05cfc
crypto: x86/serpent-sse2 - remove LRW algorithm
by Eric Biggers
· 7 years ago
f15f2a2
crypto: x86/glue_helper - add skcipher_walk functions
by Eric Biggers
· 7 years ago
d14f0a1
crypto: simd - allow registering multiple algorithms at once
by Eric Biggers
· 7 years ago
d800e34
crypto: ccree - replace memset+kfree with kzfree
by Gilad Ben-Yossef
· 7 years ago
27b3b22
crypto: ccree - add support for older HW revs
by Gilad Ben-Yossef
· 7 years ago
9d3a45e
dt-bindings: Add DT bindings for ccree 710 and 630p
by Gilad Ben-Yossef
· 7 years ago
6137139
crypto: ccree - remove unused definitions
by Gilad Ben-Yossef
· 7 years ago
c42bd63
crypto: marvell/cesa - Clean up redundant #include
by Robin Murphy
· 7 years ago
279f4f8
hwrng: stm32 - rework read timeout calculation
by lionel.debieve@st.com
· 7 years ago
a888df9
dt-bindings: rng: add clock detection error for stm32
by lionel.debieve@st.com
· 7 years ago
529571e
hwrng: stm32 - allow disable clock error detection
by lionel.debieve@st.com
· 7 years ago
695788f
dt-bindings: rng: add reset node for stm32
by lionel.debieve@st.com
· 7 years ago
326ed38
hwrng: stm32 - add reset during probe
by lionel.debieve@st.com
· 7 years ago
0174570
crypto: ccree - fix memdup.cocci warnings
by Fengguang Wu
· 7 years ago
0268483
crypto: atmel - Delete error messages for a failed memory allocation in six functions
by Markus Elfring
· 7 years ago
72e8d3f
crypto: bcm - Delete an error message for a failed memory allocation in do_shash()
by Markus Elfring
· 7 years ago
5471f2e
crypto: bfin_crc - Delete an error message for a failed memory allocation in bfin_crypto_crc_probe()
by Markus Elfring
· 7 years ago
41b3316
crypto: speck - add test vectors for Speck64-XTS
by Eric Biggers
· 7 years ago
c3bb521
crypto: speck - add test vectors for Speck128-XTS
by Eric Biggers
· 7 years ago
ede9622
crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS
by Eric Biggers
· 7 years ago
c8c3641
crypto: speck - export common helpers
by Eric Biggers
· 7 years ago
da7a0ab
crypto: speck - add support for the Speck block cipher
by Eric Biggers
· 7 years ago
e845520
crypto: aesni - Update aesni-intel_glue to use scatter/gather
by Dave Watson
· 7 years ago
fb8986e
crypto: aesni - Introduce scatter/gather asm function stubs
by Dave Watson
· 7 years ago
933d6ae
crypto: aesni - Add fast path for > 16 byte update
by Dave Watson
· 7 years ago
ae952c5
crypto: aesni - Introduce partial block macro
by Dave Watson
· 7 years ago
1476db2
crypto: aesni - Move HashKey computation from stack to gcm_context
by Dave Watson
· 7 years ago
e2e34b0
crypto: aesni - Move ghash_mul to GCM_COMPLETE
by Dave Watson
· 7 years ago
9660474
crypto: aesni - Fill in new context data structures
by Dave Watson
· 7 years ago
c594c54
crypto: aesni - Split AAD hash calculation to separate macro
by Dave Watson
· 7 years ago
9ee4a5d
crypto: aesni - Introduce gcm_context_data
by Dave Watson
· 7 years ago
ba45833
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro
by Dave Watson
· 7 years ago
adcadab
crypto: aesni - Add GCM_COMPLETE macro
by Dave Watson
· 7 years ago
7af964c
crypto: aesni - Add GCM_INIT macro
by Dave Watson
· 7 years ago
6c2c86b
crypto: aesni - Macro-ify func save/restore
by Dave Watson
· 7 years ago
e1fd316
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC
by Dave Watson
· 7 years ago
8c48db9
crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init()
by Markus Elfring
· 7 years ago
a8bc22f
crypto: sahara - Improve a size determination in sahara_probe()
by Markus Elfring
· 7 years ago
0d576d9
crypto: sahara - Delete an error message for a failed memory allocation in sahara_probe()
by Markus Elfring
· 7 years ago
0c704bf
crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe()
by Markus Elfring
· 7 years ago
9dea694
crypto: ux500 - Adjust an error message in ux500_cryp_probe()
by Markus Elfring
· 7 years ago
50ca524
crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()
by Markus Elfring
· 7 years ago
dbbd5d1
crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe()
by Markus Elfring
· 7 years ago
333e18c
crypto: testmgr - Fix incorrect values in PKCS#1 test vector
by Conor McLoughlin
· 7 years ago
57240a7
crypto: inside-secure - unmap the result in the hash send error path
by Antoine Tenart
· 7 years ago
f7268c5
crypto: inside-secure - keep the requests push/pop synced
by Antoine Tenart
· 7 years ago
b7007db
crypto: inside-secure - fix the invalidation step during cra_exit
by Antoine Tenart
· 7 years ago
95831ce
crypto: inside-secure - do not process request if no command was issued
by Antoine Tenart
· 7 years ago
666a9c7
crypto: inside-secure - fix the cache_len computation
by Antoine Tenart
· 7 years ago
c1a8fa6
crypto: inside-secure - fix the extra cache computation
by Antoine Tenart
· 7 years ago
e1d24c0
crypto: inside-secure - do not overwrite the threshold value
by Antoine Tenart
· 7 years ago
c4ecc8f
MAINTAINERS: update the Inside Secure maintainer email
by Antoine Tenart
· 7 years ago
7b4c5d3
hwrng: bcm2835 - Handle deferred clock properly
by Stefan Wahren
· 7 years ago
4ff8b1d
crypto: arm/aes-cipher - move S-box to .rodata section
by Jinbum Park
· 7 years ago
7c73cf4c
crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
by Peter Robinson
· 7 years ago
a43a348
crypto: stm32/cryp - add stm32mp1 support
by Fabien DESSENNE
· 7 years ago
9d3b503
crypto: stm32/cryp - add aes gcm / ccm support
by Fabien DESSENNE
· 7 years ago
9f32bb5
crypto: qat - Make several functions static
by Colin Ian King
· 7 years ago
404a36a
crypto: ccp - Make function ccp_get_dma_chan_attr static
by Colin Ian King
· 7 years ago
1efb892
crypto: chelsio - Make function aead_ccm_validate_input static
by Colin Ian King
· 7 years ago
b09dd34
x86/crypto: Designate maintainer for SHA-1/256/512
by Tim Chen
· 7 years ago
d03d29b
crypto: stm32/hash - rework padding length
by Lionel Debieve
· 7 years ago
ff1cae4
crypto: stm32/hash - fix performance issues
by Lionel Debieve
· 7 years ago
a3d98b9
crypto: stm32/hash - avoid error if maxburst not defined
by Lionel Debieve
· 7 years ago
d3e41b5
crypto: caam/qi - add GCM support
by Horia Geantă
· 7 years ago
87ec3a0
crypto: caam - prepare for gcm(aes) support over QI interface
by Horia Geantă
· 7 years ago
cb3078f
crypto: caam/qi - return -EBADMSG for ICV check failure
by Horia Geantă
· 7 years ago
dc7bcef
crypto: stm32-cryp - convert to the new crypto engine API
by Corentin LABBE
· 7 years ago
fb45490
crypto: stm32-hash - convert to the new crypto engine API
by Corentin LABBE
· 7 years ago
6718937
crypto: virtio - convert to new crypto engine API
by Corentin LABBE
· 7 years ago
c21c8b8
crypto: omap - convert to new crypto engine API
by Corentin LABBE
· 7 years ago
218d1cc
crypto: engine - Permit to enqueue all async requests
by Corentin LABBE
· 7 years ago
ce09a6c
crypto: doc - document crypto engine API
by Corentin LABBE
· 7 years ago
Next »