Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_delegation.c118 if (tpm_unmarshal_TPM_DELEGATE_SENSITIVE(&ptr, &len, sensitive)) { in tpm_decrypt_sensitive()
456 if (tpm_unmarshal_TPM_DELEGATE_SENSITIVE(&ptr, &length, &sensitive) != 0) { in TPM_Delegate_LoadOwnerDelegation()
H A Dtpm_marshalling.h465 int tpm_unmarshal_TPM_DELEGATE_SENSITIVE(BYTE **ptr, UINT32 *length, TPM_DELEGATE_SENSITIVE *v);
H A Dtpm_marshalling.c1276 int tpm_unmarshal_TPM_DELEGATE_SENSITIVE(BYTE **ptr, UINT32 *length, TPM_DELEGATE_SENSITIVE *v) in tpm_unmarshal_TPM_DELEGATE_SENSITIVE() function