Home | History | Annotate | Download | only in fipstools

Lines Matching refs:TestCtx

30 struct TestCtx {
43 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
171 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
315 enum TestCtx::Mode test_mode;
317 test_mode = TestCtx::kKAT;
319 test_mode = TestCtx::kMCT;
332 TestCtx ctx = {cipher, has_iv, test_mode};
334 FileTestFunc test_fn = test_mode == TestCtx::kKAT ? &TestKAT : &TestMCT;