Home
last modified time | relevance | path

Searched refs:tpm_marshal_TPM_CAP_VERSION_INFO (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h422 int tpm_marshal_TPM_CAP_VERSION_INFO(BYTE **ptr, UINT32 *length, TPM_CAP_VERSION_INFO *v);
H A Dtpm_capability.c687 if (ptr == NULL || tpm_marshal_TPM_CAP_VERSION_INFO(&ptr, &len, &version)) { in cap_version_val()
H A Dtpm_marshalling.c975 int tpm_marshal_TPM_CAP_VERSION_INFO(BYTE **ptr, UINT32 *length, TPM_CAP_VERSION_INFO *v) in tpm_marshal_TPM_CAP_VERSION_INFO() function
H A Dtpm_cmd_handler.c1986 && tpm_marshal_TPM_CAP_VERSION_INFO(&ptr, &len, &versionInfo)) in execute_TPM_Quote2()