index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
aesni-intel_asm.S
Age
Commit message (
Expand
)
Author
2021-01-08
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Ard Biesheuvel
2021-01-08
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
Ard Biesheuvel
2021-01-03
crypto: aesni - implement support for cts(cbc(aes))
Ard Biesheuvel
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-07-09
crypto: aesni - Fix build with LLVM_IAS=1
Sedat Dilek
2020-04-30
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
2019-12-11
crypto: x86 - Regularize glue function prototypes
Kees Cook
2019-10-18
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
x86/asm: Annotate aliases
Jiri Slaby
2019-10-18
x86/asm/crypto: Annotate local functions
Jiri Slaby
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-08-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-25
crypto: aesni - Use unaligned loads from gcm_context_data
Dave Watson
2018-07-03
x86/asm/64: Use 32-bit XOR to zero registers
Jan Beulich
2018-02-22
crypto: aesni - Introduce scatter/gather asm function stubs
Dave Watson
2018-02-22
crypto: aesni - Add fast path for > 16 byte update
Dave Watson
2018-02-22
crypto: aesni - Introduce partial block macro
Dave Watson
2018-02-22
crypto: aesni - Move HashKey computation from stack to gcm_context
Dave Watson
2018-02-22
crypto: aesni - Move ghash_mul to GCM_COMPLETE
Dave Watson
2018-02-22
crypto: aesni - Fill in new context data structures
Dave Watson
2018-02-22
crypto: aesni - Split AAD hash calculation to separate macro
Dave Watson
2018-02-22
crypto: aesni - Introduce gcm_context_data
Dave Watson
2018-02-22
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro
Dave Watson
2018-02-22
crypto: aesni - Add GCM_COMPLETE macro
Dave Watson
2018-02-22
crypto: aesni - Add GCM_INIT macro
Dave Watson
2018-02-22
crypto: aesni - Macro-ify func save/restore
Dave Watson
2018-02-22
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC
Dave Watson
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-01-12
x86/retpoline/crypto: Convert crypto assembler indirect jumps
David Woodhouse
2017-12-28
crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni
Junaid Shahid
2017-12-28
crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni
Junaid Shahid
2017-05-18
crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_len
Sabrina Dubroca
2017-05-18
crypto: aesni - make non-AVX AES-GCM work with any aadlen
Sabrina Dubroca
2017-01-23
crypto: x86 - make constants readonly, allow linker to merge them
Denys Vlasenko
2016-02-24
x86/asm/crypto: Create stack frames in crypto functions
Josh Poimboeuf
2016-02-24
x86/asm/crypto: Move .Lbswap_mask data to .rodata section
Josh Poimboeuf
2015-01-14
crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106
Timothy McCaffrey
2013-06-13
crypto: aesni_intel - fix accessing of unaligned memory
Jussi Kivilinna
2013-04-25
crypto: aesni_intel - add more optimized XTS mode for x86-64
Jussi Kivilinna
2013-01-20
crypto: aesni-intel - add ENDPROC statements for assembler functions
Jussi Kivilinna
2012-05-31
crypto: aesni-intel - fix unaligned cbc decrypt for x86-32
Mathias Krause
2011-03-27
crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...
Tadeusz Struk
2011-03-18
x86: Fix common misspellings
Lucas De Marchi
2010-12-13
crypto: aesni-intel - Fixed build with binutils 2.16
Tadeusz Struk
2010-11-29
crypto: aesni-intel - Fixed build error on x86-32
Mathias Krause
2010-11-27
crypto: aesni-intel - Ported implementation to x86-32
Mathias Krause
2010-11-13
crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instructions
Tadeusz Struk
2010-03-13
crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1
Huang Ying
2010-03-10
crypto: aesni-intel - Add AES-NI accelerated CTR mode
Huang Ying
[next]