Lines Matching refs:signHandle
27 TPMI_DH_OBJECT signHandle, // IN: handle of signing object in FillInAttestInfo() argument
35 result = CryptSelectSignScheme(signHandle, scheme); in FillInAttestInfo()
40 if(signHandle == TPM_RH_NULL) in FillInAttestInfo()
48 TPM_HANDLE_Marshal(&signHandle, &buffer, &bufferSize); in FillInAttestInfo()
57 ObjectGetQualifiedName(signHandle, &attest->qualifiedSigner); in FillInAttestInfo()
66 signHierarhcy = EntityGetHierarchy(signHandle); in FillInAttestInfo()
74 if(signHandle == TPM_RH_NULL || signHandle == TPM_RH_OWNER) in FillInAttestInfo()
81 signObject = ObjectGet(signHandle); in FillInAttestInfo()
122 TPMI_DH_OBJECT signHandle, // IN: handle of sign object in SignAttestInfo() argument
141 if(signHandle == TPM_RH_NULL) in SignAttestInfo()
177 return CryptSign(signHandle, in SignAttestInfo()