Data Structures | |
| struct | mtb_srf_request_ns_t |
| Secure request description structure. More... | |
| struct | mtb_srf_invec_ns_t |
| An input vector - a section of memory to be used along with the length. More... | |
| struct | mtb_srf_outvec_ns_t |
| An output vector - a section of memory to be used along with the length. More... | |
| struct | mtb_srf_input_ns_t |
| An input structure. More... | |
| struct | mtb_srf_output_ns_t |
| An input structure. More... | |
Macros | |
| #define | MTB_SRF_MAX_IOVEC (4U) |
| Max number of vectors that can be provided to mtb_srf_request_submit. | |
| struct mtb_srf_request_ns_t |
| struct mtb_srf_invec_ns_t |
| struct mtb_srf_outvec_ns_t |
| struct mtb_srf_input_ns_t |
| Data Fields | ||
|---|---|---|
| mtb_srf_request_ns_t | request | Request information. |
| size_t | len | Size of the input_values array. |
| uint8_t | input_values[] | Flexible size array for non-pointer input arguments. |