Searched refs:TPM2B_LABEL_Unmarshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 3276 TPM2B_LABEL_Unmarshal(TPM2B_LABEL *target, BYTE **buffer, INT32 *size) in TPM2B_LABEL_Unmarshal() function 3306 result = TPM2B_LABEL_Unmarshal((TPM2B_LABEL *)&(target->label), buffer, size); in TPMS_DERIVE_Unmarshal() 3308 result = TPM2B_LABEL_Unmarshal((TPM2B_LABEL *)&(target->context), buffer, size); in TPMS_DERIVE_Unmarshal()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 1359 TPM2B_LABEL_Unmarshal(TPM2B_LABEL *target, BYTE **buffer, INT32 *size);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 1118 #define TPM2B_LABEL_Unmarshal(target, buffer, size) \ macro
|