|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| size_t | numBytes |
| size_t | idx |
| UINT16 | bytesRequested |
| uint8_t * | data |
| uint8_t * | ret_data |
The data structure holding internal state of Fapi_GetRandom.
| UINT16 bytesRequested |
Byted currently requested from TPM
| uint8_t* data |
The buffer for the random data
| size_t idx |
Current position in output buffer.
| size_t numBytes |
The number of random bytes to be generated
| uint8_t* ret_data |
The result buffer.