Searched defs:runtime_metadata_t (Results 1 – 1 of 1) sorted by relevance
80 struct runtime_metadata_t { struct81 uintptr_t entry; /* Entry function */82 struct psa_api_tbl_t *psa_fns; /* PSA API entry table */83 uint32_t n_sfn; /* Number of Secure FuNctions */84 service_fn_t sfn_table[];/* Secure FuNctions Table */