Home
last modified time | relevance | path

Searched refs:tpm_unmarshal_TPM_AUTH (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.c146 int tpm_unmarshal_TPM_AUTH(BYTE **ptr, UINT32 *length, TPM_AUTH *v) in tpm_unmarshal_TPM_AUTH() function
1838 || tpm_unmarshal_TPM_AUTH(ptr, length, &v->auth1) in tpm_unmarshal_TPM_REQUEST()
1839 || tpm_unmarshal_TPM_AUTH(ptr, length, &v->auth2)) return -1; in tpm_unmarshal_TPM_REQUEST()
1846 || tpm_unmarshal_TPM_AUTH(ptr, length, &v->auth1)) return -1; in tpm_unmarshal_TPM_REQUEST()
H A Dtpm_marshalling.h310 int tpm_unmarshal_TPM_AUTH(BYTE **ptr, UINT32 *length, TPM_AUTH *v);