HomeSort by relevance Sort by last modified time
    Searched refs:TSS_BOOL (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/firmware/include/
tss_constants.h 59 typedef uint8_t TSS_BOOL;
65 TSS_BOOL disable;
66 TSS_BOOL ownership;
67 TSS_BOOL deactivated;
68 TSS_BOOL readPubek;
69 TSS_BOOL disableOwnerClear;
70 TSS_BOOL allowMaintenance;
71 TSS_BOOL physicalPresenceLifetimeLock;
72 TSS_BOOL physicalPresenceHWEnable;
73 TSS_BOOL physicalPresenceCMDEnable
    [all...]
  /system/tpm/tpm_manager/server/
tpm_status_impl.cc 88 // |capability_data| should be populated with a TSS_BOOL which is true iff
90 if (capability_data.size() != sizeof(TSS_BOOL)) {
tpm_initializer_impl.cc 195 TSS_BOOL is_srk_restricted = false;
251 TSS_BOOL current_status = false;

Completed in 167 milliseconds