Searched refs:seedIn (Results 1 – 3 of 3) sorted by relevance
106 TPM2B_SEED *seedIn, // IN: optional seed for duplication blob. in ComputeProtectionKeyParms() argument135 seed = GetSeedForKDF(protectorHandle, seedIn); in ComputeProtectionKeyParms()159 TPM2B_SEED *seedIn, // IN: an external seed may be provided for in ComputeOuterIntegrity() argument171 seed = GetSeedForKDF(protectorHandle, seedIn); in ComputeOuterIntegrity()661 TPM2B_SEED *seedIn // IN: the optional input seed in GetSeedForKDF() argument669 if(seedIn != NULL) in GetSeedForKDF()671 return seedIn; in GetSeedForKDF()
44 TPM2B_SEED *seedIn // IN: the optional input seed
1332 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition() argument1338 const deUint32 seed = seedIn + 1024*(numPartitions-1); in computeTexelPartition()