06.08.2016 Views

Demystifying the Secure Enclave Processor

LytVKz

LytVKz

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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!