Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2return_codes.h23 VB2_ERROR_BASE = 0x10000000, enumerator
26 VB2_ERROR_UNKNOWN = VB2_ERROR_BASE + 1,
34 VB2_ERROR_SHA = VB2_ERROR_BASE + 0x010000,
51 VB2_ERROR_RSA = VB2_ERROR_BASE + 0x020000,
80 VB2_ERROR_NV = VB2_ERROR_BASE + 0x030000,
91 VB2_ERROR_SECDATA = VB2_ERROR_BASE + 0x040000,
117 VB2_ERROR_COMMON = VB2_ERROR_BASE + 0x050000,
241 VB2_ERROR_KEYBLOCK = VB2_ERROR_BASE + 0x060000,
282 VB2_ERROR_PREAMBLE = VB2_ERROR_BASE + 0x070000,
323 VB2_ERROR_MISC = VB2_ERROR_BASE + 0x080000,
[all …]