Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0e145b477dea594ee5b588feb7cb0f531e2d263d
/
arch
/
arm64
/
crypto
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
· 8 years ago
03c9a33
crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL
by Ard Biesheuvel
· 8 years ago
537c144
crypto: arm64/gcm - implement native driver using v8 Crypto Extensions
by Ard Biesheuvel
· 8 years ago
ec808bb
crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR
by Ard Biesheuvel
· 8 years ago
611d532
crypto: arm64/chacha20 - take may_use_simd() into account
by Ard Biesheuvel
· 8 years ago
e211506
crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR
by Ard Biesheuvel
· 8 years ago
5092fcf
crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback
by Ard Biesheuvel
· 8 years ago
b8fb993
crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback
by Ard Biesheuvel
· 8 years ago
f402e31
crypto: arm64/aes-ce-cipher - match round key endianness with generic code
by Ard Biesheuvel
· 8 years ago
da17933
crypto: arm64/sha2-ce - add non-SIMD scalar fallback
by Ard Biesheuvel
· 8 years ago
0771f32
crypto: arm64/sha1-ce - add non-SIMD generic fallback
by Ard Biesheuvel
· 8 years ago
15c7d8f
crypto: arm64/crc32 - add non-SIMD scalar fallback
by Ard Biesheuvel
· 8 years ago
2dde374
crypto: arm64/crct10dif - add non-SIMD generic fallback
by Ard Biesheuvel
· 8 years ago
6d6254d
crypto: arm64/ghash-ce - add non-SIMD scalar fallback
by Ard Biesheuvel
· 8 years ago
45fe93d
crypto: algapi - make crypto_xor() take separate dst and src arguments
by Ard Biesheuvel
· 8 years ago
f4857f4
crypto: arm64/sha - avoid non-standard inline asm tricks
by Ard Biesheuvel
· 8 years ago
4860620
crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver
by Ard Biesheuvel
· 8 years ago
5d3d9c8
crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers
by Ard Biesheuvel
· 8 years ago
88a3f58
crypto: arm64/aes - don't use IV buffer to return final keystream block
by Ard Biesheuvel
· 8 years ago
12fcd92
crypto: arm64/aes - replace scalar fallback with plain NEON fallback
by Ard Biesheuvel
· 8 years ago
4edd7d0
crypto: arm64/aes-neon-blk - tweak performance for low end cores
by Ard Biesheuvel
· 8 years ago
c458c4ad
crypto: arm64/aes - performance tweak
by Ard Biesheuvel
· 8 years ago
262ea4f
crypto: arm64/aes - avoid literals for cross-module symbol references
by Ard Biesheuvel
· 8 years ago
4d1108f
crypto: arm64/chacha20 - remove cra_alignmask
by Ard Biesheuvel
· 8 years ago
ccc5d51
crypto: arm64/aes-blk - remove cra_alignmask
by Ard Biesheuvel
· 8 years ago
8f4102d
crypto: arm64/aes-ce-ccm - remove cra_alignmask
by Ard Biesheuvel
· 8 years ago
34cb582
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
11e3b72
crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
by Ard Biesheuvel
· 8 years ago
1abee99
crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64
by Ard Biesheuvel
· 8 years ago
bed593c
crypto: arm64/aes - add scalar implementation
by Ard Biesheuvel
· 8 years ago
293614c
crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well
by Ard Biesheuvel
· 8 years ago
b7171ce
crypto: arm64/chacha20 - implement NEON version based on SSE3 code
by Ard Biesheuvel
· 8 years ago
5386e5d
Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"
by Herbert Xu
· 8 years ago
8621caa
crypto: arm64/chacha20 - implement NEON version based on SSE3 code
by Ard Biesheuvel
· 8 years ago
8fefde9
crypto: arm64/crc32 - accelerated support based on x86 SSE implementation
by Ard Biesheuvel
· 8 years ago
6ef5737
crypto: arm64/crct10dif - port x86 SSE implementation to arm64
by Ard Biesheuvel
· 8 years ago
0be8a27
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length
by Herbert Xu
· 8 years ago
b3e1e0c
crypto: arm64/aes-ce-ctr - fix skcipher conversion
by Ard Biesheuvel
· 8 years ago
7f329c1
crypto: arm/aes-ce - fix broken monolithic build
by Ard Biesheuvel
· 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
d0ed0db
crypto: arm64/aes - Convert to skcipher
by Herbert Xu
· 8 years ago
cf2c0fe
crypto: aes-ce-ccm - Use skcipher walk interface
by Herbert Xu
· 8 years ago
7918ece
crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512
by Ard Biesheuvel
· 8 years ago
caf4b9e
crypto: arm64/aes-xts-ce: fix for big endian
by Ard Biesheuvel
· 8 years ago
a2c435c
crypto: arm64/aes-neon - fix for big endian
by Ard Biesheuvel
· 8 years ago
56e4e76
crypto: arm64/aes-ccm-ce: fix for big endian
by Ard Biesheuvel
· 8 years ago
174122c
crypto: arm64/sha2-ce - fix for big endian
by Ard Biesheuvel
· 8 years ago
ee71e5f
crypto: arm64/sha1-ce - fix for big endian
by Ard Biesheuvel
· 8 years ago
9c433ad
crypto: arm64/ghash-ce - fix for big endian
by Ard Biesheuvel
· 8 years ago
1803b9a
crypto: arm64/aes-ce - fix for big endian
by Ard Biesheuvel
· 8 years ago
2db34e7
crypto: arm64/aes-ctr - fix NULL dereference in tail processing
by Ard Biesheuvel
· 8 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
49abc0d
crypto: xts - fix compile errors
by Stephan Mueller
· 9 years ago
28856a9
crypto: xts - consolidate sanity check for keys
by Stephan Mueller
· 9 years ago
bee038a
arm/arm64: crypto: assure that ECB modes don't require an IV
by Jeremy Linton
· 9 years ago
08c6781
arm64: crypto: reduce priority of core AES cipher
by Ard Biesheuvel
· 9 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
2642d6a
crypto: aes-ce-ccm - Convert to new AEAD interface
by Herbert Xu
· 10 years ago
c0b59fa
Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Herbert Xu
· 10 years ago
6d7e3d8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 10 years ago
ec59a65
crypto: arm64/sha2-ce - prevent asm code finalization in final() path
by Ard Biesheuvel
· 10 years ago
bf7883e
crypto: arm64/sha1-ce - prevent asm code finalization in final() path
by Ard Biesheuvel
· 10 years ago
ac02c6e
crypto: arm64/crc32 - bring in line with generic CRC32
by Ard Biesheuvel
· 10 years ago
34ed9a3
crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h
by Herbert Xu
· 10 years ago
714d8e7
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
cb90695
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
03802f6
crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layer
by Ard Biesheuvel
· 10 years ago
07eb54d
crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layer
by Ard Biesheuvel
· 10 years ago
cd98411
crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers
by Stephan Mueller
· 10 years ago
4a97abd
arm64/crypto: issue aese/aesmc instructions in pairs
by Ard Biesheuvel
· 10 years ago
0eee0fb
arm64: crypto: increase AES interleave to 4x
by Ard Biesheuvel
· 10 years ago
e3aa91a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
5d26a10
crypto: prefix module autoloading with "crypto-"
by Kees Cook
· 10 years ago
f6f203f
crypto: crc32 - Add ARM64 CRC32 hw accelerated module
by Yazen Ghannam
· 10 years ago
12ac3ef
arm64/crypto: use crypto instructions to generate AES key schedule
by Ard Biesheuvel
· 10 years ago
031cb42
arm64/crypto: remove redundant update of data
by Colin Ian King
· 10 years ago
5167d09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
31dab71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
f960d20
crypto: arm64-aes - fix encryption of unaligned data
by Mikulas Patocka
· 11 years ago
7c2105f
arm64/crypto: fix makefile rule for aes-glue-%.o
by Andreas Schwab
· 11 years ago
b913a64
arm64/crypto: improve performance of GHASH algorithm
by Ard Biesheuvel
· 11 years ago
6aa8b20
arm64/crypto: fix data corruption bug in GHASH algorithm
by Ard Biesheuvel
· 11 years ago
49788fe
arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
by Ard Biesheuvel
· 11 years ago
a3fd821
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
317f2f7
arm64/crypto: AES using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
Next »