Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_context.c149 if (tpm_unmarshal_TPM_CONTEXT_SENSITIVE(&ptr, &len, context)) { in decrypt_context()
H A Dtpm_marshalling.h390 int tpm_unmarshal_TPM_CONTEXT_SENSITIVE(BYTE **ptr, UINT32 *length, TPM_CONTEXT_SENSITIVE *v);
H A Dtpm_marshalling.c729 int tpm_unmarshal_TPM_CONTEXT_SENSITIVE(BYTE **ptr, UINT32 *length, TPM_CONTEXT_SENSITIVE *v) in tpm_unmarshal_TPM_CONTEXT_SENSITIVE() function