MBEDTLS_PUT_UINT64_LE macro
Put in memory a 64 bits unsigned integer in little-endian order.
Arguments
n
64 bits unsigned integer to put in memory.
data
Base address of the memory where to put the 64 bits unsigned integer in.
offset
Offset from \p data where to put the least significant byte of the 64 bits unsigned integer \p n.