MBEDTLS_GET_UINT64_LE macro
Get the unsigned 64 bits integer corresponding to eight bytes in little-endian order (LSB first).
Arguments
data
Base address of the memory to get the eight bytes from.
offset
Offset from \p data of the first and least significant byte of the eight bytes to build the 64 bits unsigned integer from.