Author :
jsing
Date :
2025-01-22 09:46:26
Hash :b6c13eaa Message :Replace {load,store}_u32_be() with crypto_{load,store}_be32toh().
load_u32_be() and store_u32_be() are not symmetrical, with load_u32_be()
having a rather unexpected indexing interface. Fix up the callers to
perform their own indexing and use crypto_{load,store}_be32toh() instead.
ok tb@