Searched refs:wb_used_before (Results 1 – 4 of 4) sorted by relevance
177 int wb_used_before; in verify_keyblock_tests() local181 wb_used_before = cc.workbuf_used; in verify_keyblock_tests()187 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in verify_keyblock_tests()274 int wb_used_before; in verify_preamble_tests() local279 wb_used_before = cc.workbuf_used; in verify_preamble_tests()283 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in verify_preamble_tests()
202 int wb_used_before; in init_hash_tests() local210 wb_used_before = ctx.workbuf_used; in init_hash_tests()214 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in init_hash_tests()227 wb_used_before = ctx.workbuf_used; in init_hash_tests()230 TEST_EQ(ctx.workbuf_used, wb_used_before, "init hash reuses context"); in init_hash_tests()
236 int wb_used_before; in init_hash_tests() local241 wb_used_before = cc.workbuf_used; in init_hash_tests()245 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in init_hash_tests()256 wb_used_before = cc.workbuf_used; in init_hash_tests()259 TEST_EQ(cc.workbuf_used, wb_used_before, "init hash reuses context"); in init_hash_tests()
184 int wb_used_before; in load_keyblock_tests() local188 wb_used_before = ctx.workbuf_used; in load_keyblock_tests()194 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in load_keyblock_tests()