Lines Matching full:signhandle
3280 // TPM_RC_KEY key referenced by signHandle is not a signing key
3287 TPMI_DH_OBJECT signHandle, // IN: handle of signing key
3295 // If the signHandle
3297 if(signHandle == TPM_RH_NULL)
3306 signObject = ObjectGet(signHandle);
3368 // TPM_RC_VALUE digest value is greater than the modulus of signHandle or size of
3375 TPMI_DH_OBJECT signHandle, // IN: The handle of sign key
3381 OBJECT *signKey = ObjectGet(signHandle);