Home | History | Annotate | Download | only in include

Lines Matching full:caller

51  * not set or cleared) by the caller.
56 * Verified boot has changed nvdata[]. Caller must save nvdata[] back
62 * Verified boot has changed secdata[]. Caller must save secdata[]
74 * Force recovery mode due to physical user request. Caller may set
80 * Force developer mode enabled. Caller may set this flag when
88 /* RAM should be cleared by caller this boot */
95 * Caller may relocate this between calls to vboot APIs.
99 * Fields which must be initialized by caller.
103 * Flags; see vb2_context_flags. Some flags may only be set by caller
109 * Work buffer, and length in bytes. Caller may relocate this between
110 * calls to vboot APIs; it contains no internal pointers. Caller must
117 * Non-volatile data. Caller must fill this from some non-volatile
119 * vb2api function returns, caller must save the data back to the
125 * Secure data. Caller must fill this from some secure non-volatile
127 * function returns, caller must save the data back to the secure
133 * Context pointer for use by caller. Verified boot never looks at
140 * Fields caller may examine after calling vb2api_fw_phase1(). Caller
146 * this to know where the unused work area starts. Caller may use
370 /* APIs provided by the caller to verified boot */