Searched refs:eKResetAuth (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ek.c276 TPM_DIGEST eKResetAuth; local
286 __tspi_memset(&eKResetAuth, 0xff, sizeof(eKResetAuth));
295 if (*pulEkResetDataLength < sizeof(eKResetAuth.digest))
298 memcpy(eKResetAuth.digest, *prgbEkResetData, sizeof(eKResetAuth.digest));
337 genResetAuth, &eKResetAuth, &newEKSize,
392 if ((*prgbEkResetData = calloc_tspi(tspContext, sizeof(eKResetAuth.digest))) == NULL) {
393 LogError("malloc of %zd bytes failed.", sizeof(eKResetAuth.digest));
405 memcpy(*prgbEkResetData, eKResetAuth
421 TPM_DIGEST eKResetAuth; local
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ek.c234 TPM_DIGEST eKResetAuth; local
269 if (getData(TCSD_PACKET_TYPE_DIGEST, 5, &eKResetAuth, 0, &data->comm)) {
277 eKPtrSize, eKPtr, genResetAuth, &eKResetAuth, &eKSize, &eK, &checksum);
285 if (setData(TCSD_PACKET_TYPE_DIGEST, 0, &eKResetAuth, 0, &data->comm)) {
313 TPM_DIGEST eKResetAuth; local
324 if (getData(TCSD_PACKET_TYPE_DIGEST, 1, &eKResetAuth, 0, &data->comm))
329 result = TCSP_RevokeEndorsementKeyPair_Internal(hContext, eKResetAuth);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ek.c171 TPM_DIGEST * eKResetAuth, /* in, out */
186 endorsementKeyInfo, genResetAuth, eKResetAuth->digest)))
196 eKResetAuth->digest);
166 TCSP_CreateRevocableEndorsementKeyPair_Internal(TCS_CONTEXT_HANDLE hContext, TPM_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, TSS_BOOL genResetAuth, TPM_DIGEST * eKResetAuth, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TPM_DIGEST * checksum) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ek.c223 TPM_DIGEST * eKResetAuth, /* in, out */
244 if (setData(TCSD_PACKET_TYPE_DIGEST, 5, eKResetAuth, 0, &hte->comm))
253 if (getData(TCSD_PACKET_TYPE_DIGEST, 0, &(eKResetAuth->digest), 0, &hte->comm)) {
218 RPC_CreateRevocableEndorsementKeyPair_TP(struct host_table_entry *hte, TPM_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, TSS_BOOL genResetAuth, TPM_DIGEST * eKResetAuth, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TPM_DIGEST * checksum) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c1651 TPM_DIGEST * eKResetAuth, /* in, out */
1668 eKResetAuth,
1646 RPC_CreateRevocableEndorsementKeyPair(TSS_HCONTEXT tspContext, TPM_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, TSS_BOOL genResetAuth, TPM_DIGEST * eKResetAuth, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TPM_DIGEST * checksum) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h746 TPM_DIGEST * eKResetAuth, /* in, out */

Completed in 144 milliseconds