Home | History | Annotate | Download | only in futility

Lines Matching refs:state

70  * Traverse the buffer using the provided state, which should be initialized
74 struct futil_traverse_state_s *state,
78 int futil_cb_show_begin(struct futil_traverse_state_s *state);
79 int futil_cb_show_pubkey(struct futil_traverse_state_s *state);
80 int futil_cb_show_gbb(struct futil_traverse_state_s *state);
81 int futil_cb_show_keyblock(struct futil_traverse_state_s *state);
82 int futil_cb_show_fw_main(struct futil_traverse_state_s *state);
83 int futil_cb_show_fw_preamble(struct futil_traverse_state_s *state);
84 int futil_cb_show_kernel_preamble(struct futil_traverse_state_s *state);
85 int futil_cb_show_privkey(struct futil_traverse_state_s *state);
87 int futil_cb_sign_pubkey(struct futil_traverse_state_s *state);
88 int futil_cb_sign_fw_main(struct futil_traverse_state_s *state);
89 int futil_cb_sign_fw_vblock(struct futil_traverse_state_s *state);
90 int futil_cb_sign_raw_firmware(struct futil_traverse_state_s *state);
91 int futil_cb_resign_kernel_part(struct futil_traverse_state_s *state);
92 int futil_cb_create_kernel_part(struct futil_traverse_state_s *state);
93 int futil_cb_sign_begin(struct futil_traverse_state_s *state);
94 int futil_cb_sign_end(struct futil_traverse_state_s *state);