Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
efcae7c931b473285e38c778bdaa9f36de9f78d6
efcae7c
sign-file: Fix inplace signing when src and dst names are both specified
by Alex Yashchenko
· 8 years ago
fbb7263
crypto: asymmetric_keys - set error code on failure
by Pan Bian
· 8 years ago
04b46fb
crypto: testmgr - fix overlap in chunked tests again
by Ard Biesheuvel
· 8 years ago
d0a3431
crypto: arm/crc32 - accelerated support based on x86 SSE implementation
by Ard Biesheuvel
· 8 years ago
8fefde9
crypto: arm64/crc32 - accelerated support based on x86 SSE implementation
by Ard Biesheuvel
· 8 years ago
1d481f1
crypto: arm/crct10dif - port x86 SSE implementation to ARM
by Ard Biesheuvel
· 8 years ago
6ef5737
crypto: arm64/crct10dif - port x86 SSE implementation to arm64
by Ard Biesheuvel
· 8 years ago
d31de18
crypto: testmgr - add/enhance test cases for CRC-T10DIF
by Ard Biesheuvel
· 8 years ago
7e4c7f1
crypto: testmgr - avoid overlap in chunked tests
by Ard Biesheuvel
· 8 years ago
9a97ffd
crypto: chcr - checking for IS_ERR() instead of NULL
by Dan Carpenter
· 8 years ago
b80609a
crypto: caam - check caam_emi_slow instead of re-lookup platform
by Marcus Folkesson
· 8 years ago
5937d81
crypto: algif_aead - fix AIO handling of zero buffer
by Stephan Mueller
· 8 years ago
efad2b6
crypto: aes-ce - Make aes_simd_algs static
by Herbert Xu
· 8 years ago
e2c1b82
crypto: algif_skcipher - set error code when kcalloc fails
by Pan Bian
· 8 years ago
37d8468
crypto: caam - make aamalg_desc a proper module
by Arnd Bergmann
· 8 years ago
9c0bc51
crypto: caam - pass key buffers with typesafe pointers
by Arnd Bergmann
· 8 years ago
0be8a27
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length
by Herbert Xu
· 8 years ago
ff330f7
MAINTAINERS: add crypto headers to crypto entry
by Baruch Siach
· 8 years ago
8eea134
crypt: doc - remove misleading mention of async API
by Baruch Siach
· 8 years ago
450a6c3
crypto: doc - fix header file name
by Baruch Siach
· 8 years ago
864e098
crypto: api - fix comment typo
by Baruch Siach
· 8 years ago
34bc085
crypto: skcipher - Add separate walker for AEAD decryption
by Herbert Xu
· 8 years ago
81126d1
crypto: arm/aesbs - fix brokenness after skcipher conversion
by Ard Biesheuvel
· 8 years ago
2debd33
crypto: chcr - Add AEAD algos.
by Harsh Jain
· 8 years ago
5c86a8f
crypto: chcr - Move tfm ctx variable to request context
by Harsh Jain
· 8 years ago
e792272
crypto: chcr - Use SHASH_DESC_ON_STACK
by Harsh Jain
· 8 years ago
adf1ca6
crypto: chcr - Adjust Dest. buffer size
by Harsh Jain
· 8 years ago
cc1b156
crypto: chcr - Calculate Reverse round key in setkey callback.
by Harsh Jain
· 8 years ago
44fce12
crypto: chcr - Remove dynamic allocation
by Harsh Jain
· 8 years ago
18f0aa0
crypto: chcr - Fixes Unchecked dereference inside function
by Harsh Jain
· 8 years ago
358961d
crypto: chcr - Added new structure chcr_wr
by Harsh Jain
· 8 years ago
39f91a3
crypto: chcr - Cosmetic change
by Harsh Jain
· 8 years ago
b3e1e0c
crypto: arm64/aes-ce-ctr - fix skcipher conversion
by Ard Biesheuvel
· 8 years ago
3cbf61f
crypto: skcipher - fix crash in skcipher_walk_aead()
by Ard Biesheuvel
· 8 years ago
7f329c1
crypto: arm/aes-ce - fix broken monolithic build
by Ard Biesheuvel
· 8 years ago
6fdf436
crypto: arm/aes - Add missing SIMD select for aesbs
by Herbert Xu
· 8 years ago
479d014
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
5789163
crypto: rsa - Add Makefile dependencies to fix parallel builds
by David Michael
· 8 years ago
66bf093
crypto: chcr - Fix memory corruption
by Harsh Jain
· 8 years ago
5102981
crypto: drbg - prevent invalid SG mappings
by Stephan Mueller
· 8 years ago
585b5fa
crypto: arm/aes - Select SIMD in Kconfig
by Herbert Xu
· 8 years ago
a4b15be
crypto: arm64/sha2 - add generated .S files to .gitignore
by Ard Biesheuvel
· 8 years ago
eb09559
crypto: testmgr - don't use stack buffer in test_acomp()
by Eric Biggers
· 8 years ago
93aafb6
MAINTAINERS: add maintainers for caam crypto driver
by Horia Geantă
· 8 years ago
1a0166f
crypto: caam - refactor ahash shared descriptor generation
by Horia Geantă
· 8 years ago
6655cb8
crypto: caam - consolidate split key length computation
by Horia Geantă
· 8 years ago
8cea7b6
crypto: caam - refactor encryption descriptors generation
by Horia Geantă
· 8 years ago
746f069
crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM
by Horia Geantă
· 8 years ago
281669d
crypto: caam - rewrite some generic inline append cmds
by Horia Geantă
· 8 years ago
4cbe79c
crypto: caam - improve key inlining
by Horia Geantă
· 8 years ago
488ebc3
crypto: caam - remove superfluous alg_op algorithm param
by Horia Geantă
· 8 years ago
db57656
crypto: caam - group algorithm related params
by Horia Geantă
· 8 years ago
64c9295
crypto: caam - move append_key_aead() into init_sh_desc_key_aead()
by Horia Geantă
· 8 years ago
211f41a
crypto: aesbs - Convert to skcipher
by Herbert Xu
· 8 years ago
cc868d8
crypto: cbc - Export CBC implementation
by Herbert Xu
· 8 years ago
79c65d1
crypto: cbc - Convert to skcipher
by Herbert Xu
· 8 years ago
da40e7a
crypto: aes-ce - Convert to skcipher
by Herbert Xu
· 8 years ago
d0ed0db
crypto: arm64/aes - Convert to skcipher
by Herbert Xu
· 8 years ago
8567186
crypto: aesni - Convert to skcipher
by Herbert Xu
· 8 years ago
eed93e0
crypto: testmgr - Do not test internal algorithms
by Herbert Xu
· 8 years ago
065ce32
crypto: glue_helper - Add skcipher xts helpers
by Herbert Xu
· 8 years ago
043a440
crypto: pcbc - Convert to skcipher
by Herbert Xu
· 8 years ago
266d051
crypto: simd - Add simd skcipher helper
by Herbert Xu
· 8 years ago
4e0958d
crypto: cryptd - Add support for skcipher
by Herbert Xu
· 8 years ago
430b441
crypto: api - Do not clear type bits in crypto_larval_lookup
by Herbert Xu
· 8 years ago
f1c131b
crypto: xts - Convert to skcipher
by Herbert Xu
· 8 years ago
700cb3f
crypto: lrw - Convert to skcipher
by Herbert Xu
· 8 years ago
cf2c0fe
crypto: aes-ce-ccm - Use skcipher walk interface
by Herbert Xu
· 8 years ago
b286d8b
crypto: skcipher - Add skcipher walk interface
by Herbert Xu
· 8 years ago
7cf3186
crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option
by Jean Delvare
· 8 years ago
7918ece
crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512
by Ard Biesheuvel
· 8 years ago
c8467f7
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
by Herbert Xu
· 8 years ago
8acf7a1
crypto: algif_hash - Fix result clobbering in recvmsg
by Herbert Xu
· 8 years ago
ed424bb
hwrng: Make explicit that max >= 32 always
by PrasannaKumar Muralidharan
· 8 years ago
8ff4c19
crypto: drbg - advance output buffer pointer
by Stephan Mueller
· 8 years ago
a8348bc
crypto: algif_hash - Fix NULL hash crash with shash
by Herbert Xu
· 8 years ago
18f47f5
crypto: vmx - various build fixes
by Naveen N. Rao
· 8 years ago
7a0b86b
crypto: sha-mb - Fix total_len for correct hash when larger than 512MB
by Greg Tucker
· 8 years ago
75aa0a7
crypto: gf128mul - Zero memory when freeing multiplication table
by Alex Cope
· 8 years ago
b516b88
hwrng: atmel - use clk_disable_unprepare instead of clk_disable
by Wei Yongjun
· 8 years ago
9b50184
crypto: nx - drop duplicate header types.h
by Geliang Tang
· 8 years ago
e8b2fa4
crypto: jitterentropy - drop duplicate header module.h
by Geliang Tang
· 8 years ago
a5a40d4
crypto: caam - fix type mismatch warning
by Arnd Bergmann
· 8 years ago
9a1a1c0
crypto: caam - merge identical ahash_final/finup shared desc
by Horia Geantă
· 8 years ago
24a4f14
crypto: caam - constify pointer to descriptor buffer
by Horia Geantă
· 8 years ago
e25ff92
crypto: caam - move sec4_sg_entry to sg_sw_sec4.h
by Horia Geantă
· 8 years ago
2b163b5
Revert "crypto: caam - get rid of tasklet"
by Horia Geantă
· 8 years ago
c73e36e
crypto: caam - fix DMA API mapping leak in ablkcipher code
by Horia Geantă
· 8 years ago
9305dff
crypto: caam - remove unreachable code in report_ccb_status()
by Horia Geantă
· 8 years ago
4ca7c7d
crypto: caam - trivial code clean-up
by Horia Geantă
· 8 years ago
1b008ee
crypto: caam - remove unused command from aead givencrypt
by Horia Geantă
· 8 years ago
00fef2b
crypto: caam - remove unused may_sleep in dbg_dump_sg()
by Horia Geantă
· 8 years ago
c530e34
crypto: caam - fix smatch warnings
by Horia Geantă
· 8 years ago
8439e94
crypto: caam - fix sparse warnings
by Horia Geantă
· 8 years ago
2090456
crypto: caam - desc.h fixes
by Horia Geantă
· 8 years ago
39957c8e
crypto: caam - completely remove error propagation handling
by Horia Geantă
· 8 years ago
d128af1
crypto: caam - fix AEAD givenc descriptors
by Alex Porosanu
· 8 years ago
d266f44
crypto: gf128mul - remove dead gf128mul_64k_lle code
by Alex Cope
· 8 years ago
8edda7d
crypto: dh - Consistenly return negative error codes
by Mat Martineau
· 8 years ago
109e23b
crypto: poly1305 - Use unaligned access where required
by Jason A. Donenfeld
· 8 years ago
Next »