Lines Matching full:signhandle
20 // TPM_RC_KEY key referenced by signHandle is not a signing key
27 TPMI_DH_OBJECT signHandle, // IN: handle of signing object
35 result = CryptSelectSignScheme(signHandle, scheme);
40 if(signHandle == TPM_RH_NULL)
48 TPM_HANDLE_Marshal(&signHandle, &buffer, &bufferSize);
57 ObjectGetQualifiedName(signHandle, &attest->qualifiedSigner);
66 signHierarhcy = EntityGetHierarchy(signHandle);
74 if(signHandle == TPM_RH_NULL || signHandle == TPM_RH_OWNER)
81 signObject = ObjectGet(signHandle);
107 // Sign a TPMS_ATTEST structure. If signHandle is TPM_RH_NULL, a null signature is returned.
114 // TPM_RC_ATTRIBUTES signHandle references not a signing key
115 // TPM_RC_SCHEME scheme is not compatible with signHandle type
117 // signHandle (for an RSA key); invalid commit status or failed to
122 TPMI_DH_OBJECT signHandle, // IN: handle of sign object
141 if(signHandle == TPM_RH_NULL)
177 return CryptSign(signHandle,