zfs/module/icp/asm-x86_64/aes
Attila Fülöp 037e4f2536 x86 asm: Replace .align with .balign
The .align directive used to align storage locations is
ambiguous. On some platforms and assemblers it takes a byte count,
on others the argument is interpreted as a shift value. The current
usage expects the first interpretation.

Replace it with the unambiguous .balign directive which always
expects a byte count, regardless of platform and assembler.

Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Attila Fülöp <attila@fueloep.org>
Closes #14422
2023-01-24 09:04:39 -08:00
..
THIRDPARTYLICENSE.gladman Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.gladman.descrip Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.openssl Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
THIRDPARTYLICENSE.openssl.descrip Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
aes_aesni.S x86 asm: Replace .align with .balign 2023-01-24 09:04:39 -08:00
aes_amd64.S x86 asm: Replace .align with .balign 2023-01-24 09:04:39 -08:00
aeskey.c codebase style improvements for OpenZFS 6459 port 2017-01-22 13:25:40 -08:00
aesopt.h Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
aestab.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
aestab2.h Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00