summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_data.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption.Subv2017-06-261-15/+32
|
* UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.Subv2017-06-261-4/+1
|
* UDS: Run clang-format.Subv2017-06-261-33/+47
|
* UDS: Added functions to encrypt and decrypt the data frames.Subv2017-06-261-6/+142
| | | | The responsibility of encryption and encapsulation into an 802.11 MAC frame will fall into the callers of GenerateDataPayload.
* UDS: Clarify comment about the first 4 bytes of the SecureData header.Subv2017-06-151-1/+3
| | | | It is likely that these 4 bytes are actually a different header, part of some protocol that encapsulates the SecureData protocol.
* UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Subv2017-06-151-0/+112