Searched refs:test_ctx (Results 1 – 5 of 5) sorted by relevance
| /openbmc/obmc-console/test/ |
| H A D | test-client-escape.c | 47 struct test_ctx { struct 159 struct test_ctx ctxs[ARRAY_SIZE(tests)]; 163 struct test_ctx *ctx = &ctxs[fd]; in write_buf_to_fd() 174 struct test_ctx *ctx = &ctxs[fd]; in __read() 195 void run_one_test(size_t idx, struct test *test, struct test_ctx *ctx) in run_one_test()
|
| /openbmc/libmctp/tests/ |
| H A D | test_seq.c | 20 struct test_ctx { struct 31 struct test_ctx *ctx = data; in test_rx() argument 103 static void run_one_test(struct test_ctx *ctx, struct test *test) in run_one_test() 143 struct test_ctx ctx; in main()
|
| H A D | test_eid.c | 16 struct test_ctx { struct 27 struct test_ctx *ctx = data; in test_rx() argument 46 struct test_ctx _ctx, *ctx = &_ctx; in main()
|
| H A D | test_bridge.c | 25 struct test_ctx { struct 86 struct test_ctx _ctx, *ctx = &_ctx; in main()
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
| H A D | 0001-Added-handshake-history-reporting-when-test-fails.patch | 153 static int renegotiate_op(const SSL_TEST_CTX *test_ctx) 155 switch (test_ctx->handshake_mode) { 156 @@ -1169,19 +1245,6 @@ static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer, 352 @@ -388,6 +426,12 @@ static int check_test(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) 353 ret &= check_client_sign_type(result, test_ctx); 354 ret &= check_client_ca_names(result, test_ctx);
|