Structure which describes a scatter-gather output buffer. More...
#include <psa_defs.h>
Data Fields | |
void * | base |
Starting address of the buffer. More... | |
size_t | len |
Length in bytes of the buffer. More... | |
Structure which describes a scatter-gather output buffer.
A writable output memory region provided to an RoT Service.
void * base |