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