This structure contains the record that is added to the audit log by the requesting secure service. More...
#include <psa_audit_defs.h>
Data Fields | |
uint32_t | size |
uint32_t | id |
uint8_t | payload [] |
This structure contains the record that is added to the audit log by the requesting secure service.
Definition at line 24 of file psa_audit_defs.h.
uint32_t id |
ID of the record
Definition at line 26 of file psa_audit_defs.h.
uint8_t payload[] |
Flexible array member for payload
Definition at line 27 of file psa_audit_defs.h.
uint32_t size |
Size in bytes of the id and payload fields
Definition at line 25 of file psa_audit_defs.h.