Communication at Runtime - 2025.1 English - UG1304

Versal Adaptive SoC System Software Developers Guide (Versal AI Edge Series Gen 2 and Versal Prime Series Gen 2) (UG1304)

Document ID
UG1304
Release Date
2025-06-23
Version
2025.1 English

Security critical messages are to be sent from master SLR to slave SLR in an encrypted form. For any message to be sent to SSLRn , master PLM increments current IV of SSLRn by two and sends the message by encrypting with current key-IV pair of that SSLRn. SSLRn decrypts the message using the current key and (current IV+1). Slave SLR processes and prepares response, increments IV by two, and sends response by encrypting with current key and IV. Master SLR decrypts the response received with current key and IV+1 of SSLRn.