Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
88a16b64c3f48d1c7c2b12f1632ba2181eb502de
/
arch
/
arm64
/
crypto
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
· 9 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
· 10 years ago
7c2105f
arm64/crypto: fix makefile rule for aes-glue-%.o
by Andreas Schwab
· 10 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
fdd2389
arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
6ba6c74
arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
2c98833
arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago