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