Replace GETU32 and PUTU32.
authorjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 11:15:44 +0000 (11:15 +0000)
committerjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 11:15:44 +0000 (11:15 +0000)
commit120bcd374a0cca2d436cbd63a4e503ea2670d15b
tree871cd01ac8ab49dd92d907368b28090e96cab181
parent77524a92cdcaac6abb6439303ac54aa3febab5ca
Replace GETU32 and PUTU32.

Replace GETU32 with crypto_load_be32toh() and PUTU32 with
crypto_store_htobe32(). Make the offset handling cleaner at the
same time.

ok beck@ joshua@ tb@
lib/libcrypto/aes/aes_core.c
lib/libcrypto/aes/aes_local.h