Home
last modified time | relevance | path

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

/external/tpm2/
DObject_spt.c68 TPM_HANDLE protectorHandle // IN: the protector handle in GetIV2BSize() argument
76 if(protectorHandle == TPM_RH_NULL) in GetIV2BSize()
84 protector = ObjectGet(protectorHandle); in GetIV2BSize()
103 TPM_HANDLE protectorHandle, // IN: the protector handle in ComputeProtectionKeyParms() argument
118 if(protectorHandle == TPM_RH_NULL) in ComputeProtectionKeyParms()
128 protector = ObjectGet(protectorHandle); in ComputeProtectionKeyParms()
135 seed = GetSeedForKDF(protectorHandle, seedIn); in ComputeProtectionKeyParms()
153 TPM_HANDLE protectorHandle, // IN: The handle of the object that in ComputeOuterIntegrity() argument
171 seed = GetSeedForKDF(protectorHandle, seedIn); in ComputeOuterIntegrity()
658 TPM_HANDLE protectorHandle, // IN: the protector handle in GetSeedForKDF() argument
[all …]
DObject_spt_fp.h43 TPM_HANDLE protectorHandle, // IN: the protector handle
Dpart4.txt6773 39 TPM_HANDLE protectorHandle // IN: the protector handle
6787 47 if(protectorHandle == TPM_RH_NULL)
6795 55 protector = ObjectGet(protectorHandle);
6815 66 TPM_HANDLE protectorHandle, // IN: the protector handle
6831 82 if(protectorHandle == TPM_RH_NULL)
6841 92 protector = ObjectGet(protectorHandle);
6854 100 seed = GetSeedForKDF(protectorHandle, seedIn);
6874 111 TPM_HANDLE protectorHandle, // IN: The handle of the object that
6894 131 seed = GetSeedForKDF(protectorHandle, seedIn);
7480 566 TPM_HANDLE protectorHandle, // IN: the protector handle
[all …]