IFAPI_GetRandom.3 914 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .TH "IFAPI_GetRandom" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_GetRandom
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <fapi_int\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "size_t \fBnumBytes\fP"
  15. .br
  16. .ti -1c
  17. .RI "size_t \fBidx\fP"
  18. .br
  19. .ti -1c
  20. .RI "UINT16 \fBbytesRequested\fP"
  21. .br
  22. .ti -1c
  23. .RI "uint8_t * \fBdata\fP"
  24. .br
  25. .ti -1c
  26. .RI "uint8_t * \fBret_data\fP"
  27. .br
  28. .in -1c
  29. .SH "Detailed Description"
  30. .PP
  31. The data structure holding internal state of Fapi_GetRandom\&.
  32. .SH "Field Documentation"
  33. .PP
  34. .SS "UINT16 bytesRequested"
  35. Byted currently requested from TPM
  36. .SS "uint8_t* data"
  37. The buffer for the random data
  38. .SS "size_t idx"
  39. Current position in output buffer\&.
  40. .SS "size_t numBytes"
  41. The number of random bytes to be generated
  42. .SS "uint8_t* ret_data"
  43. The result buffer\&.
  44. .SH "Author"
  45. .PP
  46. Generated automatically by Doxygen for tpm2-tss from the source code\&.