05.08.2016 Views

Demystifying the Secure Enclave Processor

Lyj6k4

Lyj6k4

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Mailbox Message Format<br />

• A single message is 8 bytes in size<br />

• Format depends on <strong>the</strong> receiving endpoint<br />

• First byte is always <strong>the</strong> destination endpoint<br />

struct {<br />

uint8_t endpoint; // destination endpoint number<br />

uint8_t tag; // message tag<br />

uint8_t opcode; // message type<br />

uint8_t param; // optional parameter<br />

uint32_t data;<br />

// message data<br />

} sep_msg;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!