├── .ci ├── coverity.run ├── docker-prelude.sh ├── docker.env ├── docker.run └── download-deps.sh ├── .cirrus.yml ├── .codecov.yml ├── .github └── workflows │ ├── codeql.yml │ ├── cron.yml │ ├── main.yml │ └── tss2master.yml ├── .gitignore ├── .lgtm.yml ├── .readthedocs.yml ├── Makefile.am ├── README.md ├── bootstrap ├── configure.ac ├── dist └── bash-completion │ └── tpm2-tools │ ├── tpm2_completion.bash │ ├── tss2 │ ├── tss2_authorizepolicy │ ├── tss2_changeauth │ ├── tss2_createkey │ ├── tss2_createnv │ ├── tss2_createseal │ ├── tss2_decrypt │ ├── tss2_delete │ ├── tss2_encrypt │ ├── tss2_exportkey │ ├── tss2_exportpolicy │ ├── tss2_getappdata │ ├── tss2_getcertificate │ ├── tss2_getdescription │ ├── tss2_getinfo │ ├── tss2_getplatformcertificates │ ├── tss2_getrandom │ ├── tss2_gettpm2object │ ├── tss2_gettpmblobs │ ├── tss2_import │ ├── tss2_list │ ├── tss2_nvextend │ ├── tss2_nvincrement │ ├── tss2_nvread │ ├── tss2_nvsetbits │ ├── tss2_nvwrite │ ├── tss2_pcrextend │ ├── tss2_pcrread │ ├── tss2_provision │ ├── tss2_quote │ ├── tss2_setappdata │ ├── tss2_setcertificate │ ├── tss2_setdescription │ ├── tss2_sign │ ├── tss2_unseal │ ├── tss2_verifyquote │ ├── tss2_verifysignature │ └── tss2_writeauthorizenv ├── docs ├── AUTHORS.md ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── INSTALL.md ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── RELEASE.md ├── SECURITY.md ├── man ├── requirements.in └── requirements.txt ├── lib ├── .gitignore ├── efi_event.h ├── files.c ├── files.h ├── log.c ├── log.h ├── object.c ├── object.h ├── pcr.c ├── pcr.h ├── tool_rc.c ├── tool_rc.h ├── tpm2.c ├── tpm2.h ├── tpm2_alg_util.c ├── tpm2_alg_util.h ├── tpm2_attr_util.c ├── tpm2_attr_util.h ├── tpm2_auth_util.c ├── tpm2_auth_util.h ├── tpm2_capability.c ├── tpm2_capability.h ├── tpm2_cc_util.c ├── tpm2_cc_util.h ├── tpm2_convert.c ├── tpm2_convert.h ├── tpm2_ctx_mgmt.c ├── tpm2_ctx_mgmt.h ├── tpm2_errata.c ├── tpm2_errata.h ├── tpm2_eventlog.c ├── tpm2_eventlog.h ├── tpm2_eventlog_yaml.c ├── tpm2_eventlog_yaml.h ├── tpm2_hash.c ├── tpm2_hash.h ├── tpm2_header.h ├── tpm2_hierarchy.c ├── tpm2_hierarchy.h ├── tpm2_identity_util.c ├── tpm2_identity_util.h ├── tpm2_kdfa.c ├── tpm2_kdfa.h ├── tpm2_kdfe.c ├── tpm2_kdfe.h ├── tpm2_nv_util.h ├── tpm2_openssl.c ├── tpm2_openssl.h ├── tpm2_options.c ├── tpm2_options.h ├── tpm2_policy.c ├── tpm2_policy.h ├── tpm2_session.c ├── tpm2_session.h ├── tpm2_systemdeps.h ├── tpm2_tool_output.c ├── tpm2_tool_output.h ├── tpm2_util.c └── tpm2_util.h ├── man ├── .gitignore ├── common │ ├── alg.md │ ├── authorizations.md │ ├── ctxobj.md │ ├── footer.md │ ├── hash.md │ ├── nv-attrs.md │ ├── obj-attrs.md │ ├── object-alg.md │ ├── options.md │ ├── pcr.md │ ├── pcrs_format.md │ ├── policy-limitations.md │ ├── protection-details.md │ ├── pubkey.md │ ├── returns.md │ ├── signature.md │ ├── signschemes.md │ ├── tcti.md │ ├── tss2-fapi-references.md │ └── tss2-options.md ├── tpm2.1.md ├── tpm2_activatecredential.1.md ├── tpm2_certify.1.md ├── tpm2_certifyX509certutil.1.md ├── tpm2_certifycreation.1.md ├── tpm2_changeauth.1.md ├── tpm2_changeeps.1.md ├── tpm2_changepps.1.md ├── tpm2_checkquote.1.md ├── tpm2_clear.1.md ├── tpm2_clearcontrol.1.md ├── tpm2_clockrateadjust.1.md ├── tpm2_commit.1.md ├── tpm2_create.1.md ├── tpm2_createak.1.md ├── tpm2_createek.1.md ├── tpm2_createpolicy.1.md ├── tpm2_createprimary.1.md ├── tpm2_dictionarylockout.1.md ├── tpm2_duplicate.1.md ├── tpm2_ecdhkeygen.1.md ├── tpm2_ecdhzgen.1.md ├── tpm2_ecephemeral.1.md ├── tpm2_encodeobject.1.md ├── tpm2_encryptdecrypt.1.md ├── tpm2_eventlog.1.md ├── tpm2_evictcontrol.1.md ├── tpm2_flushcontext.1.md ├── tpm2_getcap.1.md ├── tpm2_getcommandauditdigest.1.md ├── tpm2_geteccparameters.1.md ├── tpm2_getekcertificate.1.md ├── tpm2_getpolicydigest.1.md ├── tpm2_getrandom.1.md ├── tpm2_getsessionauditdigest.1.md ├── tpm2_gettestresult.1.md ├── tpm2_gettime.1.md ├── tpm2_hash.1.md ├── tpm2_hierarchycontrol.1.md ├── tpm2_hmac.1.md ├── tpm2_import.1.md ├── tpm2_incrementalselftest.1.md ├── tpm2_load.1.md ├── tpm2_loadexternal.1.md ├── tpm2_makecredential.1.md ├── tpm2_nvcertify.1.md ├── tpm2_nvdefine.1.md ├── tpm2_nvextend.1.md ├── tpm2_nvincrement.1.md ├── tpm2_nvread.1.md ├── tpm2_nvreadlock.1.md ├── tpm2_nvreadpublic.1.md ├── tpm2_nvsetbits.1.md ├── tpm2_nvundefine.1.md ├── tpm2_nvwrite.1.md ├── tpm2_nvwritelock.1.md ├── tpm2_pcrallocate.1.md ├── tpm2_pcrevent.1.md ├── tpm2_pcrextend.1.md ├── tpm2_pcrread.1.md ├── tpm2_pcrreset.1.md ├── tpm2_policyauthorize.1.md ├── tpm2_policyauthorizenv.1.md ├── tpm2_policyauthvalue.1.md ├── tpm2_policycommandcode.1.md ├── tpm2_policycountertimer.1.md ├── tpm2_policycphash.1.md ├── tpm2_policyduplicationselect.1.md ├── tpm2_policylocality.1.md ├── tpm2_policynamehash.1.md ├── tpm2_policynv.1.md ├── tpm2_policynvwritten.1.md ├── tpm2_policyor.1.md ├── tpm2_policypassword.1.md ├── tpm2_policypcr.1.md ├── tpm2_policyrestart.1.md ├── tpm2_policysecret.1.md ├── tpm2_policysigned.1.md ├── tpm2_policytemplate.1.md ├── tpm2_policyticket.1.md ├── tpm2_print.1.md ├── tpm2_quote.1.md ├── tpm2_rc_decode.1.md ├── tpm2_readclock.1.md ├── tpm2_readpublic.1.md ├── tpm2_rsadecrypt.1.md ├── tpm2_rsaencrypt.1.md ├── tpm2_selftest.1.md ├── tpm2_send.1.md ├── tpm2_sessionconfig.1.md ├── tpm2_setclock.1.md ├── tpm2_setcommandauditstatus.1.md ├── tpm2_setprimarypolicy.1.md ├── tpm2_shutdown.1.md ├── tpm2_sign.1.md ├── tpm2_startauthsession.1.md ├── tpm2_startup.1.md ├── tpm2_stirrandom.1.md ├── tpm2_testparms.1.md ├── tpm2_tr_encode.1.md ├── tpm2_unseal.1.md ├── tpm2_verifysignature.1.md ├── tpm2_zgen2phase.1.md ├── tss2_authorizepolicy.1.md ├── tss2_changeauth.1.md ├── tss2_createkey.1.md ├── tss2_createnv.1.md ├── tss2_createseal.1.md ├── tss2_decrypt.1.md ├── tss2_delete.1.md ├── tss2_encrypt.1.md ├── tss2_exportkey.1.md ├── tss2_exportpolicy.1.md ├── tss2_getappdata.1.md ├── tss2_getcertificate.1.md ├── tss2_getdescription.1.md ├── tss2_getinfo.1.md ├── tss2_getplatformcertificates.1.md ├── tss2_getrandom.1.md ├── tss2_gettpm2object.1.md ├── tss2_gettpmblobs.1.md ├── tss2_import.1.md ├── tss2_list.1.md ├── tss2_nvextend.1.md ├── tss2_nvincrement.1.md ├── tss2_nvread.1.md ├── tss2_nvsetbits.1.md ├── tss2_nvwrite.1.md ├── tss2_pcrextend.1.md ├── tss2_pcrread.1.md ├── tss2_provision.1.md ├── tss2_quote.1.md ├── tss2_setappdata.1.md ├── tss2_setcertificate.1.md ├── tss2_setdescription.1.md ├── tss2_sign.1.md ├── tss2_unseal.1.md ├── tss2_verifyquote.1.md ├── tss2_verifysignature.1.md └── tss2_writeauthorizenv.1.md ├── misc ├── coding_standard_c.md └── formatters │ └── tpm2.0-eclipse-cdt-formatter.xml ├── mkdocs.yml ├── scripts └── utils │ ├── check_endorsement_cert.sh │ ├── icert2pem.sh │ ├── icert_ondie_ca.sh │ ├── man_to_bashcompletion.sh │ ├── sm_algorithm_test.sh │ └── tcgRSApub2PemDer.sh ├── test ├── .gitignore ├── integration │ ├── README.md │ ├── fapi │ │ ├── fapi-authorize-policy.sh │ │ ├── fapi-branch-select.sh │ │ ├── fapi-encrypt-decrypt.sh │ │ ├── fapi-export-key.sh │ │ ├── fapi-export-policy.sh │ │ ├── fapi-get-info.sh │ │ ├── fapi-get-platform-certificates.sh │ │ ├── fapi-get-random.sh │ │ ├── fapi-get-tpm-blobs.sh │ │ ├── fapi-gettpm2object.sh │ │ ├── fapi-key-change-auth.sh │ │ ├── fapi-list.sh │ │ ├── fapi-nv-extend.sh │ │ ├── fapi-nv-increment.sh │ │ ├── fapi-nv-set-bits.sh │ │ ├── fapi-nv-write-authorize.sh │ │ ├── fapi-nv-write-read-policy-or.sh │ │ ├── fapi-nv-write-read-policy-or2.sh │ │ ├── fapi-nv-write-read.sh │ │ ├── fapi-pcr-extend-read.sh │ │ ├── fapi-policy_signed.sh │ │ ├── fapi-policy_signed_delegation.sh │ │ ├── fapi-provision.sh │ │ ├── fapi-quote-verify.sh │ │ ├── fapi-seal-unseal.sh │ │ ├── fapi-set-get-app-data.sh │ │ ├── fapi-set-get-certificate.sh │ │ ├── fapi-set-get-description.sh │ │ ├── fapi-sign-verify.sh │ │ └── fapi-testing-template.sh │ ├── fixtures │ │ ├── ek-template-default.bin │ │ ├── event-arch-linux.bin │ │ ├── event-arch-linux.bin.warn │ │ ├── event-bootorder.bin │ │ ├── event-gce-ubuntu-2104-log.bin │ │ ├── event-moklisttrusted-hex.yaml │ │ ├── event-moklisttrusted.bin │ │ ├── event-postcode.bin │ │ ├── event-pretty-39 │ │ │ ├── event-arch-linux.bin.yaml │ │ │ ├── event-bootorder.bin.yaml │ │ │ ├── event-gce-ubuntu-2104-log.bin.yaml │ │ │ ├── event-moklisttrusted.bin.yaml │ │ │ ├── event-postcode.bin.yaml │ │ │ ├── event-sd-boot-fedora37.bin.yaml │ │ │ ├── event-uefi-sha1-log.bin.yaml │ │ │ ├── event-uefiaction.bin.yaml │ │ │ ├── event-uefiservices.bin.yaml │ │ │ └── event-uefivar.bin.yaml │ │ ├── event-pretty │ │ │ ├── event-arch-linux.bin.yaml │ │ │ ├── event-bootorder.bin.yaml │ │ │ ├── event-gce-ubuntu-2104-log.bin.yaml │ │ │ ├── event-moklisttrusted.bin.yaml │ │ │ ├── event-postcode.bin.yaml │ │ │ ├── event-sd-boot-fedora37.bin.yaml │ │ │ ├── event-uefi-sha1-log.bin.yaml │ │ │ ├── event-uefiaction.bin.yaml │ │ │ ├── event-uefiservices.bin.yaml │ │ │ └── event-uefivar.bin.yaml │ │ ├── event-raw │ │ │ ├── event-arch-linux.bin.yaml │ │ │ ├── event-bootorder.bin.yaml │ │ │ ├── event-gce-ubuntu-2104-log.bin.yaml │ │ │ ├── event-moklisttrusted.bin.yaml │ │ │ ├── event-postcode.bin.yaml │ │ │ ├── event-sd-boot-fedora37.bin.yaml │ │ │ ├── event-uefi-sha1-log.bin.yaml │ │ │ ├── event-uefiaction.bin.yaml │ │ │ ├── event-uefiservices.bin.yaml │ │ │ └── event-uefivar.bin.yaml │ │ ├── event-sd-boot-fedora37.bin │ │ ├── event-uefi-sha1-log.bin │ │ ├── event-uefiaction.bin │ │ ├── event-uefiservices.bin │ │ ├── event-uefivar.bin │ │ ├── event.bin │ │ ├── event.bin.yaml │ │ ├── get-capability-tpm-prop-fixed.bin │ │ ├── specid-vendordata.bin │ │ └── specid-vendordata.bin.yaml │ ├── helpers.sh │ └── tests │ │ ├── X509certutil.sh │ │ ├── abrmd_extended-sessions.sh │ │ ├── abrmd_nvundefinespecial.sh │ │ ├── abrmd_policyauthorize.sh │ │ ├── abrmd_policyauthorizenv.sh │ │ ├── abrmd_policyauthvalue.sh │ │ ├── abrmd_policycommandcode.sh │ │ ├── abrmd_policycountertimer.sh │ │ ├── abrmd_policycphash.sh │ │ ├── abrmd_policyduplicationselect.sh │ │ ├── abrmd_policynamehash.sh │ │ ├── abrmd_policynv.sh │ │ ├── abrmd_policynvwritten.sh │ │ ├── abrmd_policyor.sh │ │ ├── abrmd_policypassword.sh │ │ ├── abrmd_policypcr.sh │ │ ├── abrmd_policysecret.sh │ │ ├── abrmd_policysigned.sh │ │ ├── abrmd_policytemplate.sh │ │ ├── abrmd_policyticket.sh │ │ ├── activecredential.sh │ │ ├── activecredential_ecc_384.sh │ │ ├── attestation.sh │ │ ├── certify.sh │ │ ├── certifycreation.sh │ │ ├── changeauth.sh │ │ ├── changeeps.sh │ │ ├── changepps.sh │ │ ├── checkquote.sh │ │ ├── clear.sh │ │ ├── clearcontrol.sh │ │ ├── clockrateadjust.sh │ │ ├── commandaudit.sh │ │ ├── create.sh │ │ ├── createak.sh │ │ ├── createek.sh │ │ ├── createpolicy.sh │ │ ├── createprimary.sh │ │ ├── dictionarylockout.sh │ │ ├── duplicate.sh │ │ ├── ecc.sh │ │ ├── encodeobject.sh │ │ ├── encryptdecrypt.sh │ │ ├── eventlog.sh │ │ ├── evictcontrol.sh │ │ ├── flushcontext.sh │ │ ├── forward-seal.sh │ │ ├── getcap.sh │ │ ├── getekcertificate.sh │ │ ├── getpolicydigest.sh │ │ ├── getrandom.sh │ │ ├── gettestresult.sh │ │ ├── gettime.sh │ │ ├── hash.sh │ │ ├── hierarchycontrol.sh │ │ ├── hmac.sh │ │ ├── import.sh │ │ ├── import_tpm.sh │ │ ├── incrementalselftest.sh │ │ ├── load.sh │ │ ├── loadexternal.sh │ │ ├── makecredential.sh │ │ ├── nv.sh │ │ ├── nvcertify.sh │ │ ├── nvinc.sh │ │ ├── output_formats.sh │ │ ├── pcrallocate.sh │ │ ├── pcrevent.sh │ │ ├── pcrextend.sh │ │ ├── pcrlist.sh │ │ ├── pcrreset.sh │ │ ├── pcrs_format.sh │ │ ├── print.sh │ │ ├── quote.sh │ │ ├── rc_decode.sh │ │ ├── readclock.sh │ │ ├── readpublic.sh │ │ ├── rsadecrypt.sh │ │ ├── rsaencrypt.sh │ │ ├── selftest.sh │ │ ├── send-tcti-cmd.sh │ │ ├── send.sh │ │ ├── sessionaudit.sh │ │ ├── sessionconfig.sh │ │ ├── setclock.sh │ │ ├── setprimarypolicy.sh │ │ ├── sign.sh │ │ ├── startup.sh │ │ ├── stirrandom.sh │ │ ├── symlink.sh │ │ ├── testparms.sh │ │ ├── toggle_options.sh │ │ ├── tr_encode.sh │ │ ├── unseal.sh │ │ └── verifysignature.sh ├── scripts │ └── echo_tcti.py └── unit │ ├── esys_stubs.h │ ├── test_cc_util.c │ ├── test_files.c │ ├── test_object.c │ ├── test_options.c │ ├── test_pcr.c │ ├── test_session_common.h │ ├── test_string_bytes.c │ ├── test_tpm2_alg_util.c │ ├── test_tpm2_attr_util.c │ ├── test_tpm2_auth_util.c │ ├── test_tpm2_errata.c │ ├── test_tpm2_eventlog.c │ ├── test_tpm2_eventlog_yaml.c │ ├── test_tpm2_header.c │ ├── test_tpm2_policy.c │ ├── test_tpm2_session.c │ ├── test_tpm2_util.c │ └── vendor_tests.sh └── tools ├── .gitignore ├── fapi ├── tss2_authorizepolicy.c ├── tss2_changeauth.c ├── tss2_createkey.c ├── tss2_createnv.c ├── tss2_createseal.c ├── tss2_decrypt.c ├── tss2_delete.c ├── tss2_encrypt.c ├── tss2_exportkey.c ├── tss2_exportpolicy.c ├── tss2_getappdata.c ├── tss2_getcertificate.c ├── tss2_getdescription.c ├── tss2_getinfo.c ├── tss2_getplatformcertificates.c ├── tss2_getrandom.c ├── tss2_gettpm2object.c ├── tss2_gettpmblobs.c ├── tss2_import.c ├── tss2_list.c ├── tss2_nvextend.c ├── tss2_nvincrement.c ├── tss2_nvread.c ├── tss2_nvsetbits.c ├── tss2_nvwrite.c ├── tss2_pcrextend.c ├── tss2_pcrread.c ├── tss2_provision.c ├── tss2_quote.c ├── tss2_setappdata.c ├── tss2_setcertificate.c ├── tss2_setdescription.c ├── tss2_sign.c ├── tss2_template.c ├── tss2_template.h ├── tss2_unseal.c ├── tss2_verifyquote.c ├── tss2_verifysignature.c └── tss2_writeauthorizenv.c ├── misc ├── tpm2_certifyX509certutil.c ├── tpm2_checkquote.c ├── tpm2_encodeobject.c ├── tpm2_eventlog.c ├── tpm2_print.c ├── tpm2_rc_decode.c └── tpm2_tr_encode.c ├── tpm2_activatecredential.c ├── tpm2_certify.c ├── tpm2_certifycreation.c ├── tpm2_changeauth.c ├── tpm2_changeeps.c ├── tpm2_changepps.c ├── tpm2_clear.c ├── tpm2_clearcontrol.c ├── tpm2_clockrateadjust.c ├── tpm2_commit.c ├── tpm2_create.c ├── tpm2_createak.c ├── tpm2_createek.c ├── tpm2_createpolicy.c ├── tpm2_createprimary.c ├── tpm2_dictionarylockout.c ├── tpm2_duplicate.c ├── tpm2_ecdhkeygen.c ├── tpm2_ecdhzgen.c ├── tpm2_ecephemeral.c ├── tpm2_encryptdecrypt.c ├── tpm2_evictcontrol.c ├── tpm2_flushcontext.c ├── tpm2_getcap.c ├── tpm2_getcommandauditdigest.c ├── tpm2_geteccparameters.c ├── tpm2_getekcertificate.c ├── tpm2_getpolicydigest.c ├── tpm2_getrandom.c ├── tpm2_getsessionauditdigest.c ├── tpm2_gettestresult.c ├── tpm2_gettime.c ├── tpm2_hash.c ├── tpm2_hierarchycontrol.c ├── tpm2_hmac.c ├── tpm2_import.c ├── tpm2_incrementalselftest.c ├── tpm2_load.c ├── tpm2_loadexternal.c ├── tpm2_makecredential.c ├── tpm2_nvcertify.c ├── tpm2_nvdefine.c ├── tpm2_nvextend.c ├── tpm2_nvincrement.c ├── tpm2_nvread.c ├── tpm2_nvreadlock.c ├── tpm2_nvreadpublic.c ├── tpm2_nvsetbits.c ├── tpm2_nvundefine.c ├── tpm2_nvwrite.c ├── tpm2_nvwritelock.c ├── tpm2_pcrallocate.c ├── tpm2_pcrevent.c ├── tpm2_pcrextend.c ├── tpm2_pcrread.c ├── tpm2_pcrreset.c ├── tpm2_policyauthorize.c ├── tpm2_policyauthorizenv.c ├── tpm2_policyauthvalue.c ├── tpm2_policycommandcode.c ├── tpm2_policycountertimer.c ├── tpm2_policycphash.c ├── tpm2_policyduplicationselect.c ├── tpm2_policylocality.c ├── tpm2_policynamehash.c ├── tpm2_policynv.c ├── tpm2_policynvwritten.c ├── tpm2_policyor.c ├── tpm2_policypassword.c ├── tpm2_policypcr.c ├── tpm2_policyrestart.c ├── tpm2_policysecret.c ├── tpm2_policysigned.c ├── tpm2_policytemplate.c ├── tpm2_policyticket.c ├── tpm2_quote.c ├── tpm2_readclock.c ├── tpm2_readpublic.c ├── tpm2_rsadecrypt.c ├── tpm2_rsaencrypt.c ├── tpm2_selftest.c ├── tpm2_send.c ├── tpm2_sessionconfig.c ├── tpm2_setclock.c ├── tpm2_setcommandauditstatus.c ├── tpm2_setprimarypolicy.c ├── tpm2_shutdown.c ├── tpm2_sign.c ├── tpm2_startauthsession.c ├── tpm2_startup.c ├── tpm2_stirrandom.c ├── tpm2_testparms.c ├── tpm2_tool.c ├── tpm2_tool.h ├── tpm2_unseal.c ├── tpm2_verifysignature.c └── tpm2_zgen2phase.c /.ci/coverity.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.ci/coverity.run -------------------------------------------------------------------------------- /.ci/docker-prelude.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.ci/docker-prelude.sh -------------------------------------------------------------------------------- /.ci/docker.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.ci/docker.env -------------------------------------------------------------------------------- /.ci/docker.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.ci/docker.run -------------------------------------------------------------------------------- /.ci/download-deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.ci/download-deps.sh -------------------------------------------------------------------------------- /.cirrus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.cirrus.yml -------------------------------------------------------------------------------- /.codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.codecov.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/cron.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.github/workflows/cron.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.github/workflows/tss2master.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.github/workflows/tss2master.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /.lgtm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.lgtm.yml -------------------------------------------------------------------------------- /.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/.readthedocs.yml -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/Makefile.am -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/README.md -------------------------------------------------------------------------------- /bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/bootstrap -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/configure.ac -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tpm2_completion.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tpm2_completion.bash -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2 -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_authorizepolicy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_authorizepolicy -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_changeauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_changeauth -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_createkey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_createkey -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_createnv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_createnv -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_createseal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_createseal -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_decrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_decrypt -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_delete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_delete -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_encrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_encrypt -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_exportkey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_exportkey -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_exportpolicy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_exportpolicy -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_getappdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_getappdata -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_getcertificate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_getcertificate -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_getdescription: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_getdescription -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_getinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_getinfo -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_getplatformcertificates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_getplatformcertificates -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_getrandom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_getrandom -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_gettpm2object: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_gettpm2object -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_gettpmblobs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_gettpmblobs -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_import -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_list -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_nvextend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_nvextend -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_nvincrement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_nvincrement -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_nvread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_nvread -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_nvsetbits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_nvsetbits -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_nvwrite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_nvwrite -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_pcrextend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_pcrextend -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_pcrread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_pcrread -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_provision: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_provision -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_quote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_quote -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_setappdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_setappdata -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_setcertificate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_setcertificate -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_setdescription: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_setdescription -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_sign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_sign -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_unseal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_unseal -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_verifyquote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_verifyquote -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_verifysignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_verifysignature -------------------------------------------------------------------------------- /dist/bash-completion/tpm2-tools/tss2_writeauthorizenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/dist/bash-completion/tpm2-tools/tss2_writeauthorizenv -------------------------------------------------------------------------------- /docs/AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/AUTHORS.md -------------------------------------------------------------------------------- /docs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/CHANGELOG.md -------------------------------------------------------------------------------- /docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /docs/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/INSTALL.md -------------------------------------------------------------------------------- /docs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/LICENSE -------------------------------------------------------------------------------- /docs/MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/MAINTAINERS.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/RELEASE.md -------------------------------------------------------------------------------- /docs/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/SECURITY.md -------------------------------------------------------------------------------- /docs/man: -------------------------------------------------------------------------------- 1 | ../man -------------------------------------------------------------------------------- /docs/requirements.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/requirements.in -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /lib/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/.gitignore -------------------------------------------------------------------------------- /lib/efi_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/efi_event.h -------------------------------------------------------------------------------- /lib/files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/files.c -------------------------------------------------------------------------------- /lib/files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/files.h -------------------------------------------------------------------------------- /lib/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/log.c -------------------------------------------------------------------------------- /lib/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/log.h -------------------------------------------------------------------------------- /lib/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/object.c -------------------------------------------------------------------------------- /lib/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/object.h -------------------------------------------------------------------------------- /lib/pcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/pcr.c -------------------------------------------------------------------------------- /lib/pcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/pcr.h -------------------------------------------------------------------------------- /lib/tool_rc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tool_rc.c -------------------------------------------------------------------------------- /lib/tool_rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tool_rc.h -------------------------------------------------------------------------------- /lib/tpm2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2.c -------------------------------------------------------------------------------- /lib/tpm2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2.h -------------------------------------------------------------------------------- /lib/tpm2_alg_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_alg_util.c -------------------------------------------------------------------------------- /lib/tpm2_alg_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_alg_util.h -------------------------------------------------------------------------------- /lib/tpm2_attr_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_attr_util.c -------------------------------------------------------------------------------- /lib/tpm2_attr_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_attr_util.h -------------------------------------------------------------------------------- /lib/tpm2_auth_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_auth_util.c -------------------------------------------------------------------------------- /lib/tpm2_auth_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_auth_util.h -------------------------------------------------------------------------------- /lib/tpm2_capability.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_capability.c -------------------------------------------------------------------------------- /lib/tpm2_capability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_capability.h -------------------------------------------------------------------------------- /lib/tpm2_cc_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_cc_util.c -------------------------------------------------------------------------------- /lib/tpm2_cc_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_cc_util.h -------------------------------------------------------------------------------- /lib/tpm2_convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_convert.c -------------------------------------------------------------------------------- /lib/tpm2_convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_convert.h -------------------------------------------------------------------------------- /lib/tpm2_ctx_mgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_ctx_mgmt.c -------------------------------------------------------------------------------- /lib/tpm2_ctx_mgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_ctx_mgmt.h -------------------------------------------------------------------------------- /lib/tpm2_errata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_errata.c -------------------------------------------------------------------------------- /lib/tpm2_errata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_errata.h -------------------------------------------------------------------------------- /lib/tpm2_eventlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_eventlog.c -------------------------------------------------------------------------------- /lib/tpm2_eventlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_eventlog.h -------------------------------------------------------------------------------- /lib/tpm2_eventlog_yaml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_eventlog_yaml.c -------------------------------------------------------------------------------- /lib/tpm2_eventlog_yaml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_eventlog_yaml.h -------------------------------------------------------------------------------- /lib/tpm2_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_hash.c -------------------------------------------------------------------------------- /lib/tpm2_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_hash.h -------------------------------------------------------------------------------- /lib/tpm2_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_header.h -------------------------------------------------------------------------------- /lib/tpm2_hierarchy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_hierarchy.c -------------------------------------------------------------------------------- /lib/tpm2_hierarchy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_hierarchy.h -------------------------------------------------------------------------------- /lib/tpm2_identity_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_identity_util.c -------------------------------------------------------------------------------- /lib/tpm2_identity_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_identity_util.h -------------------------------------------------------------------------------- /lib/tpm2_kdfa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_kdfa.c -------------------------------------------------------------------------------- /lib/tpm2_kdfa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_kdfa.h -------------------------------------------------------------------------------- /lib/tpm2_kdfe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_kdfe.c -------------------------------------------------------------------------------- /lib/tpm2_kdfe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_kdfe.h -------------------------------------------------------------------------------- /lib/tpm2_nv_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_nv_util.h -------------------------------------------------------------------------------- /lib/tpm2_openssl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_openssl.c -------------------------------------------------------------------------------- /lib/tpm2_openssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_openssl.h -------------------------------------------------------------------------------- /lib/tpm2_options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_options.c -------------------------------------------------------------------------------- /lib/tpm2_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_options.h -------------------------------------------------------------------------------- /lib/tpm2_policy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_policy.c -------------------------------------------------------------------------------- /lib/tpm2_policy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_policy.h -------------------------------------------------------------------------------- /lib/tpm2_session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_session.c -------------------------------------------------------------------------------- /lib/tpm2_session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_session.h -------------------------------------------------------------------------------- /lib/tpm2_systemdeps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_systemdeps.h -------------------------------------------------------------------------------- /lib/tpm2_tool_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_tool_output.c -------------------------------------------------------------------------------- /lib/tpm2_tool_output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_tool_output.h -------------------------------------------------------------------------------- /lib/tpm2_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_util.c -------------------------------------------------------------------------------- /lib/tpm2_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/lib/tpm2_util.h -------------------------------------------------------------------------------- /man/.gitignore: -------------------------------------------------------------------------------- 1 | man8/ 2 | man1/ 3 | -------------------------------------------------------------------------------- /man/common/alg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/alg.md -------------------------------------------------------------------------------- /man/common/authorizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/authorizations.md -------------------------------------------------------------------------------- /man/common/ctxobj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/ctxobj.md -------------------------------------------------------------------------------- /man/common/footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/footer.md -------------------------------------------------------------------------------- /man/common/hash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/hash.md -------------------------------------------------------------------------------- /man/common/nv-attrs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/nv-attrs.md -------------------------------------------------------------------------------- /man/common/obj-attrs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/obj-attrs.md -------------------------------------------------------------------------------- /man/common/object-alg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/object-alg.md -------------------------------------------------------------------------------- /man/common/options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/options.md -------------------------------------------------------------------------------- /man/common/pcr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/pcr.md -------------------------------------------------------------------------------- /man/common/pcrs_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/pcrs_format.md -------------------------------------------------------------------------------- /man/common/policy-limitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/policy-limitations.md -------------------------------------------------------------------------------- /man/common/protection-details.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/protection-details.md -------------------------------------------------------------------------------- /man/common/pubkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/pubkey.md -------------------------------------------------------------------------------- /man/common/returns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/returns.md -------------------------------------------------------------------------------- /man/common/signature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/signature.md -------------------------------------------------------------------------------- /man/common/signschemes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/signschemes.md -------------------------------------------------------------------------------- /man/common/tcti.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/tcti.md -------------------------------------------------------------------------------- /man/common/tss2-fapi-references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/tss2-fapi-references.md -------------------------------------------------------------------------------- /man/common/tss2-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/common/tss2-options.md -------------------------------------------------------------------------------- /man/tpm2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2.1.md -------------------------------------------------------------------------------- /man/tpm2_activatecredential.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_activatecredential.1.md -------------------------------------------------------------------------------- /man/tpm2_certify.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_certify.1.md -------------------------------------------------------------------------------- /man/tpm2_certifyX509certutil.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_certifyX509certutil.1.md -------------------------------------------------------------------------------- /man/tpm2_certifycreation.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_certifycreation.1.md -------------------------------------------------------------------------------- /man/tpm2_changeauth.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_changeauth.1.md -------------------------------------------------------------------------------- /man/tpm2_changeeps.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_changeeps.1.md -------------------------------------------------------------------------------- /man/tpm2_changepps.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_changepps.1.md -------------------------------------------------------------------------------- /man/tpm2_checkquote.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_checkquote.1.md -------------------------------------------------------------------------------- /man/tpm2_clear.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_clear.1.md -------------------------------------------------------------------------------- /man/tpm2_clearcontrol.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_clearcontrol.1.md -------------------------------------------------------------------------------- /man/tpm2_clockrateadjust.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_clockrateadjust.1.md -------------------------------------------------------------------------------- /man/tpm2_commit.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_commit.1.md -------------------------------------------------------------------------------- /man/tpm2_create.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_create.1.md -------------------------------------------------------------------------------- /man/tpm2_createak.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_createak.1.md -------------------------------------------------------------------------------- /man/tpm2_createek.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_createek.1.md -------------------------------------------------------------------------------- /man/tpm2_createpolicy.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_createpolicy.1.md -------------------------------------------------------------------------------- /man/tpm2_createprimary.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_createprimary.1.md -------------------------------------------------------------------------------- /man/tpm2_dictionarylockout.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_dictionarylockout.1.md -------------------------------------------------------------------------------- /man/tpm2_duplicate.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_duplicate.1.md -------------------------------------------------------------------------------- /man/tpm2_ecdhkeygen.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_ecdhkeygen.1.md -------------------------------------------------------------------------------- /man/tpm2_ecdhzgen.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_ecdhzgen.1.md -------------------------------------------------------------------------------- /man/tpm2_ecephemeral.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_ecephemeral.1.md -------------------------------------------------------------------------------- /man/tpm2_encodeobject.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_encodeobject.1.md -------------------------------------------------------------------------------- /man/tpm2_encryptdecrypt.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_encryptdecrypt.1.md -------------------------------------------------------------------------------- /man/tpm2_eventlog.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_eventlog.1.md -------------------------------------------------------------------------------- /man/tpm2_evictcontrol.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_evictcontrol.1.md -------------------------------------------------------------------------------- /man/tpm2_flushcontext.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_flushcontext.1.md -------------------------------------------------------------------------------- /man/tpm2_getcap.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_getcap.1.md -------------------------------------------------------------------------------- /man/tpm2_getcommandauditdigest.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_getcommandauditdigest.1.md -------------------------------------------------------------------------------- /man/tpm2_geteccparameters.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_geteccparameters.1.md -------------------------------------------------------------------------------- /man/tpm2_getekcertificate.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_getekcertificate.1.md -------------------------------------------------------------------------------- /man/tpm2_getpolicydigest.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_getpolicydigest.1.md -------------------------------------------------------------------------------- /man/tpm2_getrandom.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_getrandom.1.md -------------------------------------------------------------------------------- /man/tpm2_getsessionauditdigest.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_getsessionauditdigest.1.md -------------------------------------------------------------------------------- /man/tpm2_gettestresult.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_gettestresult.1.md -------------------------------------------------------------------------------- /man/tpm2_gettime.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_gettime.1.md -------------------------------------------------------------------------------- /man/tpm2_hash.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_hash.1.md -------------------------------------------------------------------------------- /man/tpm2_hierarchycontrol.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_hierarchycontrol.1.md -------------------------------------------------------------------------------- /man/tpm2_hmac.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_hmac.1.md -------------------------------------------------------------------------------- /man/tpm2_import.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_import.1.md -------------------------------------------------------------------------------- /man/tpm2_incrementalselftest.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_incrementalselftest.1.md -------------------------------------------------------------------------------- /man/tpm2_load.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_load.1.md -------------------------------------------------------------------------------- /man/tpm2_loadexternal.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_loadexternal.1.md -------------------------------------------------------------------------------- /man/tpm2_makecredential.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_makecredential.1.md -------------------------------------------------------------------------------- /man/tpm2_nvcertify.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvcertify.1.md -------------------------------------------------------------------------------- /man/tpm2_nvdefine.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvdefine.1.md -------------------------------------------------------------------------------- /man/tpm2_nvextend.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvextend.1.md -------------------------------------------------------------------------------- /man/tpm2_nvincrement.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvincrement.1.md -------------------------------------------------------------------------------- /man/tpm2_nvread.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvread.1.md -------------------------------------------------------------------------------- /man/tpm2_nvreadlock.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvreadlock.1.md -------------------------------------------------------------------------------- /man/tpm2_nvreadpublic.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvreadpublic.1.md -------------------------------------------------------------------------------- /man/tpm2_nvsetbits.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvsetbits.1.md -------------------------------------------------------------------------------- /man/tpm2_nvundefine.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvundefine.1.md -------------------------------------------------------------------------------- /man/tpm2_nvwrite.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvwrite.1.md -------------------------------------------------------------------------------- /man/tpm2_nvwritelock.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_nvwritelock.1.md -------------------------------------------------------------------------------- /man/tpm2_pcrallocate.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_pcrallocate.1.md -------------------------------------------------------------------------------- /man/tpm2_pcrevent.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_pcrevent.1.md -------------------------------------------------------------------------------- /man/tpm2_pcrextend.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_pcrextend.1.md -------------------------------------------------------------------------------- /man/tpm2_pcrread.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_pcrread.1.md -------------------------------------------------------------------------------- /man/tpm2_pcrreset.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_pcrreset.1.md -------------------------------------------------------------------------------- /man/tpm2_policyauthorize.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyauthorize.1.md -------------------------------------------------------------------------------- /man/tpm2_policyauthorizenv.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyauthorizenv.1.md -------------------------------------------------------------------------------- /man/tpm2_policyauthvalue.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyauthvalue.1.md -------------------------------------------------------------------------------- /man/tpm2_policycommandcode.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policycommandcode.1.md -------------------------------------------------------------------------------- /man/tpm2_policycountertimer.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policycountertimer.1.md -------------------------------------------------------------------------------- /man/tpm2_policycphash.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policycphash.1.md -------------------------------------------------------------------------------- /man/tpm2_policyduplicationselect.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyduplicationselect.1.md -------------------------------------------------------------------------------- /man/tpm2_policylocality.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policylocality.1.md -------------------------------------------------------------------------------- /man/tpm2_policynamehash.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policynamehash.1.md -------------------------------------------------------------------------------- /man/tpm2_policynv.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policynv.1.md -------------------------------------------------------------------------------- /man/tpm2_policynvwritten.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policynvwritten.1.md -------------------------------------------------------------------------------- /man/tpm2_policyor.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyor.1.md -------------------------------------------------------------------------------- /man/tpm2_policypassword.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policypassword.1.md -------------------------------------------------------------------------------- /man/tpm2_policypcr.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policypcr.1.md -------------------------------------------------------------------------------- /man/tpm2_policyrestart.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyrestart.1.md -------------------------------------------------------------------------------- /man/tpm2_policysecret.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policysecret.1.md -------------------------------------------------------------------------------- /man/tpm2_policysigned.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policysigned.1.md -------------------------------------------------------------------------------- /man/tpm2_policytemplate.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policytemplate.1.md -------------------------------------------------------------------------------- /man/tpm2_policyticket.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_policyticket.1.md -------------------------------------------------------------------------------- /man/tpm2_print.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_print.1.md -------------------------------------------------------------------------------- /man/tpm2_quote.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_quote.1.md -------------------------------------------------------------------------------- /man/tpm2_rc_decode.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_rc_decode.1.md -------------------------------------------------------------------------------- /man/tpm2_readclock.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_readclock.1.md -------------------------------------------------------------------------------- /man/tpm2_readpublic.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_readpublic.1.md -------------------------------------------------------------------------------- /man/tpm2_rsadecrypt.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_rsadecrypt.1.md -------------------------------------------------------------------------------- /man/tpm2_rsaencrypt.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_rsaencrypt.1.md -------------------------------------------------------------------------------- /man/tpm2_selftest.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_selftest.1.md -------------------------------------------------------------------------------- /man/tpm2_send.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_send.1.md -------------------------------------------------------------------------------- /man/tpm2_sessionconfig.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_sessionconfig.1.md -------------------------------------------------------------------------------- /man/tpm2_setclock.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_setclock.1.md -------------------------------------------------------------------------------- /man/tpm2_setcommandauditstatus.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_setcommandauditstatus.1.md -------------------------------------------------------------------------------- /man/tpm2_setprimarypolicy.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_setprimarypolicy.1.md -------------------------------------------------------------------------------- /man/tpm2_shutdown.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_shutdown.1.md -------------------------------------------------------------------------------- /man/tpm2_sign.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_sign.1.md -------------------------------------------------------------------------------- /man/tpm2_startauthsession.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_startauthsession.1.md -------------------------------------------------------------------------------- /man/tpm2_startup.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_startup.1.md -------------------------------------------------------------------------------- /man/tpm2_stirrandom.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_stirrandom.1.md -------------------------------------------------------------------------------- /man/tpm2_testparms.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_testparms.1.md -------------------------------------------------------------------------------- /man/tpm2_tr_encode.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_tr_encode.1.md -------------------------------------------------------------------------------- /man/tpm2_unseal.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_unseal.1.md -------------------------------------------------------------------------------- /man/tpm2_verifysignature.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_verifysignature.1.md -------------------------------------------------------------------------------- /man/tpm2_zgen2phase.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tpm2_zgen2phase.1.md -------------------------------------------------------------------------------- /man/tss2_authorizepolicy.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_authorizepolicy.1.md -------------------------------------------------------------------------------- /man/tss2_changeauth.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_changeauth.1.md -------------------------------------------------------------------------------- /man/tss2_createkey.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_createkey.1.md -------------------------------------------------------------------------------- /man/tss2_createnv.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_createnv.1.md -------------------------------------------------------------------------------- /man/tss2_createseal.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_createseal.1.md -------------------------------------------------------------------------------- /man/tss2_decrypt.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_decrypt.1.md -------------------------------------------------------------------------------- /man/tss2_delete.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_delete.1.md -------------------------------------------------------------------------------- /man/tss2_encrypt.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_encrypt.1.md -------------------------------------------------------------------------------- /man/tss2_exportkey.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_exportkey.1.md -------------------------------------------------------------------------------- /man/tss2_exportpolicy.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_exportpolicy.1.md -------------------------------------------------------------------------------- /man/tss2_getappdata.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_getappdata.1.md -------------------------------------------------------------------------------- /man/tss2_getcertificate.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_getcertificate.1.md -------------------------------------------------------------------------------- /man/tss2_getdescription.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_getdescription.1.md -------------------------------------------------------------------------------- /man/tss2_getinfo.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_getinfo.1.md -------------------------------------------------------------------------------- /man/tss2_getplatformcertificates.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_getplatformcertificates.1.md -------------------------------------------------------------------------------- /man/tss2_getrandom.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_getrandom.1.md -------------------------------------------------------------------------------- /man/tss2_gettpm2object.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_gettpm2object.1.md -------------------------------------------------------------------------------- /man/tss2_gettpmblobs.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_gettpmblobs.1.md -------------------------------------------------------------------------------- /man/tss2_import.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_import.1.md -------------------------------------------------------------------------------- /man/tss2_list.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_list.1.md -------------------------------------------------------------------------------- /man/tss2_nvextend.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_nvextend.1.md -------------------------------------------------------------------------------- /man/tss2_nvincrement.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_nvincrement.1.md -------------------------------------------------------------------------------- /man/tss2_nvread.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_nvread.1.md -------------------------------------------------------------------------------- /man/tss2_nvsetbits.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_nvsetbits.1.md -------------------------------------------------------------------------------- /man/tss2_nvwrite.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_nvwrite.1.md -------------------------------------------------------------------------------- /man/tss2_pcrextend.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_pcrextend.1.md -------------------------------------------------------------------------------- /man/tss2_pcrread.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_pcrread.1.md -------------------------------------------------------------------------------- /man/tss2_provision.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_provision.1.md -------------------------------------------------------------------------------- /man/tss2_quote.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_quote.1.md -------------------------------------------------------------------------------- /man/tss2_setappdata.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_setappdata.1.md -------------------------------------------------------------------------------- /man/tss2_setcertificate.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_setcertificate.1.md -------------------------------------------------------------------------------- /man/tss2_setdescription.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_setdescription.1.md -------------------------------------------------------------------------------- /man/tss2_sign.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_sign.1.md -------------------------------------------------------------------------------- /man/tss2_unseal.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_unseal.1.md -------------------------------------------------------------------------------- /man/tss2_verifyquote.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_verifyquote.1.md -------------------------------------------------------------------------------- /man/tss2_verifysignature.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_verifysignature.1.md -------------------------------------------------------------------------------- /man/tss2_writeauthorizenv.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/man/tss2_writeauthorizenv.1.md -------------------------------------------------------------------------------- /misc/coding_standard_c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/misc/coding_standard_c.md -------------------------------------------------------------------------------- /misc/formatters/tpm2.0-eclipse-cdt-formatter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/misc/formatters/tpm2.0-eclipse-cdt-formatter.xml -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /scripts/utils/check_endorsement_cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/scripts/utils/check_endorsement_cert.sh -------------------------------------------------------------------------------- /scripts/utils/icert2pem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/scripts/utils/icert2pem.sh -------------------------------------------------------------------------------- /scripts/utils/icert_ondie_ca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/scripts/utils/icert_ondie_ca.sh -------------------------------------------------------------------------------- /scripts/utils/man_to_bashcompletion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/scripts/utils/man_to_bashcompletion.sh -------------------------------------------------------------------------------- /scripts/utils/sm_algorithm_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/scripts/utils/sm_algorithm_test.sh -------------------------------------------------------------------------------- /scripts/utils/tcgRSApub2PemDer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/scripts/utils/tcgRSApub2PemDer.sh -------------------------------------------------------------------------------- /test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/.gitignore -------------------------------------------------------------------------------- /test/integration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/README.md -------------------------------------------------------------------------------- /test/integration/fapi/fapi-authorize-policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-authorize-policy.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-branch-select.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-branch-select.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-encrypt-decrypt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-encrypt-decrypt.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-export-key.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-export-key.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-export-policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-export-policy.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-get-info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-get-info.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-get-platform-certificates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-get-platform-certificates.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-get-random.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-get-random.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-get-tpm-blobs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-get-tpm-blobs.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-gettpm2object.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-gettpm2object.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-key-change-auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-key-change-auth.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-list.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-extend.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-extend.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-increment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-increment.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-set-bits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-set-bits.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-write-authorize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-write-authorize.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-write-read-policy-or.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-write-read-policy-or.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-write-read-policy-or2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-write-read-policy-or2.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-nv-write-read.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-nv-write-read.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-pcr-extend-read.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-pcr-extend-read.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-policy_signed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-policy_signed.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-policy_signed_delegation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-policy_signed_delegation.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-provision.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-provision.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-quote-verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-quote-verify.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-seal-unseal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-seal-unseal.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-set-get-app-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-set-get-app-data.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-set-get-certificate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-set-get-certificate.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-set-get-description.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-set-get-description.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-sign-verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-sign-verify.sh -------------------------------------------------------------------------------- /test/integration/fapi/fapi-testing-template.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fapi/fapi-testing-template.sh -------------------------------------------------------------------------------- /test/integration/fixtures/ek-template-default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/ek-template-default.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-arch-linux.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-arch-linux.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-arch-linux.bin.warn: -------------------------------------------------------------------------------- 1 | WARN: Event 24's digest does not match its payload 2 | -------------------------------------------------------------------------------- /test/integration/fixtures/event-bootorder.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-bootorder.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-gce-ubuntu-2104-log.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-gce-ubuntu-2104-log.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-moklisttrusted-hex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-moklisttrusted-hex.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-moklisttrusted.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-moklisttrusted.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-postcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-postcode.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-arch-linux.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-arch-linux.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-bootorder.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-bootorder.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-gce-ubuntu-2104-log.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-gce-ubuntu-2104-log.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-moklisttrusted.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-moklisttrusted.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-postcode.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-postcode.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-sd-boot-fedora37.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-sd-boot-fedora37.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-uefi-sha1-log.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-uefi-sha1-log.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-uefiaction.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-uefiaction.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-uefiservices.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-uefiservices.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty-39/event-uefivar.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty-39/event-uefivar.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-arch-linux.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-arch-linux.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-bootorder.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-bootorder.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-gce-ubuntu-2104-log.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-gce-ubuntu-2104-log.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-moklisttrusted.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-moklisttrusted.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-postcode.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-postcode.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-sd-boot-fedora37.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-sd-boot-fedora37.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-uefi-sha1-log.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-uefi-sha1-log.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-uefiaction.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-uefiaction.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-uefiservices.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-uefiservices.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-pretty/event-uefivar.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-pretty/event-uefivar.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-arch-linux.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-arch-linux.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-bootorder.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-bootorder.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-gce-ubuntu-2104-log.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-gce-ubuntu-2104-log.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-moklisttrusted.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-moklisttrusted.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-postcode.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-postcode.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-sd-boot-fedora37.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-sd-boot-fedora37.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-uefi-sha1-log.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-uefi-sha1-log.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-uefiaction.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-uefiaction.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-uefiservices.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-uefiservices.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-raw/event-uefivar.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-raw/event-uefivar.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/event-sd-boot-fedora37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-sd-boot-fedora37.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-uefi-sha1-log.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-uefi-sha1-log.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-uefiaction.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-uefiaction.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-uefiservices.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-uefiservices.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event-uefivar.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event-uefivar.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event.bin -------------------------------------------------------------------------------- /test/integration/fixtures/event.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/event.bin.yaml -------------------------------------------------------------------------------- /test/integration/fixtures/get-capability-tpm-prop-fixed.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/get-capability-tpm-prop-fixed.bin -------------------------------------------------------------------------------- /test/integration/fixtures/specid-vendordata.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/specid-vendordata.bin -------------------------------------------------------------------------------- /test/integration/fixtures/specid-vendordata.bin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/fixtures/specid-vendordata.bin.yaml -------------------------------------------------------------------------------- /test/integration/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/helpers.sh -------------------------------------------------------------------------------- /test/integration/tests/X509certutil.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/X509certutil.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_extended-sessions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_extended-sessions.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_nvundefinespecial.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_nvundefinespecial.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policyauthorize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policyauthorize.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policyauthorizenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policyauthorizenv.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policyauthvalue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policyauthvalue.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policycommandcode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policycommandcode.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policycountertimer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policycountertimer.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policycphash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policycphash.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policyduplicationselect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policyduplicationselect.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policynamehash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policynamehash.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policynv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policynv.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policynvwritten.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policynvwritten.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policyor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policyor.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policypassword.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policypassword.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policypcr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policypcr.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policysecret.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policysecret.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policysigned.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policysigned.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policytemplate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policytemplate.sh -------------------------------------------------------------------------------- /test/integration/tests/abrmd_policyticket.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/abrmd_policyticket.sh -------------------------------------------------------------------------------- /test/integration/tests/activecredential.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/activecredential.sh -------------------------------------------------------------------------------- /test/integration/tests/activecredential_ecc_384.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/activecredential_ecc_384.sh -------------------------------------------------------------------------------- /test/integration/tests/attestation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/attestation.sh -------------------------------------------------------------------------------- /test/integration/tests/certify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/certify.sh -------------------------------------------------------------------------------- /test/integration/tests/certifycreation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/certifycreation.sh -------------------------------------------------------------------------------- /test/integration/tests/changeauth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/changeauth.sh -------------------------------------------------------------------------------- /test/integration/tests/changeeps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/changeeps.sh -------------------------------------------------------------------------------- /test/integration/tests/changepps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/changepps.sh -------------------------------------------------------------------------------- /test/integration/tests/checkquote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/checkquote.sh -------------------------------------------------------------------------------- /test/integration/tests/clear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/clear.sh -------------------------------------------------------------------------------- /test/integration/tests/clearcontrol.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/clearcontrol.sh -------------------------------------------------------------------------------- /test/integration/tests/clockrateadjust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/clockrateadjust.sh -------------------------------------------------------------------------------- /test/integration/tests/commandaudit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/commandaudit.sh -------------------------------------------------------------------------------- /test/integration/tests/create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/create.sh -------------------------------------------------------------------------------- /test/integration/tests/createak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/createak.sh -------------------------------------------------------------------------------- /test/integration/tests/createek.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/createek.sh -------------------------------------------------------------------------------- /test/integration/tests/createpolicy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/createpolicy.sh -------------------------------------------------------------------------------- /test/integration/tests/createprimary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/createprimary.sh -------------------------------------------------------------------------------- /test/integration/tests/dictionarylockout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/dictionarylockout.sh -------------------------------------------------------------------------------- /test/integration/tests/duplicate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/duplicate.sh -------------------------------------------------------------------------------- /test/integration/tests/ecc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/ecc.sh -------------------------------------------------------------------------------- /test/integration/tests/encodeobject.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/encodeobject.sh -------------------------------------------------------------------------------- /test/integration/tests/encryptdecrypt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/encryptdecrypt.sh -------------------------------------------------------------------------------- /test/integration/tests/eventlog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/eventlog.sh -------------------------------------------------------------------------------- /test/integration/tests/evictcontrol.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/evictcontrol.sh -------------------------------------------------------------------------------- /test/integration/tests/flushcontext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/flushcontext.sh -------------------------------------------------------------------------------- /test/integration/tests/forward-seal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/forward-seal.sh -------------------------------------------------------------------------------- /test/integration/tests/getcap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/getcap.sh -------------------------------------------------------------------------------- /test/integration/tests/getekcertificate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/getekcertificate.sh -------------------------------------------------------------------------------- /test/integration/tests/getpolicydigest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/getpolicydigest.sh -------------------------------------------------------------------------------- /test/integration/tests/getrandom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/getrandom.sh -------------------------------------------------------------------------------- /test/integration/tests/gettestresult.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/gettestresult.sh -------------------------------------------------------------------------------- /test/integration/tests/gettime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/gettime.sh -------------------------------------------------------------------------------- /test/integration/tests/hash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/hash.sh -------------------------------------------------------------------------------- /test/integration/tests/hierarchycontrol.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/hierarchycontrol.sh -------------------------------------------------------------------------------- /test/integration/tests/hmac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/hmac.sh -------------------------------------------------------------------------------- /test/integration/tests/import.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/import.sh -------------------------------------------------------------------------------- /test/integration/tests/import_tpm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/import_tpm.sh -------------------------------------------------------------------------------- /test/integration/tests/incrementalselftest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/incrementalselftest.sh -------------------------------------------------------------------------------- /test/integration/tests/load.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/load.sh -------------------------------------------------------------------------------- /test/integration/tests/loadexternal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/loadexternal.sh -------------------------------------------------------------------------------- /test/integration/tests/makecredential.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/makecredential.sh -------------------------------------------------------------------------------- /test/integration/tests/nv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/nv.sh -------------------------------------------------------------------------------- /test/integration/tests/nvcertify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/nvcertify.sh -------------------------------------------------------------------------------- /test/integration/tests/nvinc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/nvinc.sh -------------------------------------------------------------------------------- /test/integration/tests/output_formats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/output_formats.sh -------------------------------------------------------------------------------- /test/integration/tests/pcrallocate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/pcrallocate.sh -------------------------------------------------------------------------------- /test/integration/tests/pcrevent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/pcrevent.sh -------------------------------------------------------------------------------- /test/integration/tests/pcrextend.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/pcrextend.sh -------------------------------------------------------------------------------- /test/integration/tests/pcrlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/pcrlist.sh -------------------------------------------------------------------------------- /test/integration/tests/pcrreset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/pcrreset.sh -------------------------------------------------------------------------------- /test/integration/tests/pcrs_format.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/pcrs_format.sh -------------------------------------------------------------------------------- /test/integration/tests/print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/print.sh -------------------------------------------------------------------------------- /test/integration/tests/quote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/quote.sh -------------------------------------------------------------------------------- /test/integration/tests/rc_decode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/rc_decode.sh -------------------------------------------------------------------------------- /test/integration/tests/readclock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/readclock.sh -------------------------------------------------------------------------------- /test/integration/tests/readpublic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/readpublic.sh -------------------------------------------------------------------------------- /test/integration/tests/rsadecrypt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/rsadecrypt.sh -------------------------------------------------------------------------------- /test/integration/tests/rsaencrypt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/rsaencrypt.sh -------------------------------------------------------------------------------- /test/integration/tests/selftest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/selftest.sh -------------------------------------------------------------------------------- /test/integration/tests/send-tcti-cmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/send-tcti-cmd.sh -------------------------------------------------------------------------------- /test/integration/tests/send.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/send.sh -------------------------------------------------------------------------------- /test/integration/tests/sessionaudit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/sessionaudit.sh -------------------------------------------------------------------------------- /test/integration/tests/sessionconfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/sessionconfig.sh -------------------------------------------------------------------------------- /test/integration/tests/setclock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/setclock.sh -------------------------------------------------------------------------------- /test/integration/tests/setprimarypolicy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/setprimarypolicy.sh -------------------------------------------------------------------------------- /test/integration/tests/sign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/sign.sh -------------------------------------------------------------------------------- /test/integration/tests/startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/startup.sh -------------------------------------------------------------------------------- /test/integration/tests/stirrandom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/stirrandom.sh -------------------------------------------------------------------------------- /test/integration/tests/symlink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/symlink.sh -------------------------------------------------------------------------------- /test/integration/tests/testparms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/testparms.sh -------------------------------------------------------------------------------- /test/integration/tests/toggle_options.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/toggle_options.sh -------------------------------------------------------------------------------- /test/integration/tests/tr_encode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/tr_encode.sh -------------------------------------------------------------------------------- /test/integration/tests/unseal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/unseal.sh -------------------------------------------------------------------------------- /test/integration/tests/verifysignature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/integration/tests/verifysignature.sh -------------------------------------------------------------------------------- /test/scripts/echo_tcti.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/scripts/echo_tcti.py -------------------------------------------------------------------------------- /test/unit/esys_stubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/esys_stubs.h -------------------------------------------------------------------------------- /test/unit/test_cc_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_cc_util.c -------------------------------------------------------------------------------- /test/unit/test_files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_files.c -------------------------------------------------------------------------------- /test/unit/test_object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_object.c -------------------------------------------------------------------------------- /test/unit/test_options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_options.c -------------------------------------------------------------------------------- /test/unit/test_pcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_pcr.c -------------------------------------------------------------------------------- /test/unit/test_session_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_session_common.h -------------------------------------------------------------------------------- /test/unit/test_string_bytes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_string_bytes.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_alg_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_alg_util.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_attr_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_attr_util.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_auth_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_auth_util.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_errata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_errata.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_eventlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_eventlog.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_eventlog_yaml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_eventlog_yaml.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_header.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_policy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_policy.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_session.c -------------------------------------------------------------------------------- /test/unit/test_tpm2_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/test_tpm2_util.c -------------------------------------------------------------------------------- /test/unit/vendor_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/test/unit/vendor_tests.sh -------------------------------------------------------------------------------- /tools/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/.gitignore -------------------------------------------------------------------------------- /tools/fapi/tss2_authorizepolicy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_authorizepolicy.c -------------------------------------------------------------------------------- /tools/fapi/tss2_changeauth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_changeauth.c -------------------------------------------------------------------------------- /tools/fapi/tss2_createkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_createkey.c -------------------------------------------------------------------------------- /tools/fapi/tss2_createnv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_createnv.c -------------------------------------------------------------------------------- /tools/fapi/tss2_createseal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_createseal.c -------------------------------------------------------------------------------- /tools/fapi/tss2_decrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_decrypt.c -------------------------------------------------------------------------------- /tools/fapi/tss2_delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_delete.c -------------------------------------------------------------------------------- /tools/fapi/tss2_encrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_encrypt.c -------------------------------------------------------------------------------- /tools/fapi/tss2_exportkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_exportkey.c -------------------------------------------------------------------------------- /tools/fapi/tss2_exportpolicy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_exportpolicy.c -------------------------------------------------------------------------------- /tools/fapi/tss2_getappdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_getappdata.c -------------------------------------------------------------------------------- /tools/fapi/tss2_getcertificate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_getcertificate.c -------------------------------------------------------------------------------- /tools/fapi/tss2_getdescription.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_getdescription.c -------------------------------------------------------------------------------- /tools/fapi/tss2_getinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_getinfo.c -------------------------------------------------------------------------------- /tools/fapi/tss2_getplatformcertificates.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_getplatformcertificates.c -------------------------------------------------------------------------------- /tools/fapi/tss2_getrandom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_getrandom.c -------------------------------------------------------------------------------- /tools/fapi/tss2_gettpm2object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_gettpm2object.c -------------------------------------------------------------------------------- /tools/fapi/tss2_gettpmblobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_gettpmblobs.c -------------------------------------------------------------------------------- /tools/fapi/tss2_import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_import.c -------------------------------------------------------------------------------- /tools/fapi/tss2_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_list.c -------------------------------------------------------------------------------- /tools/fapi/tss2_nvextend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_nvextend.c -------------------------------------------------------------------------------- /tools/fapi/tss2_nvincrement.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_nvincrement.c -------------------------------------------------------------------------------- /tools/fapi/tss2_nvread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_nvread.c -------------------------------------------------------------------------------- /tools/fapi/tss2_nvsetbits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_nvsetbits.c -------------------------------------------------------------------------------- /tools/fapi/tss2_nvwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_nvwrite.c -------------------------------------------------------------------------------- /tools/fapi/tss2_pcrextend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_pcrextend.c -------------------------------------------------------------------------------- /tools/fapi/tss2_pcrread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_pcrread.c -------------------------------------------------------------------------------- /tools/fapi/tss2_provision.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_provision.c -------------------------------------------------------------------------------- /tools/fapi/tss2_quote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_quote.c -------------------------------------------------------------------------------- /tools/fapi/tss2_setappdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_setappdata.c -------------------------------------------------------------------------------- /tools/fapi/tss2_setcertificate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_setcertificate.c -------------------------------------------------------------------------------- /tools/fapi/tss2_setdescription.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_setdescription.c -------------------------------------------------------------------------------- /tools/fapi/tss2_sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_sign.c -------------------------------------------------------------------------------- /tools/fapi/tss2_template.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_template.c -------------------------------------------------------------------------------- /tools/fapi/tss2_template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_template.h -------------------------------------------------------------------------------- /tools/fapi/tss2_unseal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_unseal.c -------------------------------------------------------------------------------- /tools/fapi/tss2_verifyquote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_verifyquote.c -------------------------------------------------------------------------------- /tools/fapi/tss2_verifysignature.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_verifysignature.c -------------------------------------------------------------------------------- /tools/fapi/tss2_writeauthorizenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/fapi/tss2_writeauthorizenv.c -------------------------------------------------------------------------------- /tools/misc/tpm2_certifyX509certutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_certifyX509certutil.c -------------------------------------------------------------------------------- /tools/misc/tpm2_checkquote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_checkquote.c -------------------------------------------------------------------------------- /tools/misc/tpm2_encodeobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_encodeobject.c -------------------------------------------------------------------------------- /tools/misc/tpm2_eventlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_eventlog.c -------------------------------------------------------------------------------- /tools/misc/tpm2_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_print.c -------------------------------------------------------------------------------- /tools/misc/tpm2_rc_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_rc_decode.c -------------------------------------------------------------------------------- /tools/misc/tpm2_tr_encode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/misc/tpm2_tr_encode.c -------------------------------------------------------------------------------- /tools/tpm2_activatecredential.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_activatecredential.c -------------------------------------------------------------------------------- /tools/tpm2_certify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_certify.c -------------------------------------------------------------------------------- /tools/tpm2_certifycreation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_certifycreation.c -------------------------------------------------------------------------------- /tools/tpm2_changeauth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_changeauth.c -------------------------------------------------------------------------------- /tools/tpm2_changeeps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_changeeps.c -------------------------------------------------------------------------------- /tools/tpm2_changepps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_changepps.c -------------------------------------------------------------------------------- /tools/tpm2_clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_clear.c -------------------------------------------------------------------------------- /tools/tpm2_clearcontrol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_clearcontrol.c -------------------------------------------------------------------------------- /tools/tpm2_clockrateadjust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_clockrateadjust.c -------------------------------------------------------------------------------- /tools/tpm2_commit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_commit.c -------------------------------------------------------------------------------- /tools/tpm2_create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_create.c -------------------------------------------------------------------------------- /tools/tpm2_createak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_createak.c -------------------------------------------------------------------------------- /tools/tpm2_createek.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_createek.c -------------------------------------------------------------------------------- /tools/tpm2_createpolicy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_createpolicy.c -------------------------------------------------------------------------------- /tools/tpm2_createprimary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_createprimary.c -------------------------------------------------------------------------------- /tools/tpm2_dictionarylockout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_dictionarylockout.c -------------------------------------------------------------------------------- /tools/tpm2_duplicate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_duplicate.c -------------------------------------------------------------------------------- /tools/tpm2_ecdhkeygen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_ecdhkeygen.c -------------------------------------------------------------------------------- /tools/tpm2_ecdhzgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_ecdhzgen.c -------------------------------------------------------------------------------- /tools/tpm2_ecephemeral.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_ecephemeral.c -------------------------------------------------------------------------------- /tools/tpm2_encryptdecrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_encryptdecrypt.c -------------------------------------------------------------------------------- /tools/tpm2_evictcontrol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_evictcontrol.c -------------------------------------------------------------------------------- /tools/tpm2_flushcontext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_flushcontext.c -------------------------------------------------------------------------------- /tools/tpm2_getcap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_getcap.c -------------------------------------------------------------------------------- /tools/tpm2_getcommandauditdigest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_getcommandauditdigest.c -------------------------------------------------------------------------------- /tools/tpm2_geteccparameters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_geteccparameters.c -------------------------------------------------------------------------------- /tools/tpm2_getekcertificate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_getekcertificate.c -------------------------------------------------------------------------------- /tools/tpm2_getpolicydigest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_getpolicydigest.c -------------------------------------------------------------------------------- /tools/tpm2_getrandom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_getrandom.c -------------------------------------------------------------------------------- /tools/tpm2_getsessionauditdigest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_getsessionauditdigest.c -------------------------------------------------------------------------------- /tools/tpm2_gettestresult.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_gettestresult.c -------------------------------------------------------------------------------- /tools/tpm2_gettime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_gettime.c -------------------------------------------------------------------------------- /tools/tpm2_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_hash.c -------------------------------------------------------------------------------- /tools/tpm2_hierarchycontrol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_hierarchycontrol.c -------------------------------------------------------------------------------- /tools/tpm2_hmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_hmac.c -------------------------------------------------------------------------------- /tools/tpm2_import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_import.c -------------------------------------------------------------------------------- /tools/tpm2_incrementalselftest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_incrementalselftest.c -------------------------------------------------------------------------------- /tools/tpm2_load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_load.c -------------------------------------------------------------------------------- /tools/tpm2_loadexternal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_loadexternal.c -------------------------------------------------------------------------------- /tools/tpm2_makecredential.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_makecredential.c -------------------------------------------------------------------------------- /tools/tpm2_nvcertify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvcertify.c -------------------------------------------------------------------------------- /tools/tpm2_nvdefine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvdefine.c -------------------------------------------------------------------------------- /tools/tpm2_nvextend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvextend.c -------------------------------------------------------------------------------- /tools/tpm2_nvincrement.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvincrement.c -------------------------------------------------------------------------------- /tools/tpm2_nvread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvread.c -------------------------------------------------------------------------------- /tools/tpm2_nvreadlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvreadlock.c -------------------------------------------------------------------------------- /tools/tpm2_nvreadpublic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvreadpublic.c -------------------------------------------------------------------------------- /tools/tpm2_nvsetbits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvsetbits.c -------------------------------------------------------------------------------- /tools/tpm2_nvundefine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvundefine.c -------------------------------------------------------------------------------- /tools/tpm2_nvwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvwrite.c -------------------------------------------------------------------------------- /tools/tpm2_nvwritelock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_nvwritelock.c -------------------------------------------------------------------------------- /tools/tpm2_pcrallocate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_pcrallocate.c -------------------------------------------------------------------------------- /tools/tpm2_pcrevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_pcrevent.c -------------------------------------------------------------------------------- /tools/tpm2_pcrextend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_pcrextend.c -------------------------------------------------------------------------------- /tools/tpm2_pcrread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_pcrread.c -------------------------------------------------------------------------------- /tools/tpm2_pcrreset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_pcrreset.c -------------------------------------------------------------------------------- /tools/tpm2_policyauthorize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyauthorize.c -------------------------------------------------------------------------------- /tools/tpm2_policyauthorizenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyauthorizenv.c -------------------------------------------------------------------------------- /tools/tpm2_policyauthvalue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyauthvalue.c -------------------------------------------------------------------------------- /tools/tpm2_policycommandcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policycommandcode.c -------------------------------------------------------------------------------- /tools/tpm2_policycountertimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policycountertimer.c -------------------------------------------------------------------------------- /tools/tpm2_policycphash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policycphash.c -------------------------------------------------------------------------------- /tools/tpm2_policyduplicationselect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyduplicationselect.c -------------------------------------------------------------------------------- /tools/tpm2_policylocality.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policylocality.c -------------------------------------------------------------------------------- /tools/tpm2_policynamehash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policynamehash.c -------------------------------------------------------------------------------- /tools/tpm2_policynv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policynv.c -------------------------------------------------------------------------------- /tools/tpm2_policynvwritten.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policynvwritten.c -------------------------------------------------------------------------------- /tools/tpm2_policyor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyor.c -------------------------------------------------------------------------------- /tools/tpm2_policypassword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policypassword.c -------------------------------------------------------------------------------- /tools/tpm2_policypcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policypcr.c -------------------------------------------------------------------------------- /tools/tpm2_policyrestart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyrestart.c -------------------------------------------------------------------------------- /tools/tpm2_policysecret.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policysecret.c -------------------------------------------------------------------------------- /tools/tpm2_policysigned.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policysigned.c -------------------------------------------------------------------------------- /tools/tpm2_policytemplate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policytemplate.c -------------------------------------------------------------------------------- /tools/tpm2_policyticket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_policyticket.c -------------------------------------------------------------------------------- /tools/tpm2_quote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_quote.c -------------------------------------------------------------------------------- /tools/tpm2_readclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_readclock.c -------------------------------------------------------------------------------- /tools/tpm2_readpublic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_readpublic.c -------------------------------------------------------------------------------- /tools/tpm2_rsadecrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_rsadecrypt.c -------------------------------------------------------------------------------- /tools/tpm2_rsaencrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_rsaencrypt.c -------------------------------------------------------------------------------- /tools/tpm2_selftest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_selftest.c -------------------------------------------------------------------------------- /tools/tpm2_send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_send.c -------------------------------------------------------------------------------- /tools/tpm2_sessionconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_sessionconfig.c -------------------------------------------------------------------------------- /tools/tpm2_setclock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_setclock.c -------------------------------------------------------------------------------- /tools/tpm2_setcommandauditstatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_setcommandauditstatus.c -------------------------------------------------------------------------------- /tools/tpm2_setprimarypolicy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_setprimarypolicy.c -------------------------------------------------------------------------------- /tools/tpm2_shutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_shutdown.c -------------------------------------------------------------------------------- /tools/tpm2_sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_sign.c -------------------------------------------------------------------------------- /tools/tpm2_startauthsession.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_startauthsession.c -------------------------------------------------------------------------------- /tools/tpm2_startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_startup.c -------------------------------------------------------------------------------- /tools/tpm2_stirrandom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_stirrandom.c -------------------------------------------------------------------------------- /tools/tpm2_testparms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_testparms.c -------------------------------------------------------------------------------- /tools/tpm2_tool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_tool.c -------------------------------------------------------------------------------- /tools/tpm2_tool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_tool.h -------------------------------------------------------------------------------- /tools/tpm2_unseal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_unseal.c -------------------------------------------------------------------------------- /tools/tpm2_verifysignature.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_verifysignature.c -------------------------------------------------------------------------------- /tools/tpm2_zgen2phase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpm2-software/tpm2-tools/HEAD/tools/tpm2_zgen2phase.c --------------------------------------------------------------------------------