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

  /external/vboot_reference/firmware/2lib/include/
2api.h 56 * Verified boot has changed nvdata[]. Caller must save nvdata[] back
122 uint8_t nvdata[VB2_NVDATA_SIZE]; member in struct:vb2_context
179 * call, examine vb2_context.flags to determine whether nvdata or secdata
186 * Load nvdata from wherever you keep it.
270 * should check for updates to secdata and/or nvdata, then reboot.
292 * nvdata, then reboot.
303 * nvdata, then reboot.
  /external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c 405 uint8_t* nvdata; local
415 nvdata = response + kTpmResponseHeaderLength + sizeof(size);
416 FromTpmUint32(nvdata + kNvDataPublicPermissionsOffset, permissions);

Completed in 67 milliseconds