index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
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
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