summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_data.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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