Searched refs:MP_HTOBE32 (Results 1 – 2 of 2) sorted by relevance
1713 #ifndef MP_HTOBE321715 #define MP_HTOBE32(x) ((uint32_t)((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) | (((x) >> 8) & 0xff… macro1716 #define MP_BE32TOH(x) MP_HTOBE32(x)1718 #define MP_HTOBE32(x) (x) macro
123 p[i] = MP_HTOBE32(p[i]); in aes_process_ecb_impl()
Completed in 7 milliseconds