summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aegis128-aesni-glue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aegis128 - take advantage of block-aligned lenEric Biggers2024-10-281-2/+2
* crypto: x86/aegis128 - improve assembly function prototypesEric Biggers2024-10-281-46/+46
* crypto: x86/aegis128 - optimize length block preparation using SSE4.1Eric Biggers2024-10-281-3/+3
* crypto: x86/aegis128 - eliminate some indirect callsEric Biggers2024-10-281-38/+36
* crypto: x86/aegis128 - remove no-op init and exit functionsEric Biggers2024-10-281-11/+0
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-127/+30
* crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-02-081-23/+15
* crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek2018-09-141-1/+0
* crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek2018-08-071-8/+4
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-181-0/+407