Editing SC Communication
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 210: | Line 210: | ||
=== Step 3c - Validate AUTH1 === | === Step 3c - Validate AUTH1 === | ||
First, check the header/footer. | First, check the header/footer. | ||
* | * Calulcate aesOmac over the packet length and compare to omac from syscon. Use sc2be key. | ||
* Decrypt internal packet with sc2be key. Use | * Decrypt internal packet with sc2be key. Use AES128-CBC | ||
* Compare returned session_id and seq_service_id. | * Compare returned session_id and seq_service_id. | ||
* Check secure_payload_buf[0x2] == 0. | * Check secure_payload_buf[0x2] == 0. |