Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvb20_misc_tests.c177 int wb_used_before; in verify_keyblock_tests() local
181 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() local
279 wb_used_before = cc.workbuf_used; in verify_preamble_tests()
283 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in verify_preamble_tests()
Dvb21_api_tests.c202 int wb_used_before; in init_hash_tests() local
210 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()
Dvb20_api_tests.c236 int wb_used_before; in init_hash_tests() local
241 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()
Dvb21_misc_tests.c184 int wb_used_before; in load_keyblock_tests() local
188 wb_used_before = ctx.workbuf_used; in load_keyblock_tests()
194 (wb_used_before + (VB2_WORKBUF_ALIGN - 1)) & in load_keyblock_tests()