index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
aes-neonbs-glue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizes
Ard Biesheuvel
2022-02-05
1
-16
/
+17
*
crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunk
Ard Biesheuvel
2022-02-05
1
-35
/
+29
*
crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
Ard Biesheuvel
2021-09-17
1
-113
/
+9
*
crypto: arm/neon - memzero_explicit aes-cbc key
Torsten Duwe
2020-03-20
1
-0
/
+1
*
crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_...
Yunfeng Ye
2019-11-01
1
-1
/
+1
*
crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
1
-14
/
+97
*
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
2019-07-26
1
-5
/
+16
*
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
1
-4
/
+4
*
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-07
1
-1
/
+3
|
\
|
*
crypto: arm64/aes-neonbs - don't access already-freed walk.iv
Eric Biggers
2019-04-18
1
-0
/
+2
|
*
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
2019-03-22
1
-1
/
+1
*
|
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
2019-04-16
1
-1
/
+1
|
/
*
crypto: arm64/aes-bs - move kernel mode neon en/disable into loop
Ard Biesheuvel
2018-03-16
1
-19
/
+17
*
crypto: arm64/aes-blk - move kernel mode neon en/disable into loop
Ard Biesheuvel
2018-03-16
1
-8
/
+6
*
crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR
Ard Biesheuvel
2017-08-04
1
-5
/
+43
*
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
2017-08-04
1
-3
/
+2
*
crypto: arm64/aes - don't use IV buffer to return final keystream block
Ard Biesheuvel
2017-02-03
1
-4
/
+5
*
crypto: arm64/aes - replace scalar fallback with plain NEON fallback
Ard Biesheuvel
2017-02-03
1
-10
/
+28
*
crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64
Ard Biesheuvel
2017-01-12
1
-0
/
+420