HomeSort by relevance Sort by last modified time
    Searched refs:tpm_nv_definespace_cmd (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c 186 Memcpy(&cmd, &tpm_nv_definespace_cmd, sizeof(cmd));
187 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.index, index);
188 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.perm, perm);
189 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.size, size);
  /external/vboot_reference/firmware/lib/tpm_lite/include/
tlcl_structures.h 134 } tpm_nv_definespace_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0x65, 0x0, 0x0, 0x0, 0xcc, 0x0, 0x18, 0, 0, 0, 0, 0x0, 0x3, 0, 0, 0, 0x1f, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x0, 0x3, 0, 0, 0, 0x1f, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x0, 0x17, }, variable in typeref:struct:s_tpm_nv_definespace_cmd

Completed in 373 milliseconds