HomeSort by relevance Sort by last modified time
    Searched refs:TestCtx (Results 1 - 8 of 8) sorted by null

  /external/boringssl/src/fipstools/
cavp_sha_test.cc 28 struct TestCtx {
35 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
87 TestCtx ctx = {std::string(argv[1])};
cavp_aes_test.cc 30 struct TestCtx {
42 static bool MonteCarlo(const TestCtx *ctx, FileTest *t,
131 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
161 if (ctx->mode == TestCtx::kKAT) {
197 enum TestCtx::Mode test_mode;
199 test_mode = TestCtx::kKAT;
201 test_mode = TestCtx::kMCT;
218 TestCtx ctx = {cipher, has_iv, test_mode};
cavp_keywrap_test.cc 29 struct TestCtx {
64 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
116 TestCtx ctx = {encrypt};
cavp_rsa2_sigver_test.cc 33 struct TestCtx {
41 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
108 TestCtx ctx;
cavp_sha_monte_test.cc 29 struct TestCtx {
36 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
93 TestCtx ctx = {std::string(argv[1])};
cavp_tdes_test.cc 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
    [all...]
cavp_rsa2_siggen_test.cc 31 struct TestCtx {
39 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
112 TestCtx ctx;
cavp_aes_gcm_test.cc 31 struct TestCtx {
47 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
85 TestCtx *ctx = reinterpret_cast<TestCtx *>(arg);
154 TestCtx ctx = {aead};

Completed in 217 milliseconds