Home
last modified time | relevance | path

Searched refs:tpm_nv_read_cmd (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c218 Memcpy(&cmd, &tpm_nv_read_cmd, sizeof(cmd)); in TlclRead()
219 ToTpmUint32(cmd.buffer + tpm_nv_read_cmd.index, index); in TlclRead()
220 ToTpmUint32(cmd.buffer + tpm_nv_read_cmd.length, length); in TlclRead()
/external/vboot_reference/firmware/lib/tpm_lite/include/
Dtlcl_structures.h118 } tpm_nv_read_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0x16, 0x0, 0x0, 0x0, 0xcf, }, variable