Home
last modified time | relevance | path

Searched refs:totalInputSize (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c683 int totalInputSize; in DRBG_InstantiateSeeded() local
695 totalInputSize = (seed != NULL) ? seed->size : 0; in DRBG_InstantiateSeeded()
696 totalInputSize += (purpose != NULL) ? purpose->size : 0; in DRBG_InstantiateSeeded()
697 totalInputSize += (name != NULL) ? name->size : 0; in DRBG_InstantiateSeeded()
698 totalInputSize += (additional != NULL) ? additional->size : 0; in DRBG_InstantiateSeeded()
701 DfStart(&dfState, totalInputSize); in DRBG_InstantiateSeeded()
/external/llvm-project/lld/COFF/
DPDB.cpp1043 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function
1045 if (totalInputSize() == rhs.totalInputSize()) in printStats()
1047 return totalInputSize() < rhs.totalInputSize(); in printStats()
1066 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()