Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h393 int tpm_unmarshal_TPM_DAA_BLOB(BYTE **ptr, UINT32 *length, TPM_DAA_BLOB *v);
H A Dtpm_daa.c2474 if (tpm_unmarshal_TPM_DAA_BLOB(&ptr, &len, &blob) || (len != 0)) { in TPM_DAA_Sign()
3394 if (tpm_unmarshal_TPM_DAA_BLOB(&ptr, &len, &blob) || (len != 0)) { in TPM_DAA_Sign()
3502 if (tpm_unmarshal_TPM_DAA_BLOB(&ptr, &len, &blob) || (len != 0)) { in TPM_DAA_Sign()
3602 if (tpm_unmarshal_TPM_DAA_BLOB(&ptr, &len, &blob) || (len != 0)) { in TPM_DAA_Sign()
H A Dtpm_marshalling.c770 int tpm_unmarshal_TPM_DAA_BLOB(BYTE **ptr, UINT32 *length, TPM_DAA_BLOB *v) in tpm_unmarshal_TPM_DAA_BLOB() function