| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2_tests.py | 183 self.client.tpm.write(cmd) 184 hdr = self.client.tpm.read(10) 186 rsp = self.client.tpm.read() 200 self.client.tpm.write(cmd) 202 rsp1 = self.client.tpm.read(15) 205 self.client.tpm.write(cmd) 208 rsp2 = self.client.tpm.read() 223 self.client.tpm.write(cmd) 226 self.client.tpm.write(cmd) 227 rsp = self.client.tpm.read() [all …]
|
| H A D | tpm2.py | 364 self.tpm = open('/dev/tpm0', 'r+b', buffering=0) 366 self.tpm = open('/dev/tpmrm0', 'r+b', buffering=0) 369 flags = fcntl.fcntl(self.tpm, fcntl.F_GETFL) 371 fcntl.fcntl(self.tpm, fcntl.F_SETFL, flags) 375 if self.tpm: 376 self.tpm.close() 379 self.tpm.close() 382 self.tpm.write(cmd) 385 self.tpm_poll.register(self.tpm, select.POLLIN) 388 rsp = self.tpm.read() [all …]
|
| H A D | test_smoke.sh | 8 read tpm_version < /sys/class/tpm/tpm0/tpm_version_major
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 1 What: /sys/class/tpm/tpmX/device/ 9 What: /sys/class/tpm/tpmX/device/active 21 What: /sys/class/tpm/tpmX/device/cancel 29 What: /sys/class/tpm/tpmX/device/caps 46 What: /sys/class/tpm/tpmX/device/durations 69 What: /sys/class/tpm/tpmX/device/enabled 78 What: /sys/class/tpm/tpmX/device/owned 86 What: /sys/class/tpm/tpmX/device/pcrs 109 What: /sys/class/tpm/tpmX/device/pubek 161 What: /sys/class/tpm/tpmX/device/temp_deactivated [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ppi | 1 What: /sys/class/tpm/tpmX/ppi/ 18 What: /sys/class/tpm/tpmX/ppi/version 26 What: /sys/class/tpm/tpmX/ppi/request 36 What: /sys/class/tpm/tpmX/ppi/response 45 What: /sys/class/tpm/tpmX/ppi/transition_action 55 What: /sys/class/tpm/tpmX/ppi/tcg_operations 66 What: /sys/class/tpm/tpmX/ppi/vs_operations
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru-bob.dts | 73 tpm@0 { 85 tpm {
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-moxa-uc-8100-me-t.dts | 74 tpm: tpm@20 { label
|
| /linux/Documentation/security/ |
| H A D | index.rst | 18 tpm/index
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | index.rst | 26 tpm/index
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qcs6490-rb3gen2-industrial-mezzanine.dtso | 16 st33htpm0: tpm@0 {
|
| H A D | sc7280-idp-ec-h1.dtsi | 71 cr50: tpm@0 {
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mp-msc-sm2s-14N0600E.dtsi | 57 tpm-int-hog {
|
| H A D | imx8mm-verdin-mallow.dtsi | 59 tpm@1 {
|
| H A D | imx8mm-phygate-tauri-l.dts | 123 tpm: tpm@1 { label
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-opp-tacoma.dts | 127 /*P0-P7*/ "","","","","","bmc-tpm-reset","","", 458 tpm: tpm@2e { label 459 compatible = "nuvoton,npct75x", "tcg,tpm-tis-i2c";
|
| H A D | aspeed-bmc-ibm-bonnell.dts | 148 /*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","","","", 457 tpm@2e { 458 compatible = "nuvoton,npct75x", "tcg,tpm-tis-i2c";
|
| H A D | aspeed-bmc-ibm-balcones.dts | 152 /*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","", 477 tpm@2e { 478 compatible = "nuvoton,npct75x", "tcg,tpm-tis-i2c";
|
| H A D | aspeed-bmc-portwell-neptune.dts | 131 tpm@20 {
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron.dtsi | 327 tpm: tpm@20 { label 586 tpm { 587 tpm_int_h: tpm-int-h {
|
| /linux/drivers/char/tpm/ |
| H A D | Kconfig | 21 will be called tpm. If unsure, say N. 41 and interposer attacks (see tpm-security.rst). Saying Y 183 can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ 257 source "drivers/char/tpm/st33zp24/Kconfig"
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 202 /sys/class/tpm/tpm0/null_name. If the names do not match, the TPM is 212 .. _TPM Genie: https://www.nccgroup.trust/globalassets/about-us/us/documents/tpm-genie.pdf 214 .. _attack against TPM based Linux disk encryption: https://www.secura.com/blog/tpm-sniffing-attack… 215 …l Profile: https://trustedcomputinggroup.org/resource/tcg-ek-credential-profile-for-tpm-family-2-0/ 216 .. _TCG TPM v2.0 Provisioning Guidance: https://trustedcomputinggroup.org/resource/tcg-tpm-v2-0-pro…
|
| /linux/drivers/firmware/efi/ |
| H A D | Makefile | 14 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o tpm.o
|
| /linux/arch/mips/boot/dts/img/ |
| H A D | pistachio_marduk.dts | 151 tpm@20 {
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62-verdin-mallow.dtsi | 131 tpm@1 {
|
| H A D | k3-am62p-verdin-mallow.dtsi | 133 tpm@1 {
|