Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h348 int tpm_unmarshal_TPM_RSA_KEY_PARMS(BYTE **ptr, UINT32 *length, TPM_RSA_KEY_PARMS *v);
H A Dtpm_marshalling.c391 int tpm_unmarshal_TPM_RSA_KEY_PARMS(BYTE **ptr, UINT32 *length, TPM_RSA_KEY_PARMS *v) in tpm_unmarshal_TPM_RSA_KEY_PARMS() function
427 if (tpm_unmarshal_TPM_RSA_KEY_PARMS(ptr, length, &v->parms.rsa)) return -1; in tpm_unmarshal_TPM_KEY_PARMS()