Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1060 &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()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm.h1025 TPM_PUBKEY identityKey; member