Lines Matching refs:h_reg
79 struct h_reg { struct
134 static struct h_reg pcr_hregs[24];
135 static struct h_reg fix_hregs[COUNT_FIX_HREGS];
136 static struct h_reg var_hregs[8];
381 static int compute_self_hash(struct h_reg *dst) in compute_self_hash()
409 static int compute_second_stage_hash(struct h_reg *dst) in compute_second_stage_hash()
454 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
486 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
489 struct h_reg *result; in access_hreg()
586 static int hre_op_loadkey(struct udevice *tpm, struct h_reg *src_reg, in hre_op_loadkey()
587 struct h_reg *dst_reg, const void *key, in hre_op_loadkey()
623 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
1133 struct h_reg *hash_ptr; in show_self_hash()
1135 struct h_reg hash; in show_self_hash()