Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ac360faf955125d362128835e479da0e2646b341
ac360fa
crypto: ccp - select CONFIG_CRYPTO_RSA
by Arnd Bergmann
· 7 years ago
d634bae
crypto: ccp - avoid uninitialized variable warning
by Arnd Bergmann
· 7 years ago
c871c10
crypto: serpent - improve __serpent_setkey with UBSAN
by Arnd Bergmann
· 7 years ago
72548b0
crypto: algif_aead - copy AAD from src to dst
by Stephan Mueller
· 7 years ago
5703c82
crypto: algif - return error code when no data was processed
by Stephan Mueller
· 7 years ago
5060ffc
crypto: ccp - Add XTS-AES-256 support for CCP version 5
by Gary R Hook
· 7 years ago
7f7216c
crypto: ccp - Rework the unit-size check for XTS-AES
by Gary R Hook
· 7 years ago
47f27f1
crypto: ccp - Add a call to xts_check_key()
by Gary R Hook
· 7 years ago
e652399
crypto: ccp - Fix XTS-AES-128 support on v5 CCPs
by Gary R Hook
· 7 years ago
7c83d68
crypto: arm64/aes - avoid expanded lookup tables in the final round
by Ard Biesheuvel
· 7 years ago
0d149ce
crypto: arm/aes - avoid expanded lookup tables in the final round
by Ard Biesheuvel
· 7 years ago
03c9a33
crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL
by Ard Biesheuvel
· 7 years ago
3759ee0
crypto: arm/ghash - add NEON accelerated fallback for vmull.p64
by Ard Biesheuvel
· 7 years ago
537c144
crypto: arm64/gcm - implement native driver using v8 Crypto Extensions
by Ard Biesheuvel
· 7 years ago
ec808bb
crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR
by Ard Biesheuvel
· 7 years ago
611d532
crypto: arm64/chacha20 - take may_use_simd() into account
by Ard Biesheuvel
· 7 years ago
e211506
crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR
by Ard Biesheuvel
· 7 years ago
5092fcf
crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback
by Ard Biesheuvel
· 7 years ago
b8fb993
crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback
by Ard Biesheuvel
· 7 years ago
f402e31
crypto: arm64/aes-ce-cipher - match round key endianness with generic code
by Ard Biesheuvel
· 7 years ago
da17933
crypto: arm64/sha2-ce - add non-SIMD scalar fallback
by Ard Biesheuvel
· 7 years ago
0771f32
crypto: arm64/sha1-ce - add non-SIMD generic fallback
by Ard Biesheuvel
· 7 years ago
15c7d8f
crypto: arm64/crc32 - add non-SIMD scalar fallback
by Ard Biesheuvel
· 7 years ago
2dde374
crypto: arm64/crct10dif - add non-SIMD generic fallback
by Ard Biesheuvel
· 7 years ago
6d6254d
crypto: arm64/ghash-ce - add non-SIMD scalar fallback
by Ard Biesheuvel
· 7 years ago
45fe93d
crypto: algapi - make crypto_xor() take separate dst and src arguments
by Ard Biesheuvel
· 7 years ago
a7c391f
crypto: algapi - use separate dst and src operands for __crypto_xor()
by Ard Biesheuvel
· 7 years ago
9a42e4e
crypto: rockchip - return the err code when unable dequeue the crypto request
by Zain Wang
· 7 years ago
641eacd
crypto: rockchip - move the crypto completion from interrupt context
by Zain Wang
· 7 years ago
1d54494
hwrng: mx-rngc - add a driver for Freescale RNGC
by Martin Kaiser
· 7 years ago
15d05fd
Documentation: devicetree: add Freescale RNGC binding
by Steffen Trumtrar
· 7 years ago
60f3aae
hwrng: Kconfig - Correct help text about feeding entropy pool
by PrasannaKumar Muralidharan
· 7 years ago
6a8487a
crypto: scompress - defer allocation of scratch buffer to first use
by Ard Biesheuvel
· 7 years ago
cc4d110
crypto: scompress - free partially allocated scratch buffers on failure
by Ard Biesheuvel
· 7 years ago
3c08377
crypto: scompress - don't sleep with preemption disabled
by Ard Biesheuvel
· 7 years ago
9166c44
crypto: brcm - Support more FlexRM rings than SPU engines.
by raveendra padasalagi
· 7 years ago
6d2bce6
crypto: atmel-ecc - fix signed integer to u8 assignment
by Tudor-Dan Ambarus
· 7 years ago
952035b
crypto: ecdh - fix concurrency on shared secret and pubkey
by Tudor-Dan Ambarus
· 7 years ago
0876d16
crypto: ccp - remove duplicate module version and author entry
by Brijesh Singh
· 7 years ago
b66ad0b
crypto: tcrypt - remove AES-XTS-192 speed tests
by Horia Geantă
· 7 years ago
0138d32
Crypto: atmel-ecc: Make a couple of local functions static
by Colin Ian King
· 7 years ago
1ce5b2f
crypto: img-hash - remove unnecessary static in img_hash_remove()
by Gustavo A. R. Silva
· 7 years ago
47f1241
crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()
by Gustavo A. R. Silva
· 7 years ago
22d96f0
crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()
by Gustavo A. R. Silva
· 7 years ago
0588d85
crypto: omap-sham - remove unnecessary static in omap_sham_remove()
by Gustavo A. R. Silva
· 7 years ago
b2e870f
crypto: n2 - Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
297b9ce
crypto: caam/jr - add support for DPAA2 parts
by Horia Geantă
· 7 years ago
e28c190
csrypto: ccp - Expand RSA support for a v5 ccp
by Gary R Hook
· 7 years ago
ceeec0a
crypto: ccp - Add support for RSA on the CCP
by Gary R Hook
· 7 years ago
333706b
crypto: Add akcipher_set_reqsize() function
by Gary R Hook
· 7 years ago
6ba46c7
crypto: ccp - Fix base RSA function for version 5 CCPs
by Gary R Hook
· 7 years ago
68cc652
crypto: ccp - Update copyright dates for 2017.
by Gary R Hook
· 7 years ago
c2176f0
crypto: rng - ensure that the RNG is ready before using
by Jason A. Donenfeld
· 7 years ago
8a1012d
crypto: stm32 - Support for STM32 HASH module
by lionel.debieve@st.com
· 7 years ago
7bb952c
dt-bindings: Document STM32 HASH bindings
by lionel.debieve@st.com
· 7 years ago
c35af01
crypto: stm32 - Rename module to use generic crypto
by lionel.debieve@st.com
· 7 years ago
0373d08
crypto: stm32 - solve crc issue during unbind
by lionel.debieve@st.com
· 7 years ago
3917751
crypto: stm32 - CRC use relaxed function
by lionel.debieve@st.com
· 7 years ago
430f133
crypto: caam - free qman_fq after kill_fq
by Xulin Sun
· 7 years ago
d887c52
crypto: algif_aead - overhaul memory management
by Stephan Mueller
· 7 years ago
e870456
crypto: algif_skcipher - overhaul memory management
by Stephan Mueller
· 7 years ago
10a515d
hwrng: remember rng chosen by user
by Harald Freudenberger
· 7 years ago
2bbb698
hwrng: use rng source with best quality
by Harald Freudenberger
· 7 years ago
ad81808
crypto: caam - fix condition for the jump over key(s) command
by Tudor Ambarus
· 7 years ago
f366af4
crypto: caam - clean-up in caam_init_rng()
by Horia Geantă
· 7 years ago
60a3f73
crypto: caam - remove unused variables in caam_drv_private
by Tudor Ambarus
· 7 years ago
bcde1f7
crypto: caam - remove unused sg_to_sec4_sg_len()
by Horia Geantă
· 7 years ago
c7a91eb
crypto: caam/qi - lower driver verbosity
by Horia Geantă
· 7 years ago
b3b2046
crypto: caam/qi - remove unused header sg_sw_sec4.h
by Horia Geantă
· 7 years ago
5747ff3
crypto: caam/qi - explicitly set dma_ops
by Horia Geantă
· 7 years ago
36cda08
crypto: caam/qi - fix AD length endianness in S/G entry
by Horia Geantă
· 7 years ago
eb9ba37
crypto: caam/qi - handle large number of S/Gs case
by Horia Geantă
· 7 years ago
a68a193
crypto: caam/qi - properly set IV after {en,de}crypt
by Horia Geantă
· 7 years ago
1ed289f
crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
by Horia Geantă
· 7 years ago
972b812
crypto: caam/qi - fix compilation with DEBUG enabled
by Horia Geantă
· 7 years ago
84ea954
crypto: caam/qi - fix typo in authenc alg driver name
by Horia Geantă
· 7 years ago
c609048
crypto: brcm - add NULL check on of_match_device() return value
by Gustavo A. R. Silva
· 7 years ago
24086e3
crypto: geode-aes - fixed coding style warnings and error
by Chris Gorman
· 7 years ago
57de3ae
crypto: ccp - remove ccp_present() check from device initialize
by Brijesh Singh
· 7 years ago
d0ebbc0
crypto: ccp - rename ccp driver initialize files as sp device
by Brijesh Singh
· 7 years ago
f4d18d6
crypto: ccp - Abstract interrupt registeration
by Brijesh Singh
· 7 years ago
720419f
crypto: ccp - Introduce the AMD Secure Processor device
by Brijesh Singh
· 7 years ago
970e830
crypto: ccp - Use devres interface to allocate PCI/iomap and cleanup
by Brijesh Singh
· 7 years ago
a0a613a
MAINTAINERS: add a maintainer for Microchip / Atmel ECC driver
by Tudor-Dan Ambarus
· 7 years ago
1110569
crypto: atmel-ecc - introduce Microchip / Atmel ECC driver
by Tudor-Dan Ambarus
· 7 years ago
66d3994
crypto: kpp - add get/set_flags helpers
by Tudor-Dan Ambarus
· 7 years ago
b8ae5c7
crypto: sun4i-ss - support the Security System PRNG
by Corentin LABBE
· 7 years ago
3822c33
crypto: omap-des - fix error return code in omap_des_probe()
by Gustavo A. R. Silva
· 7 years ago
62c58f8
crypto: omap-aes - fix error return code in omap_aes_probe()
by Gustavo A. R. Silva
· 7 years ago
353ef08
crypto: mxs-dcp - print error message on platform_get_irq failure
by Gustavo A. R. Silva
· 7 years ago
5a19dc5
crypto: mxc-scc - fix error code in mxc_scc_probe()
by Gustavo A. R. Silva
· 7 years ago
0a7d710
crypto: mediatek - fix error return code in mtk_crypto_probe()
by Gustavo A. R. Silva
· 7 years ago
28a2cc6
crypto: ccp - print error message on platform_get_irq failure
by Gustavo A. R. Silva
· 7 years ago
33460b2
crypto: ccp - Provide an error path for debugfs setup failure
by Gary R Hook
· 7 years ago
bce386a
crypto: ccp - Change all references to use the JOB ID macro
by Gary R Hook
· 7 years ago
77af0ae
crypto: ccp - Fix some line spacing
by Gary R Hook
· 7 years ago
30aabe3
crypto: sahara - make of_device_ids const
by Arvind Yadav
· 7 years ago
a93854c
crypto: qat - fix spelling mistake: "runing" -> "running"
by Colin Ian King
· 7 years ago
d31e712
crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services
by Zeng, Xin
· 7 years ago
41cdf7a
crypto: authencesn - Fix digest_null crash
by Herbert Xu
· 7 years ago
Next »