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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_changeauth.c 94 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_PID_ADCP);
96 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_ET_OWNER);
141 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_PID_ADCP);
143 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_ET_SRK);
210 result |= Trspi_Hash_UINT16(&hashCtx, TPM_PID_ADCP);
212 result |= Trspi_Hash_UINT16(&hashCtx, TPM_ET_DATA);
311 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_PID_ADCP);
313 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_ET_KEY);
tsp_own.c 143 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_PID_OWNER);
tspi_migration.c 103 result |= Trspi_Hash_UINT16(&hashCtx, tpmMigrationScheme);
218 result |= Trspi_Hash_UINT16(&hashCtx, migAuth.migrationScheme);
tspi_changeauth.c 338 result |= Trspi_Hash_UINT16(&hashCtx, entityType);
tspi_cmk.c 287 result |= Trspi_Hash_UINT16(&hashCtx, migScheme);
  /src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c 1636 Trspi_Hash_UINT16(Trspi_HashCtx *c, UINT16 i)
1762 result |= Trspi_Hash_UINT16(c, keyInfo->encScheme);
1763 result |= Trspi_Hash_UINT16(c, keyInfo->sigScheme);
1803 result = Trspi_Hash_UINT16(c, pcr->sizeOfSelect);
1822 result = Trspi_Hash_UINT16(c, key->tag);
1823 result |= Trspi_Hash_UINT16(c, key->fill);
1824 result |= Trspi_Hash_UINT16(c, key->keyUsage);
1843 result |= Trspi_Hash_UINT16(c, key->keyUsage);
1862 result |= Trspi_Hash_UINT16(c, uuid.usTimeMid);
1863 result |= Trspi_Hash_UINT16(c, uuid.usTimeHigh)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/include/trousers/
trousers.h 147 TSS_RESULT Trspi_Hash_UINT16(Trspi_HashCtx *c, UINT16 i);

Completed in 23 milliseconds