~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to src/include/obj_policy.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
TSS_RESULT obj_policy_get_xsap_params(TSS_HPOLICY, TPM_COMMAND_CODE, TPM_ENTITY_TYPE *, UINT32 *,
153
153
                                      BYTE **, BYTE *, TSS_CALLBACK *, TSS_CALLBACK *,
154
154
                                      TSS_CALLBACK *, UINT32 *, TSS_BOOL);
 
155
TSS_RESULT obj_policy_is_secret_set(TSS_HPOLICY, TSS_BOOL *);
155
156
#ifdef TSS_BUILD_DELEGATION
156
157
TSS_RESULT obj_policy_set_delegation_type(TSS_HPOLICY, UINT32);
157
158
TSS_RESULT obj_policy_get_delegation_type(TSS_HPOLICY, UINT32 *);