TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
psa_audit_record Struct Reference

This structure contains the record that is added to the audit log by the requesting secure service. More...

#include <interface/include/psa_audit_defs.h>

Data Fields

uint32_t size
 
uint32_t id
 
uint8_t payload []
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: