|
// MORE - This is decrypting in-place. Is that ok?? Seems to be with the code we currently use, but if that changed
|
|
// MORE - This is decrypting in-place. Is that ok?? Seems to be with the code we currently use, but if that changed
|
|
size_t decryptedSize = aesDecrypt(key, sizeof(key), pktHdr+1, pktHdr->length-sizeof(UdpPacketHeader), pktHdr+1, DATA_PAYLOAD-sizeof(UdpPacketHeader));
|
|
size_t decryptedSize = aesDecrypt(key, sizeof(key), pktHdr+1, pktHdr->length-sizeof(UdpPacketHeader), pktHdr+1, DATA_PAYLOAD-sizeof(UdpPacketHeader));
|