123456789101112131415161718192021222324252627 |
- .TH "UINT8_ARY" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- UINT8_ARY
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <fapi_types\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "size_t \fBsize\fP"
- .br
- .ti -1c
- .RI "uint8_t * \fBbuffer\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The data structure representing an unit8_t array\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|