Home | History | Annotate | Download | only in utils

Lines Matching refs:nvram

14     """An object representing TPM NvRam.
17 addr: a number, NvRAm address in TPM.
18 size: a number, count of bites in this NvRam section.
20 version_offset: - a number, offset into the NvRam contents where the the
25 offset of the pattern expected to be present in the NvRam, and the
27 contents: an array of bytes, the contents of the NvRam.
49 raise TpmError('Nvram pattern does not match')
61 """An object to control TPM device's NVRAM.
65 nvrams: A dictionary where the keys are the nvram names, and the values
67 appropriate TPM NvRam sections.
85 for nvram in self.nvrams.itervalues():
86 nvram.init(self.os_if)