HomeSort by: relevance | last modified time | path
    Searched refs:CredSize (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_tpm.c 239 obj_tpm_set_cred(TSS_HTPM hTpm, TSS_FLAG type, UINT32 CredSize, BYTE *CredData)
252 if ((tpm->EndorsementCred = malloc(CredSize)) == NULL) {
253 LogError("malloc of %u bytes failed", CredSize);
257 memcpy(tpm->EndorsementCred, CredData, CredSize);
258 tpm->EndorsementCredSize = CredSize;
261 if ((tpm->ConformanceCred = malloc(CredSize)) == NULL) {
262 LogError("malloc of %u bytes failed", CredSize);
266 memcpy(tpm->ConformanceCred, CredData, CredSize);
267 tpm->ConformanceCredSize = CredSize;
270 if ((tpm->PlatformCred = malloc(CredSize)) == NULL)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_aik.c 255 UINT32 CredSize;
274 &CredSize, &CredData);
278 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &CredSize, 0, &data->comm))
280 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, CredData, CredSize, &data->comm))

Completed in 50 milliseconds