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

  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs_typedef.h 25 typedef TPM_PCRVALUE TCG_PCRVALUE;
compat11b.h 39 typedef TPM_PCRVALUE TCPA_PCRVALUE;
tcs.h 357 TPM_PCRVALUE* outDigest // out
363 TPM_PCRVALUE* outDigest // out
tpm.h 320 typedef TPM_DIGEST TPM_PCRVALUE;
653 // TPM_PCRVALUE PCR[TPM_NUM_PCR];
703 TPM_PCRVALUE *pcrValue;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_pcr_extend.c 96 *prgbPcrValue = calloc_tspi(tspContext, sizeof(TPM_PCRVALUE));
98 LogError("malloc of %zd bytes failed.", sizeof(TPM_PCRVALUE));
102 memcpy(*prgbPcrValue, &outDigest, sizeof(TPM_PCRVALUE));
103 *pulPcrValueLength = sizeof(TPM_PCRVALUE);
tsp_pcr.c 60 pcrs_calc_composite(TPM_PCR_SELECTION *select, TPM_PCRVALUE *arrayOfPcrs, TPM_DIGEST *digestOut)
obj_pcrs.c 276 sizeof(TPM_PCRVALUE))) == NULL) {
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_pcrs.h 24 TPM_PCRVALUE *pcrs;

Completed in 29 milliseconds