Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h464 int tpm_marshal_TPM_DELEGATE_SENSITIVE(BYTE **ptr, UINT32 *length, TPM_DELEGATE_SENSITIVE *v);
H A Dtpm_delegation.c90 if (tpm_marshal_TPM_DELEGATE_SENSITIVE(&ptr, &len, sensitive)) { in tpm_encrypt_sensitive()
H A Dtpm_marshalling.c1269 int tpm_marshal_TPM_DELEGATE_SENSITIVE(BYTE **ptr, UINT32 *length, TPM_DELEGATE_SENSITIVE *v) in tpm_marshal_TPM_DELEGATE_SENSITIVE() function