Home | History | Annotate | only in /system/tpm/trunks
Up to higher level directory
NameDateSize
aidl/24-Aug-2016
Android.mk24-Aug-20165.8K
authorization_delegate.h24-Aug-20162.5K
background_command_transceiver.cc24-Aug-20163.6K
background_command_transceiver.h24-Aug-20162.9K
background_command_transceiver_test.cc24-Aug-20163.4K
binder_interface.h24-Aug-2016831
blob_parser.cc24-Aug-20164.6K
blob_parser.h24-Aug-20162.5K
com.android.Trunks.conf24-Aug-2016489
command_transceiver.h24-Aug-20161.9K
CPPLINT.cfg24-Aug-201637
dbus_interface.h24-Aug-20161.2K
error_codes.cc24-Aug-201611.2K
error_codes.h24-Aug-20163.9K
ftdi/24-Aug-2016
generator/24-Aug-2016
hmac_authorization_delegate.cc24-Aug-201611K
hmac_authorization_delegate.h24-Aug-20166.6K
hmac_authorization_delegate_test.cc24-Aug-201612.8K
hmac_session.h24-Aug-20162.5K
hmac_session_impl.cc24-Aug-20162.3K
hmac_session_impl.h24-Aug-20163.1K
hmac_session_test.cc24-Aug-20163.4K
interface.proto24-Aug-2016481
Makefile24-Aug-20161.5K
mock_authorization_delegate.cc24-Aug-2016830
mock_authorization_delegate.h24-Aug-20161.6K
mock_blob_parser.cc24-Aug-20161.1K
mock_blob_parser.h24-Aug-20161.7K
mock_command_transceiver.cc24-Aug-2016815
mock_command_transceiver.h24-Aug-20161.3K
mock_hmac_session.cc24-Aug-2016780
mock_hmac_session.h24-Aug-20161.4K
mock_policy_session.cc24-Aug-2016790
mock_policy_session.h24-Aug-20161.6K
mock_session_manager.cc24-Aug-2016922
mock_session_manager.h24-Aug-20161.4K
mock_tpm.cc24-Aug-201610.2K
mock_tpm.h24-Aug-201673.3K
mock_tpm_state.cc24-Aug-20161.8K
mock_tpm_state.h24-Aug-20161.6K
mock_tpm_utility.cc24-Aug-2016775
mock_tpm_utility.h24-Aug-20166K
MODULE_LICENSE_APACHE224-Aug-20160
NOTICE24-Aug-201610.4K
org.chromium.Trunks.conf24-Aug-2016492
OWNERS24-Aug-201654
password_authorization_delegate.cc24-Aug-20162.9K
password_authorization_delegate.h24-Aug-20162.3K
password_authorization_delegate_test.cc24-Aug-20164.1K
policy_session.h24-Aug-20163.3K
policy_session_impl.cc24-Aug-20166.1K
policy_session_impl.h24-Aug-20163.5K
policy_session_test.cc24-Aug-20168K
PRESUBMIT.cfg24-Aug-201668
README24-Aug-20161.5K
resource_manager.cc24-Aug-201630.8K
resource_manager.h24-Aug-201610.2K
resource_manager_test.cc24-Aug-201639.6K
scoped_key_handle.cc24-Aug-20162K
scoped_key_handle.h24-Aug-20162.5K
scoped_key_handle_test.cc24-Aug-20162.7K
session_manager.h24-Aug-20162.7K
session_manager_impl.cc24-Aug-20168.1K
session_manager_impl.h24-Aug-20162.6K
session_manager_test.cc24-Aug-20166.3K
tpm_constants.h24-Aug-20161.5K
tpm_generated.cc24-Aug-20161.1M
tpm_generated.h24-Aug-2016221.4K
tpm_generated_test.cc24-Aug-201618.5K
tpm_handle.cc24-Aug-20162.9K
tpm_handle.h24-Aug-20162K
tpm_simulator_handle.cc24-Aug-20162.2K
tpm_simulator_handle.h24-Aug-20161.9K
tpm_state.h24-Aug-20163K
tpm_state_impl.cc24-Aug-20168.1K
tpm_state_impl.h24-Aug-20162.4K
tpm_state_test.cc24-Aug-201615K
tpm_utility.h24-Aug-201615K
tpm_utility_impl.cc24-Aug-201671.7K
tpm_utility_impl.h24-Aug-20169K
tpm_utility_test.cc24-Aug-201680.9K
trunks.gyp24-Aug-20164.7K
trunks_binder_proxy.cc24-Aug-20164.4K
trunks_binder_proxy.h24-Aug-20161.7K
trunks_binder_service.cc24-Aug-20164.2K
trunks_binder_service.h24-Aug-20162.7K
trunks_client.cc24-Aug-20168K
trunks_client_test.cc24-Aug-201641.6K
trunks_client_test.h24-Aug-20165.4K
trunks_dbus_proxy.cc24-Aug-20163.7K
trunks_dbus_proxy.h24-Aug-20162K
trunks_dbus_service.cc24-Aug-20162.7K
trunks_dbus_service.h24-Aug-20162.4K
trunks_export.h24-Aug-2016900
trunks_factory.h24-Aug-20162.6K
trunks_factory_for_test.cc24-Aug-201620.2K
trunks_factory_for_test.h24-Aug-20164K
trunks_factory_impl.cc24-Aug-20163K
trunks_factory_impl.h24-Aug-20162.3K
trunks_ftdi_spi.cc24-Aug-201610.4K
trunks_ftdi_spi.h24-Aug-20163.5K
trunks_testrunner.cc24-Aug-20161.1K
trunksd-seccomp-arm.policy24-Aug-20161.3K
trunksd-seccomp-arm64.policy24-Aug-20161.3K
trunksd-seccomp-x86.policy24-Aug-20161.4K
trunksd-seccomp-x86_64.policy24-Aug-20161.4K
trunksd-simulator.rc24-Aug-2016175
trunksd.cc24-Aug-20164.3K
trunksd.conf24-Aug-2016797
trunksd.rc24-Aug-2016163

README

      1 ======
      2 TRUNKS
      3 ======
      4 
      5 The Trunks TPM Library (TTL) is a set of types and functions used to interface
      6 with a Trusted Platform Module.  It is designed to be light, and does not
      7 comply with the TSS specification.  It is usable in firmware as well as in
      8 user-level code.
      9 
     10 -----------------
     11 TPM SPECIFICATION
     12 -----------------
     13 
     14 See http://www.trustedcomputinggroup.org.  This version of trunks is based on
     15 TPM 2.0 rev 00.99.
     16 
     17 --- Structures ---
     18 generator/raw_structures.txt
     19 generator/raw_structures_fixed.txt
     20 
     21 This file is a direct PDF scrape* of 'Part 2 - Structures'.  The '_fixed'
     22 version includes some manual fixes to make processing easier.
     23 
     24 --- Commands ---
     25 generator/raw_commands.txt
     26 generator/raw_commands_fixed.txt
     27 
     28 This file is a direct PDF scrape* of 'Part 3 - Commands'.  The '_fixed' version
     29 includes some manual fixes to make processing easier.
     30 
     31 ---
     32 *Scraping for this version of trunks used Poppler's pdftotext utility v0.18.4.
     33 
     34 ---------------
     35 CODE GENERATION
     36 ---------------
     37 
     38 generator/extract_structures.sh
     39 
     40 Extracts structured information about types, constants, structures, and unions
     41 from spec/raw_structures_fixed.txt.  The output of this script is intended to be
     42 parsed by generator.py.
     43 
     44 generator/extract_commands.sh
     45 
     46 Extracts structured information about commands from spec/raw_commands_fixed.txt.
     47 The output of this script is intended to be parsed by generator.py.
     48 
     49 generator/generator.py
     50 
     51 Generates C++ serialization and parsing code for TPM commands.  Inputs must be
     52 formatted as by the extract_* scripts.
     53