index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
aegis128-aesni-glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
1
-2
/
+2
2024-10-28
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
1
-46
/
+46
2024-10-28
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
1
-3
/
+3
2024-10-28
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
1
-38
/
+36
2024-10-28
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
1
-11
/
+0
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-03-22
crypto: x86/aegis128 - convert to use AEAD SIMD helpers
Eric Biggers
1
-127
/
+30
2019-02-08
crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
Eric Biggers
1
-23
/
+15
2018-09-14
crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
Ondrej Mosnacek
1
-1
/
+0
2018-08-07
crypto: x86/aegis,morus - Fix and simplify CPUID checks
Ondrej Mosnacek
1
-8
/
+4
2018-05-19
crypto: x86 - Add optimized AEGIS implementations
Ondrej Mosnacek
1
-0
/
+407