struct TEEC_TempMemoryReference

Defined at line 299 of file ../../src/security/lib/tee/tee-client-api/include/tee-client-api/tee-client-types.h

TEEC_TempMemoryReference

This type defines a Temporary Memory Reference. It is used as a TEEC_Operation parameter when

the corresponding parameter type is one of TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_OUTPUT, or

TEEC_MEMREF_TEMP_INOUT.

Fields:

buffer A pointer to the first byte of a region of memory which needs to be temporarily

registered for the duration of the Operation. This field can be NULL to specify a null

Memory Reference.

size The size of the referenced memory region, in bytes.

Public Members

void * buffer
size_t size