aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nwm/uds_data.cpp
AgeCommit message (Expand)Author
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-09-30Services/UDS: Handle the rest of the connection sequence. (#2963)B3n30
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-25Services/UDS: Added a function to send EAPoL-Start packets (#2920)B3n30
2017-06-26UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during...Subv
2017-06-26UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID...Subv
2017-06-26UDS: Run clang-format.Subv
2017-06-26UDS: Added functions to encrypt and decrypt the data frames.Subv
2017-06-15UDS: Clarify comment about the first 4 bytes of the SecureData header.Subv
2017-06-15UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Subv