Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
324e8f5f5d9d4d0b9a608b2fdb88cd93b0fbb12a
/
arch
/
arm64
/
crypto
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
4a8108b
crypto: arm64/aes-neonbs - don't access already-freed walk.iv
by Eric Biggers
· 6 years ago
aaba098
arm64: HWCAP: add support for AT_HWCAP2
by Andrew Murray
· 6 years ago
f6e9af8
crypto: arm64/cbcmac - handle empty messages in same way as template
by Eric Biggers
· 6 years ago
e52b702
crypto: arm64 - convert to use crypto_simd_usable()
by Eric Biggers
· 6 years ago
580e295
crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
by Eric Biggers
· 6 years ago
63bdf42
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
f86d17e
crypto: arm64/chacha - fix hchacha_block_neon() for big endian
by Eric Biggers
· 6 years ago
4b6d196
crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian
by Eric Biggers
· 6 years ago
fa5fd3a
crypto: arm64/aes-blk - update IV after partial final CTR block
by Eric Biggers
· 6 years ago
12455e3
crypto: arm64/aes-neonbs - fix returning final keystream block
by Eric Biggers
· 6 years ago
6227cd1
crypto: arm64/crct10dif-ce - cleanup and optimizations
by Eric Biggers
· 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
d72b9d4
crypto: arm64/crct10dif - revert to C code for short inputs
by Ard Biesheuvel
· 6 years ago
5a22b198
crypto: arm64/ghash - register PMULL variants as separate algos
by Ard Biesheuvel
· 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
668c35f
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 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
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
8e9b61b
kbuild: move .SECONDARY special target to Kbuild.include
by Masahiro Yamada
· 6 years ago
1ca1b91
crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
cc3cc48
crypto: arm64/aes-blk - ensure XTS mask is always loaded
by Ard Biesheuvel
· 6 years ago
7ff9036
crypto: arm64/aes - fix handling sub-block CTS-CBC inputs
by Eric Biggers
· 6 years ago
2e5d2f3
crypto: arm64/aes-blk - improve XTS mask handling
by Ard Biesheuvel
· 6 years ago
dd597fb
crypto: arm64/aes-blk - add support for CTS-CBC mode
by Ard Biesheuvel
· 6 years ago
6e7de6a
crypto: arm64/aes-blk - revert NEON yield for skciphers
by Ard Biesheuvel
· 6 years ago
557ecb4
crypto: arm64/aes-blk - remove pointless (u8 *) casts
by Ard Biesheuvel
· 6 years ago
2fffee5
crypto: arm64/crct10dif - implement non-Crypto Extensions alternative
by Ard Biesheuvel
· 6 years ago
6c1b0da
crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version
by Ard Biesheuvel
· 6 years ago
598b7d4
crypto: arm64/crc32 - remove PMULL based CRC32 driver
by Ard Biesheuvel
· 6 years ago
ed6ed11
crypto: arm64/aes-modes - get rid of literal load of addend vector
by Ard Biesheuvel
· 6 years ago
578bdaa
crypto: speck - remove Speck
by Jason A. Donenfeld
· 6 years ago
c2b24c3
crypto: arm64/aes-gcm-ce - fix scatterwalk API violation
by Ard Biesheuvel
· 6 years ago
7fa885e
crypto: arm64/sm4-ce - check for the right CPU feature bit
by Ard Biesheuvel
· 6 years ago
22240df7
crypto: arm64/ghash-ce - implement 4-way aggregation
by Ard Biesheuvel
· 6 years ago
8e492ef
crypto: arm64/ghash-ce - replace NEON yield check with block limit
by Ard Biesheuvel
· 6 years ago
30f1a9f
crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable
by Ard Biesheuvel
· 6 years ago
e0bd888
crypto: arm64/aes-ce-gcm - implement 2-way aggregation
by Ard Biesheuvel
· 6 years ago
71e52c27
crypto: arm64/aes-ce-gcm - operate on two input blocks at a time
by Ard Biesheuvel
· 6 years ago
3465893
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 6 years ago
f10dc56
crypto: arm64 - revert NEON yield for fast AEAD implementations
by Ard Biesheuvel
· 6 years ago
c5f5aee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 6 years ago
c7513c2
crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair
by Ard Biesheuvel
· 6 years ago
6b0daa7
crypto: arm64/sha256 - increase cra_priority of scalar implementations
by Eric Biggers
· 7 years ago
e50944e
crypto: shash - remove useless setting of type flags
by Eric Biggers
· 7 years ago
6e88f01
crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin, _end
by Jia He
· 7 years ago
c2e415f
crypto: clarify licensing of OpenSSL asm code
by Adam Langley
· 7 years ago
6caf7ad
crypto: arm64/sha512-ce - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
7edc86c
crypto: arm64/sha3-ce - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
5b3da65
crypto: arm64/crct10dif-ce - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
4e530fb
crypto: arm64/crc32-ce - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
7c50136
crypto: arm64/aes-ghash - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
20ab633
crypto: arm64/aes-bs - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
0c8f838
crypto: arm64/aes-blk - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
7b67ae4
crypto: arm64/aes-ccm - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
d82f37a
crypto: arm64/sha2-ce - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
7df8d16
crypto: arm64/sha1-ce - yield NEON after every block of input
by Ard Biesheuvel
· 7 years ago
e99ce92
crypto: arm64 - add support for SM4 encryption using special instructions
by Ard Biesheuvel
· 7 years ago
54a702f
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
by Masahiro Yamada
· 7 years ago
6aaf49b
crypto: arm,arm64 - Fix random regeneration of S_shipped
by Leonard Crestez
· 7 years ago
1a3713c
crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels
by Ard Biesheuvel
· 7 years ago
870c163
crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt path
by Ard Biesheuvel
· 7 years ago
a8f8a69
crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path
by Ard Biesheuvel
· 7 years ago
55868b4
crypto: arm64/aes-blk - remove configurable interleave
by Ard Biesheuvel
· 7 years ago
4bf7e7a
crypto: arm64/chacha20 - move kernel mode neon en/disable into loop
by Ard Biesheuvel
· 7 years ago
78ad7b0
crypto: arm64/aes-bs - move kernel mode neon en/disable into loop
by Ard Biesheuvel
· 7 years ago
6833817
crypto: arm64/aes-blk - move kernel mode neon en/disable into loop
by Ard Biesheuvel
· 7 years ago
bd2ad88
crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
by Ard Biesheuvel
· 7 years ago
91a2abb
crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS
by Eric Biggers
· 7 years ago
fb87127
crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions code
by Ard Biesheuvel
· 7 years ago
140aa50
crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation
by Ard Biesheuvel
· 7 years ago
15d5910
crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation
by Ard Biesheuvel
· 7 years ago
20b04c0
crypto: arm64/sha1-ce - get rid of literal pool
by Ard Biesheuvel
· 7 years ago
17a0607
crypto: arm64/sha2-ce - move the round constant table to .rodata section
by Ard Biesheuvel
· 7 years ago
325f562
crypto: arm64/crct10dif - move literal data to .rodata section
by Ard Biesheuvel
· 7 years ago
eec7d45
crypto: arm64/crc32 - move literal data to .rodata section
by Ard Biesheuvel
· 7 years ago
62c24708
crypto: arm64/aes-neon - move literal data to .rodata section
by Ard Biesheuvel
· 7 years ago
96a74f7
crypto: arm64/aes-cipher - move S-box to .rodata section
by Ard Biesheuvel
· 7 years ago
bb6c8c4
crypto: arm64 - implement SHA-512 using special instructions
by Ard Biesheuvel
· 7 years ago
a208fa8
crypto: hash - annotate algorithms taking optional key
by Eric Biggers
· 7 years ago
45223b7
crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error
by Corentin Labbe
· 7 years ago
019cd46
crypto: arm64/aes-ce-cipher - move assembler code to .S file
by Ard Biesheuvel
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
7c83d68
crypto: arm64/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
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
Next »