summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_data.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-373/+0
2017-09-30Services/UDS: Handle the rest of the connection sequence. (#2963)B3n301-3/+77
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-4/+4
2017-09-25Services/UDS: Added a function to send EAPoL-Start packets (#2920)B3n301-0/+21
2017-06-26UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption.Subv1-15/+32
2017-06-26UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.Subv1-4/+1
2017-06-26UDS: Run clang-format.Subv1-33/+47
2017-06-26UDS: Added functions to encrypt and decrypt the data frames.Subv1-6/+142
2017-06-15UDS: Clarify comment about the first 4 bytes of the SecureData header.Subv1-1/+3
2017-06-15UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Subv1-0/+112