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