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

  /src/crypto/external/cpl/trousers/dist/src/include/
obj_tpm.h 47 BYTE *PlatformConfCred;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_tpm.c 279 if ((tpm->PlatformConfCred = malloc(CredSize)) == NULL) {
284 memcpy(tpm->PlatformConfCred, CredData, CredSize);
351 memcpy(*CredData, tpm->PlatformConfCred, *CredSize);

Completed in 25 milliseconds