This file contains the definition of all the message IDs, message formats to be able to interact with the System Controller firmware for DKEK management. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
int32_t | Sciclient_setDKEK (const struct tisci_msg_sa2ul_set_dkek_req *req, struct tisci_msg_sa2ul_set_dkek_resp *resp, uint32_t timeout) |
Request to derive a KEK and set SA2UL DKEK register. More... | |
int32_t | Sciclient_releaseDKEK (const struct tisci_msg_sa2ul_release_dkek_req *req, struct tisci_msg_sa2ul_release_dkek_resp *resp, uint32_t timeout) |
Request to erase the DKEK register. More... | |
int32_t | Sciclient_getDKEK (const struct tisci_msg_sa2ul_get_dkek_req *req, struct tisci_msg_sa2ul_get_dkek_resp *resp, uint32_t timeout) |
Request for getting the firewall permissions. More... | |
This file contains the definition of all the message IDs, message formats to be able to interact with the System Controller firmware for DKEK management.