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