Home
last modified time | relevance | path

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

/external/tpm2/
DObject_spt.c106 TPM2B_SEED *seedIn, // IN: optional seed for duplication blob. in ComputeProtectionKeyParms() argument
135 seed = GetSeedForKDF(protectorHandle, seedIn); in ComputeProtectionKeyParms()
159 TPM2B_SEED *seedIn, // IN: an external seed may be provided for in ComputeOuterIntegrity() argument
171 seed = GetSeedForKDF(protectorHandle, seedIn); in ComputeOuterIntegrity()
661 TPM2B_SEED *seedIn // IN: the optional input seed in GetSeedForKDF() argument
669 if(seedIn != NULL) in GetSeedForKDF()
671 return seedIn; in GetSeedForKDF()
DObject_spt_fp.h44 TPM2B_SEED *seedIn // IN: the optional input seed
/external/deqp/framework/common/
DtcuAstcUtil.cpp1332 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition() argument
1338 const deUint32 seed = seedIn + 1024*(numPartitions-1); in computeTexelPartition()