index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
ghash-ce-glue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
Ard Biesheuvel
2021-09-17
1
-158
/
+51
*
crypto: arm64/gcm - move authentication tag check to SIMD domain
Ard Biesheuvel
2020-11-20
1
-18
/
+28
*
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
2020-10-30
1
-1
/
+1
*
crypto: arm64/gcm - Fix endianness warnings
Herbert Xu
2020-09-04
1
-2
/
+2
*
crypto: arm64/gcm - use inline helper to suppress indirect calls
Ard Biesheuvel
2020-07-09
1
-39
/
+46
*
crypto: arm64/gcm - use variably sized key struct
Ard Biesheuvel
2020-07-09
1
-28
/
+21
*
crypto: arm64/gcm - disentangle ghash and gcm setkey() routines
Ard Biesheuvel
2020-07-09
1
-25
/
+22
*
crypto: arm64/ghash - drop PMULL based shash
Ard Biesheuvel
2020-07-09
1
-78
/
+12
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
1
-6
/
+2
*
crypto: arm64/ghash-neon - bump priority to 150
Ard Biesheuvel
2019-12-11
1
-1
/
+1
*
crypto: arm64/gcm-ce - implement 4 way interleave
Ard Biesheuvel
2019-10-05
1
-170
/
+123
*
crypto: arm64/ghash - switch to AES library
Ard Biesheuvel
2019-07-26
1
-20
/
+10
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-05-06
1
-7
/
+10
|
\
|
*
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
2019-03-22
1
-3
/
+4
|
*
crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
Eric Biggers
2019-03-22
1
-4
/
+6
*
|
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
2019-04-16
1
-4
/
+4
|
/
*
crypto: arm64/ghash - register PMULL variants as separate algos
Ard Biesheuvel
2019-02-01
1
-28
/
+90
*
crypto: arm64/aes-gcm-ce - fix scatterwalk API violation
Ard Biesheuvel
2018-08-25
1
-6
/
+23
*
crypto: arm64/ghash-ce - implement 4-way aggregation
Ard Biesheuvel
2018-08-07
1
-34
/
+37
*
crypto: arm64/ghash-ce - replace NEON yield check with block limit
Ard Biesheuvel
2018-08-07
1
-4
/
+12
*
crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable
Ard Biesheuvel
2018-08-07
1
-38
/
+43
*
crypto: arm64/aes-ce-gcm - implement 2-way aggregation
Ard Biesheuvel
2018-08-07
1
-11
/
+23
*
crypto: arm64/aes-ce-gcm - operate on two input blocks at a time
Ard Biesheuvel
2018-08-07
1
-39
/
+64
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2018-08-03
1
-2
/
+6
|
\
|
*
crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair
Ard Biesheuvel
2018-07-31
1
-2
/
+6
*
|
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-1
/
+0
|
/
*
crypto: arm64/aes-ghash - yield NEON after every block of input
Ard Biesheuvel
2018-05-12
1
-11
/
+17
*
crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL
Ard Biesheuvel
2017-08-04
1
-7
/
+33
*
crypto: arm64/gcm - implement native driver using v8 Crypto Extensions
Ard Biesheuvel
2017-08-04
1
-25
/
+413
*
crypto: arm64/ghash-ce - add non-SIMD scalar fallback
Ard Biesheuvel
2017-08-04
1
-8
/
+41
*
arm64/crypto: improve performance of GHASH algorithm
Ard Biesheuvel
2014-06-18
1
-2
/
+2
*
arm64/crypto: fix data corruption bug in GHASH algorithm
Ard Biesheuvel
2014-06-18
1
-0
/
+1
*
arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
Ard Biesheuvel
2014-05-14
1
-0
/
+155