Searched refs:tpm_nv_write_cmd (Results 1 – 2 of 2) sorted by relevance
/external/vboot_reference/firmware/lib/tpm_lite/ |
D | tlcl.c | 200 Memcpy(&cmd, &tpm_nv_write_cmd, sizeof(cmd)); in TlclWrite() 204 ToTpmUint32(cmd.buffer + tpm_nv_write_cmd.index, index); in TlclWrite() 205 ToTpmUint32(cmd.buffer + tpm_nv_write_cmd.length, length); in TlclWrite() 206 Memcpy(cmd.buffer + tpm_nv_write_cmd.data, data, length); in TlclWrite()
|
/external/vboot_reference/firmware/lib/tpm_lite/include/ |
D | tlcl_structures.h | 126 } tpm_nv_write_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcd, }, variable
|