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