Home
last modified time | relevance | path

Searched refs:load32 (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h165 inline static uint32_t load32(uint8_t *b) { in load32() function
194 #define load32_le(b) (le32toh(load32(b)))
196 #define load32_be(b) (be32toh(load32(b)))