audk/NetworkPkg/TlsDxe
Laszlo Ersek b1c81b6ec3 NetworkPkg/TlsDxe: clean up byte order conversion for EfiTlsCipherList
Fix the following style issues:

- "Data" is accessed through a pointer to UINT16 rather than to a pointer
  to EFI_TLS_CIPHER. While technically correct, UINT16 is harder to
  interpret against the UEFI spec.

- Array subscripting is written with weird *(Pointer + Offset)
  expressions, rather than with Pointer[Offset].

- The byte order is converted with HTONS(), while it should be NTOHS().
  Either way, use the Data1 and Data2 fields of EFI_TLS_CIPHER instead.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=915
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
2018-04-13 14:06:12 +02:00
..
TlsConfigProtocol.c NetworkPkg: Convert files to CRLF line ending 2017-04-06 15:43:48 +08:00
TlsDriver.c NetworkPkg: Convert files to CRLF line ending 2017-04-06 15:43:48 +08:00
TlsDriver.h NetworkPkg: Convert files to CRLF line ending 2017-04-06 15:43:48 +08:00
TlsDxe.inf NetworkPkg: Convert files to CRLF line ending 2017-04-06 15:43:48 +08:00
TlsDxe.uni NetworkPkg: Convert files to CRLF line ending 2017-04-06 15:43:48 +08:00
TlsDxeExtra.uni NetworkPkg: Convert files to CRLF line ending 2017-04-06 15:43:48 +08:00
TlsImpl.c NetworkPkg/TlsDxe: Handle the multiple TLS record messages encryption/decryption. 2018-03-22 08:24:53 +08:00
TlsImpl.h NetworkPkg/TlsDxe: Handle the multiple TLS record messages encryption/decryption. 2018-03-22 08:24:53 +08:00
TlsProtocol.c NetworkPkg/TlsDxe: clean up byte order conversion for EfiTlsCipherList 2018-04-13 14:06:12 +02:00