Home
last modified time | relevance | path

Searched refs:tpm_unmarshal_TPM_STORE_PUBKEY (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h354 int tpm_unmarshal_TPM_STORE_PUBKEY(BYTE **ptr, UINT32 *length, TPM_STORE_PUBKEY *v);
H A Dtpm_marshalling.c445 int tpm_unmarshal_TPM_STORE_PUBKEY(BYTE **ptr, UINT32 *length, TPM_STORE_PUBKEY *v) in tpm_unmarshal_TPM_STORE_PUBKEY() function
480 || tpm_unmarshal_TPM_STORE_PUBKEY(ptr, length, &v->pubKey) in tpm_unmarshal_TPM_KEY()
496 || tpm_unmarshal_TPM_STORE_PUBKEY(ptr, length, &v->pubKey)) return -1; in tpm_unmarshal_TPM_PUBKEY()