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