Searched refs:identityKey (Results 1 – 2 of 2) sorted by relevance
1060 &proof->identityKey))) { in Trspi_UnloadBlob_IDENTITY_PROOF()1144 free(proof->identityKey.pubKey.key); in Trspi_UnloadBlob_IDENTITY_PROOF()1145 free(proof->identityKey.algorithmParms.parms); in Trspi_UnloadBlob_IDENTITY_PROOF()1146 proof->identityKey.pubKey.key = NULL; in Trspi_UnloadBlob_IDENTITY_PROOF()1147 proof->identityKey.pubKey.keyLength = 0; in Trspi_UnloadBlob_IDENTITY_PROOF()1148 proof->identityKey.algorithmParms.parms = NULL; in Trspi_UnloadBlob_IDENTITY_PROOF()1149 proof->identityKey.algorithmParms.parmSize = 0; in Trspi_UnloadBlob_IDENTITY_PROOF()
1025 TPM_PUBKEY identityKey; member