index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
aesni-intel_avx-x86_64.S
Age
Commit message (
Expand
)
Author
2020-12-04
crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2020-07-16
crypto: x86 - Remove include/asm/inst.h
Uros Bizjak
2020-04-09
x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
Jason A. Donenfeld
2020-04-09
x86: remove always-defined CONFIG_AS_AVX
Masahiro Yamada
2019-10-18
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2018-12-23
crypto: aesni - Add scatter/gather avx stubs, and use them in C
Dave Watson
2018-12-23
crypto: aesni - Introduce partial block macro
Dave Watson
2018-12-23
crypto: aesni - Introduce READ_PARTIAL_BLOCK macro
Dave Watson
2018-12-23
crypto: aesni - Move ghash_mul to GCM_COMPLETE
Dave Watson
2018-12-23
crypto: aesni - Fill in new context data structures
Dave Watson
2018-12-23
crypto: aesni - Merge avx precompute functions
Dave Watson
2018-12-23
crypto: aesni - Split AAD hash calculation to separate macro
Dave Watson
2018-12-23
crypto: aesni - Add GCM_COMPLETE macro
Dave Watson
2018-12-23
crypto: aesni - support 256 byte keys in avx asm
Dave Watson
2018-12-23
crypto: aesni - Macro-ify func save/restore
Dave Watson
2018-12-23
crypto: aesni - Introduce gcm_context_data
Dave Watson
2018-12-23
crypto: aesni - Merge GCM_ENC_DEC
Dave Watson
2018-07-03
x86/asm/64: Use 32-bit XOR to zero registers
Jan Beulich
2017-05-18
crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_len
Sabrina Dubroca
2017-05-18
crypto: aesni - make AVX2 AES-GCM work with any aadlen
Sabrina Dubroca
2017-05-18
crypto: aesni - make AVX AES-GCM work with all valid auth_tag_len
Sabrina Dubroca
2017-05-18
crypto: aesni - make AVX AES-GCM work with any aadlen
Sabrina Dubroca
2017-01-23
crypto: x86 - make constants readonly, allow linker to merge them
Denys Vlasenko
2014-01-15
crypto: aesni - fix build on x86 (32bit)
Tim Chen