Searched refs:tpm_extend (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tpm_test.c | 107 TPM_CHECK(tpm_extend(1, value_in, value_out)); in test_early_extend() 442 TTPM_CHECK(tpm_extend(0, in, out), 200); in test_timing()
|
| H A D | tpm.c | 333 rc = tpm_extend(index, in_digest, out_digest); in do_tpm_extend()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tpm.h | 485 uint32_t tpm_extend(uint32_t index, const void *in_digest, void *out_digest);
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | hre.c | 465 hre_tpm_err = tpm_extend(HREG_IDX(dst_spec), dst_reg->digest, in hre_execute_op()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 695 hre_tpm_err = tpm_extend(HREG_IDX(dst_spec), dst_reg->digest, in hre_execute_op()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 411 uint32_t tpm_extend(uint32_t index, const void *in_digest, void *out_digest) in tpm_extend() function
|