index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
2025-07-18
crypto: x86/aegis - Add missing error checks
Eric Biggers
2025-07-18
crypto: x86/aegis - Fix sleeping when disallowed on PREEMPT_RT
Eric Biggers
2025-04-07
crypto: x86/aegis - stop using the SIMD helper
Eric Biggers
2025-03-15
crypto: scatterwalk - Change scatterwalk_next calling convention
Herbert Xu
2025-03-02
crypto: x86/aegis - use the new scatterwalk functions
Eric Biggers
2024-12-14
crypto: x86 - remove assignments of 0 to cra_alignmask
Eric Biggers
2024-10-28
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
2024-10-28
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
2024-10-28
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
2024-10-28
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
2024-10-28
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-03-22
crypto: x86/aegis128 - convert to use AEAD SIMD helpers
Eric Biggers
2019-02-08
crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
Eric Biggers
2018-09-14
crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
Ondrej Mosnacek
2018-08-07
crypto: x86/aegis,morus - Fix and simplify CPUID checks
Ondrej Mosnacek
2018-05-19
crypto: x86 - Add optimized AEGIS implementations
Ondrej Mosnacek