Searched refs:seedIn (Results 1 – 4 of 4) sorted by relevance
/external/tpm2/ |
D | Object_spt.c | 106 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() 659 TPM2B_SEED *seedIn // IN: the optional input seed in GetSeedForKDF() argument 667 if(seedIn != NULL) in GetSeedForKDF() 669 return seedIn; in GetSeedForKDF()
|
D | Object_spt_fp.h | 44 TPM2B_SEED *seedIn // IN: the optional input seed
|
D | part4.txt | 6818 69 TPM2B_SEED *seedIn, // IN: optional seed for duplication blob. 6854 100 seed = GetSeedForKDF(protectorHandle, seedIn); 6880 117 TPM2B_SEED *seedIn, // IN: an external seed may be provided for 6894 131 seed = GetSeedForKDF(protectorHandle, seedIn); 7481 567 TPM2B_SEED *seedIn // IN: the optional input seed 7490 576 if(seedIn != NULL) 7492 578 return seedIn;
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1318 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition() argument 1324 const deUint32 seed = seedIn + 1024*(numPartitions-1); in computeTexelPartition()
|