Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c224 uint8_t* nv_read_cursor = response + kTpmResponseHeaderLength; in TlclRead() local
225 FromTpmUint32(nv_read_cursor, &result_length); in TlclRead()
226 nv_read_cursor += sizeof(uint32_t); in TlclRead()
227 Memcpy(data, nv_read_cursor, result_length); in TlclRead()