HomeSort by relevance Sort by last modified time
    Searched defs:PolicySession (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
policy_session.h 31 // PolicySession is an interface for managing policy backed sessions for
33 class PolicySession {
35 PolicySession() {}
36 virtual ~PolicySession() {}
55 // This method is used to get the current PolicyDigest of the PolicySession.
63 // This method binds the PolicySession to a provided PCR value. If the empty
64 // string is provided, the PolicySession is bound to the current PCR value.
68 // This method binds the PolicySession to a specified CommandCode.
85 DISALLOW_COPY_AND_ASSIGN(PolicySession);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2EnhancedAuthorization.c 27 TPMI_SH_POLICY PolicySession;
46 TPMI_SH_POLICY PolicySession;
56 TPMI_SH_POLICY PolicySession;
66 TPMI_SH_POLICY PolicySession;
82 @param[in] PolicySession Handle for the policy session being extended.
98 IN TPMI_SH_POLICY PolicySession,
122 SendBuffer.PolicySession = SwapBytes32 (PolicySession);
209 @param[in] PolicySession Handle for the policy session being extended.
218 IN TPMI_SH_POLICY PolicySession,
    [all...]

Completed in 8641 milliseconds