summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nwm/uds_data.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-373/+0
* Services/UDS: Handle the rest of the connection sequence. (#2963)Gravatar B3n302017-09-301-3/+77
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-4/+4
* Services/UDS: Added a function to send EAPoL-Start packets (#2920)Gravatar B3n302017-09-251-0/+21
* UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during...Gravatar Subv2017-06-261-15/+32
* UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID...Gravatar Subv2017-06-261-4/+1
* UDS: Run clang-format.Gravatar Subv2017-06-261-33/+47
* UDS: Added functions to encrypt and decrypt the data frames.Gravatar Subv2017-06-261-6/+142
* UDS: Clarify comment about the first 4 bytes of the SecureData header.Gravatar Subv2017-06-151-1/+3
* UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Gravatar Subv2017-06-151-0/+112