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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ek.c38 UINT32 newEKSize; local
77 ek, &newEKSize, &newEK,
83 result |= Trspi_HashUpdate(&hashCtx, newEKSize, newEK);
94 pValidationData->rgbData = calloc_tspi(tspContext, newEKSize);
96 LogError("malloc of %u bytes failed.", newEKSize);
100 pValidationData->ulDataLength = newEKSize;
101 memcpy(pValidationData->rgbData, newEK, newEKSize);
278 UINT32 newEKSize; local
337 genResetAuth, &eKResetAuth, &newEKSize,
343 result |= Trspi_HashUpdate(&hashCtx, newEKSize, newE
[all...]

Completed in 175 milliseconds