Searched refs:pubEKSize (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_ek.c29 UINT32 tpmVersion, pubEKSize; local
57 &ownerAuth, &pubEKSize,
64 result |= Trspi_HashUpdate(&hashCtx, pubEKSize, pubEK);
82 &pubEKSize, &pubEK)))
88 result |= Trspi_HashUpdate(&hashCtx, pubEKSize, pubEK);
H A Dtspi_ek.c143 UINT32 pubEKSize; local
178 if ((result = TCS_API(tspContext)->ReadPubek(tspContext, antiReplay, &pubEKSize, &pubEK,
185 result |= Trspi_HashUpdate(&hashCtx, pubEKSize, pubEK);
216 pValidationData->ulDataLength = pubEKSize + TCPA_SHA1_160_HASH_LEN;
227 memcpy(pValidationData->rgbData, pubEK, pubEKSize);
228 memcpy(&pValidationData->rgbData[pubEKSize], antiReplay.nonce,
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ek.c101 UINT32 pubEKSize; local
119 result = TCSP_ReadPubek_Internal(hContext, antiReplay, &pubEKSize, &pubEK, &checksum);
125 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &pubEKSize, 0, &data->comm)) {
129 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, pubEK, pubEKSize, &data->comm)) {
148 UINT32 pubEKSize; local
166 result = TCSP_OwnerReadPubek_Internal(hContext, &auth, &pubEKSize, &pubEK);
176 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &pubEKSize, 0, &data->comm)) {
180 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, pubEK, pubEKSize, &data->comm)) {

Completed in 202 milliseconds