Home
last modified time | relevance | path

Searched refs:seedIn (Results 1 – 4 of 4) 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()
659 TPM2B_SEED *seedIn // IN: the optional input seed in GetSeedForKDF() argument
667 if(seedIn != NULL) in GetSeedForKDF()
669 return seedIn; in GetSeedForKDF()
DObject_spt_fp.h44 TPM2B_SEED *seedIn // IN: the optional input seed
Dpart4.txt6818 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/
DtcuAstcUtil.cpp1318 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()