Home
last modified time | relevance | path

Searched refs:tpm_extend (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c107 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 Dtpm.c333 rc = tpm_extend(index, in_digest, out_digest); in do_tpm_extend()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h485 uint32_t tpm_extend(uint32_t index, const void *in_digest, void *out_digest);
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhre.c465 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 Dcontrolcenterd-id.c695 hre_tpm_err = tpm_extend(HREG_IDX(dst_spec), dst_reg->digest, in hre_execute_op()
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c411 uint32_t tpm_extend(uint32_t index, const void *in_digest, void *out_digest) in tpm_extend() function