Searched refs:TPM2B_LABEL_Marshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 3290 TPM2B_LABEL_Marshal(TPM2B_LABEL *source, BYTE **buffer, INT32 *size) in TPM2B_LABEL_Marshal() function 3315 result = (UINT16)(result + TPM2B_LABEL_Marshal((TPM2B_LABEL *)&(source->label), buffer, size)); in TPMS_DERIVE_Marshal() 3316 … result = (UINT16)(result + TPM2B_LABEL_Marshal((TPM2B_LABEL *)&(source->context), buffer, size)); in TPMS_DERIVE_Marshal()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 1361 TPM2B_LABEL_Marshal(TPM2B_LABEL *source, BYTE **buffer, INT32 *size);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 1120 #define TPM2B_LABEL_Marshal(source, buffer, size) \ macro
|