Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h498 int tpm_unmarshal_TPM_SESSION_DATA(BYTE **ptr, UINT32 *length, TPM_SESSION_DATA *v);
H A Dtpm_marshalling.c743 if (tpm_unmarshal_TPM_SESSION_DATA(ptr, length, &v->internalData.session)) in tpm_unmarshal_TPM_CONTEXT_SENSITIVE()
1730 int tpm_unmarshal_TPM_SESSION_DATA(BYTE **ptr, UINT32 *length, TPM_SESSION_DATA *v) in tpm_unmarshal_TPM_SESSION_DATA() function
1778 if (tpm_unmarshal_TPM_SESSION_DATA(ptr, length, &v->sessions[i])) return -1; in tpm_unmarshal_TPM_STANY_DATA()