Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c121 TPM_CHECK(tpm_nv_read_value(INDEX0, (uint8_t *)&x, sizeof(x))); in test_early_nvram()
206 TPM_CHECK(tpm_nv_read_value(INDEX0, (uint8_t *)&x, sizeof(x))); in test_global_lock()
209 TPM_CHECK(tpm_nv_read_value(INDEX1, (uint8_t *)&x, sizeof(x))); in test_global_lock()
217 TPM_CHECK(tpm_nv_read_value(INDEX0, (uint8_t *)&x, sizeof(x))); in test_global_lock()
222 TPM_CHECK(tpm_nv_read_value(INDEX1, (uint8_t *)&x, sizeof(x))); in test_global_lock()
230 TPM_CHECK(tpm_nv_read_value(INDEX1, (uint8_t *)&x, sizeof(x))); in test_global_lock()
284 if (tpm_nv_read_value(INDEX_INITIALISED, &c, 0) == TPM_BADINDEX) { in test_readonly()
290 read0 = tpm_nv_read_value(INDEX0, (uint8_t *)&index_0, sizeof(index_0)); in test_readonly()
291 read1 = tpm_nv_read_value(INDEX1, (uint8_t *)&index_1, sizeof(index_1)); in test_readonly()
292 read2 = tpm_nv_read_value(INDEX2, (uint8_t *)&index_2, sizeof(index_2)); in test_readonly()
[all …]
H A Dtpm.c288 rc = tpm_nv_read_value(index, data, count); in do_tpm_nv_read_value()
543 err = tpm_nv_read_value(index, data, count); in do_tpm_nv_read()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h461 uint32_t tpm_nv_read_value(uint32_t index, void *data, uint32_t count);
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhre.c189 err = tpm_nv_read_value(NV_COMMON_DATA_INDEX, in read_common_data()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c337 err = tpm_nv_read_value(NV_COMMON_DATA_INDEX, in read_common_data()
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c347 uint32_t tpm_nv_read_value(uint32_t index, void *data, uint32_t count) in tpm_nv_read_value() function