Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ef5c73b3384743efae6d6080154e189dc672359f
ef5c73b
crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
by Krzysztof Kozlowski
· 6 years ago
d9a5289
crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()
by Mao Wenan
· 6 years ago
8cd9d18
crypto: chelsio - Fixed Traffic Stall
by Atul Gupta
· 6 years ago
bf432e7
crypto: marvell - Remove set but not used variable 'ivsize'
by YueHaibing
· 6 years ago
7df5218
crypto: ccp - Update driver messages to remove some confusion
by Lendacky, Thomas
· 6 years ago
333e6647
crypto: adiantum - add 1536 and 4096-byte test vectors
by Eric Biggers
· 6 years ago
367ecc0
crypto: nhpoly1305 - add a test vector with len % 16 != 0
by Eric Biggers
· 6 years ago
511306b
crypto: arm/aes-ce - update IV after partial final CTR block
by Eric Biggers
· 6 years ago
fa5fd3a
crypto: arm64/aes-blk - update IV after partial final CTR block
by Eric Biggers
· 6 years ago
e674dbc
crypto: testmgr - add iv_out to all CTR test vectors
by Eric Biggers
· 6 years ago
cdc6946
crypto: testmgr - add iv_out to all CBC test vectors
by Eric Biggers
· 6 years ago
8efd972
crypto: testmgr - support checking skcipher output IV
by Eric Biggers
· 6 years ago
c9e1d48
crypto: testmgr - remove extra bytes from 3DES-CTR IVs
by Eric Biggers
· 6 years ago
c1c214a
crypto: rockchip - update new iv to device in multiple operations
by Zhang Zhijie
· 6 years ago
4359669
crypto: rockchip - fix scatterlist nents error
by Zhang Zhijie
· 6 years ago
b5be853
crypto: ccree - fix missing break in switch statement
by Gustavo A. R. Silva
· 6 years ago
05bd1be
crypto: caam/qi2 - relax busy polling while enqueuing FDs
by Horia Geantă
· 6 years ago
f1657eb
crypto: caam/qi2 - rate-limit enqueue failure prints
by Horia Geantă
· 6 years ago
ac5d15b
crypto: caam/qi2 - use affine DPIOs
by Horia Geantă
· 6 years ago
7d220dab
crypto: chtls - remove cdev_list_lock
by Sebastian Andrzej Siewior
· 6 years ago
9dd24d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next
by Herbert Xu
· 6 years ago
cf64e49
crypto: caam - weak key checking for cbc des, 3des
by Iuliana Prodan
· 6 years ago
eaed71a
crypto: caam - add ecb(*) support
by Iuliana Prodan
· 6 years ago
bd30cf5
crypto: export arc4 defines
by Iuliana Prodan
· 6 years ago
ba4cf71
crypto: caam - use mapped_{src,dst}_nents for job descriptor
by Iuliana Prodan
· 6 years ago
920d7f7
crypto: qat - Remove unused goto label
by Herbert Xu
· 6 years ago
532a50f
MAINTAINERS: crypto: ccree: remove co-maintainer
by Gilad Ben-Yossef
· 6 years ago
a6e5ef9
crypto: testmgr - check for aead_request corruption
by Eric Biggers
· 6 years ago
fa353c9
crypto: testmgr - check for skcipher_request corruption
by Eric Biggers
· 6 years ago
4cc2dcf
crypto: testmgr - convert hash testing to use testvec_configs
by Eric Biggers
· 6 years ago
ed96804
crypto: testmgr - convert aead testing to use testvec_configs
by Eric Biggers
· 6 years ago
4e7babba
crypto: testmgr - convert skcipher testing to use testvec_configs
by Eric Biggers
· 6 years ago
25f9ddd
crypto: testmgr - implement random testvec_config generation
by Eric Biggers
· 6 years ago
5b2706a
crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
by Eric Biggers
· 6 years ago
3f47a03
crypto: testmgr - add testvec_config struct and helper functions
by Eric Biggers
· 6 years ago
12455e3
crypto: arm64/aes-neonbs - fix returning final keystream block
by Eric Biggers
· 6 years ago
77568e5
crypto: ahash - fix another early termination in hash walk
by Eric Biggers
· 6 years ago
3af3496
crypto: x86/aesni-gcm - fix crash on empty plaintext
by Eric Biggers
· 6 years ago
2060e28
crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
by Eric Biggers
· 6 years ago
ba6771c
crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
by Eric Biggers
· 6 years ago
d644f1c
crypto: morus - fix handling chunked inputs
by Eric Biggers
· 6 years ago
0f533e6
crypto: aegis - fix handling chunked inputs
by Eric Biggers
· 6 years ago
42e95d1
crypto: caam - fixed handling of sg list
by Pankaj Gupta
· 6 years ago
6227cd1
crypto: arm64/crct10dif-ce - cleanup and optimizations
by Eric Biggers
· 6 years ago
e7b3ed3
crypto: arm/crct10dif-ce - cleanup and optimizations
by Eric Biggers
· 6 years ago
0974037
crypto: x86/crct10dif-pcl - cleanup and optimizations
by Eric Biggers
· 6 years ago
f8903b3
crypto: ccp - fix the SEV probe in kexec boot path
by Singh, Brijesh
· 6 years ago
e3d90e52
crypto: testmgr - use kmemdup
by Christopher Diaz Riveros
· 6 years ago
8336bdf
crypto: arm64/crct10dif - register PMULL variants as separate algos
by Ard Biesheuvel
· 6 years ago
1b2ca56
crypto: arm64/crct10dif - remove dead code
by Ard Biesheuvel
· 6 years ago
c03f3cb
crypto: arm/crct10dif - remove dead code
by Ard Biesheuvel
· 6 years ago
d72b9d4
crypto: arm64/crct10dif - revert to C code for short inputs
by Ard Biesheuvel
· 6 years ago
62fecf2
crypto: arm/crct10dif - revert to C code for short inputs
by Ard Biesheuvel
· 6 years ago
c19650d
crypto: caam - fix DMA mapping of stack memory
by Horia Geantă
· 6 years ago
5a22b198
crypto: arm64/ghash - register PMULL variants as separate algos
by Ard Biesheuvel
· 6 years ago
a8a3441
crypto: testmgr - mark crc32 checksum as FIPS allowed
by Milan Broz
· 6 years ago
87fec01
crypto: bcm - remove -I. header search path and unused macro define
by Masahiro Yamada
· 6 years ago
320ca3e
crypto: prefix header search paths with $(srctree)/
by Masahiro Yamada
· 6 years ago
f935290
crypto: arm64/aes-ccm - don't use an atomic walk needlessly
by Ard Biesheuvel
· 6 years ago
969e2f5
crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
by Ard Biesheuvel
· 6 years ago
eaf46ed
crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
by Ard Biesheuvel
· 6 years ago
eb5e673
crypto: testmgr - skip crc32c context test for ahash algorithms
by Eric Biggers
· 6 years ago
341a64c
crypto: axis - move request unmap outside of the queue lock
by Vincent Whitchurch
· 6 years ago
5997a24
crypto: axis - use a constant time tag compare
by Lars Persson
· 6 years ago
48ef090
crypto: axis - support variable AEAD tag length
by Lars Persson
· 6 years ago
0d1d482
crypto: axis - give DMA the start of the status buffer
by Lars Persson
· 6 years ago
c34a838
crypto: axis - fix for recursive locking from bottom half
by Lars Persson
· 6 years ago
f68deeb
crypto: axis - remove sha512 support for artpec7
by Lars Persson
· 6 years ago
971108c
crypto: axis - remove sha384 support for artpec7
by Lars Persson
· 6 years ago
6e88098
crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
by Corentin Labbe
· 6 years ago
b04a27c
crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
by YueHaibing
· 6 years ago
16c8ad7
crypto: caam - fix indentation of goto label
by Roland Hieber
· 6 years ago
fbb371c
crypto: caam - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
31e1d26
crypto: ccp - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
97a93b2
crypto: cavium/nitrox - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
e30886b
crypto: cavium/zip - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
6de599b
crypto: axis - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
54eedf0
crypto: ccree - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
f0fcf9a
crypto: qat - no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
763069b
crypto: caam - handle zero-length AEAD output
by Horia Geantă
· 6 years ago
87870cf
crypto: caam - add support for cmac(aes)
by Iuliana Prodan
· 6 years ago
7e33d4d
crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
by YueHaibing
· 6 years ago
231baec
crypto: clarify name of WEAK_KEY request flag
by Eric Biggers
· 6 years ago
37ebfff
crypto: bcm - remove unused function do_decrypt()
by Eric Biggers
· 6 years ago
aef027d
hwrng: virtio - Avoid repeated init of completion
by David Tolnay
· 6 years ago
1a5e02b
crypto: chacha20poly1305 - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
9f8ef36
crypto: ctr - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
56a00d9
crypto: gcm - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
0db1903
crypto: ccm - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
9572442
crypto: api - add a helper to (un)register a array of templates
by Xiongfeng Wang
· 6 years ago
747bd2a
crypto: morus - Convert to SPDX license identifiers
by Thomas Gleixner
· 6 years ago
bb4ce82
crypto: aegis - Convert to SPDX license identifiers
by Thomas Gleixner
· 6 years ago
12ea20f
crypto: morus - Cleanup license mess
by Thomas Gleixner
· 6 years ago
ea5d8cf
crypto: aegis - Cleanup license mess
by Thomas Gleixner
· 6 years ago
27c6feb
crypto: chelsio - Inline single pdu only
by Atul Gupta
· 6 years ago
4da66b7
crypto: chelsio - avoid using sa_entry imm
by Atul Gupta
· 6 years ago
2b5ac17
crypto: ccree - don't copy zero size ciphertext
by Gilad Ben-Yossef
· 6 years ago
27649c3
crypto: ccree - shared irq lines are not a bug
by Gilad Ben-Yossef
· 6 years ago
c139c72
crypto: ccree - unmap buffer before copying IV
by Gilad Ben-Yossef
· 6 years ago
1ffbe13
crypto: ccree - remove legacy leftover
by Hadar Gat
· 6 years ago
Next »