Searched defs:tpm (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/drivers/tpm/ |
D | tpm2_tis_sandbox.c | 72 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_check_session() local 190 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_check_readyness() local 243 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_extend() local 262 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_xfer() local 578 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_open() local 590 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_probe() local
|
D | tpm_tis_sandbox.c | 183 struct tpm_state *tpm = dev_get_priv(dev); in sandbox_tpm_xfer() local 329 struct tpm_state *tpm = dev_get_priv(dev); in sandbox_tpm_probe() local
|
/external/u-boot/board/gdsys/a38x/ |
D | hre.c | 102 static int get_tpm_nv_size(struct udevice *tpm, uint32_t index, uint32_t *size) in get_tpm_nv_size() 139 static int find_key(struct udevice *tpm, const uint8_t auth[20], in find_key() 184 static int read_common_data(struct udevice *tpm) in read_common_data() 254 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() 348 static int hre_op_loadkey(struct udevice *tpm, struct h_reg *src_reg, in hre_op_loadkey() 376 static const uint8_t *hre_execute_op(struct udevice *tpm, const uint8_t **ip, in hre_execute_op() 501 int hre_run_program(struct udevice *tpm, const uint8_t *code, size_t code_size) in hre_run_program()
|
D | keyprogram.c | 17 int flush_keys(struct udevice *tpm) in flush_keys() 128 int load_and_run_keyprog(struct udevice *tpm) in load_and_run_keyprog()
|
D | controlcenterdc.c | 279 struct udevice *tpm; in last_stage_init() local
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 265 static int get_tpm_nv_size(struct udevice *tpm, uint32_t index, uint32_t *size) in get_tpm_nv_size() 301 static int find_key(struct udevice *tpm, const uint8_t auth[20], in find_key() 345 static int read_common_data(struct udevice *tpm) in read_common_data() 489 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() 589 static int hre_op_loadkey(struct udevice *tpm, struct h_reg *src_reg, in hre_op_loadkey() 617 static const uint8_t *hre_execute_op(struct udevice *tpm, const uint8_t **ip, in hre_execute_op() 741 static int hre_run_program(struct udevice *tpm, const uint8_t *code, in hre_run_program() 956 static int first_stage_actions(struct udevice *tpm) in first_stage_actions() 997 struct udevice *tpm; in first_stage_init() local 1052 struct udevice *tpm; in second_stage_init() local
|
/external/u-boot/arch/arm/dts/ |
D | rk3399-gru-kevin.dts | 170 tpm: tpm@20 { label
|
D | rk3288-veyron.dtsi | 465 tpm: tpm@20 { label
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | network_VPNConnect.py | 88 def get_vpn_client_properties(self, tpm): argument
|
/external/u-boot/board/gdsys/mpc8308/ |
D | gazerbeam.c | 128 struct udevice *tpm; in last_stage_init() local
|
/external/crosvm/devices/src/virtio/ |
D | mod.rs | 18 mod tpm; module
|