Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c101 TPM2B *seedIn, // IN: optional seed for duplication blob. in ComputeProtectionKeyParms() argument
109 const TPM2B *seed = seedIn; in ComputeProtectionKeyParms()
174 TPM2B *seedIn, // IN: an external seed may be provided for in ComputeOuterIntegrity() argument
184 const TPM2B *seed = seedIn; in ComputeOuterIntegrity()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1344 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition() argument
1350 const deUint32 seed = seedIn + 1024*(numPartitions-1); in computeTexelPartition()