Searched refs:tpm_nv_read_cmd (Results 1 – 2 of 2) sorted by relevance
/external/vboot_reference/firmware/lib/tpm_lite/ |
D | tlcl.c | 218 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/ |
D | tlcl_structures.h | 118 } tpm_nv_read_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0x16, 0x0, 0x0, 0x0, 0xcf, }, variable
|