Home
last modified time | relevance | path

Searched refs:tpm_unmarshal_TPM_PERMANENT_FLAGS (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h474 int tpm_unmarshal_TPM_PERMANENT_FLAGS(BYTE **ptr, UINT32 *length, TPM_PERMANENT_FLAGS *v);
H A Dtpm_capability.c957 if (tpm_unmarshal_TPM_PERMANENT_FLAGS(&setValue, &setValueSize, in set_vendor()
H A Dtpm_marshalling.c1359 int tpm_unmarshal_TPM_PERMANENT_FLAGS(BYTE **ptr, UINT32 *length, TPM_PERMANENT_FLAGS *v) in tpm_unmarshal_TPM_PERMANENT_FLAGS() function
1802 if (tpm_unmarshal_TPM_PERMANENT_FLAGS(ptr, length, &v->permanent.flags) in tpm_unmarshal_TPM_DATA()