Searched defs:test_ctx (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/test/ |
D | ssl_test.c | 31 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result() 42 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts() 100 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol() 121 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername() 132 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket() 146 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id() 159 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression() 166 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn() 179 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn() 192 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data() [all …]
|
D | ssl_test_ctx.c | 105 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value) in parse_expected_result() 137 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert() 142 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert() 164 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol() 222 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername() 279 __owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_ticket() 309 __owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_id() 334 __owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value) in parse_test_method() 381 __owur static int parse_handshake_mode(SSL_TEST_CTX *test_ctx, const char *value) in parse_handshake_mode() 409 __owur static int parse_key_update_type(SSL_TEST_CTX *test_ctx, const char *value) in parse_key_update_type() [all …]
|
D | handshake_helper.c | 886 static void do_reneg_setup_step(const SSL_TEST_CTX *test_ctx, PEER *peer) in do_reneg_setup_step() 1088 static int renegotiate_op(const SSL_TEST_CTX *test_ctx) in renegotiate_op() 1098 static int post_handshake_op(const SSL_TEST_CTX *test_ctx) in post_handshake_op() 1110 static connect_phase_t next_phase(const SSL_TEST_CTX *test_ctx, in next_phase() 1137 static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer, in do_connect_step() 1423 const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra, in do_handshake_internal() 1746 const SSL_TEST_CTX *test_ctx) in do_handshake()
|
/third_party/libuv/test/ |
D | test-ipc-send-recv.c | 43 struct test_ctx { struct 65 static struct test_ctx ctx; argument
|
/third_party/grpc/test/core/bad_connection/ |
D | close_fd_test.cc | 49 typedef struct test_ctx test_ctx; typedef 51 struct test_ctx { struct 68 static test_ctx g_ctx; argument
|
/third_party/ffmpeg/libavutil/tests/ |
D | opt.c | 124 TestContext test_ctx = { 0 }; in main() local 156 TestContext test_ctx = { 0 }; in main() local 176 TestContext test_ctx = { 0 }; in main() local 217 TestContext test_ctx = { 0 }; in main() local 241 TestContext test_ctx = { 0 }; in main() local 328 TestContext test_ctx = { 0 }; in main() local
|
/third_party/grpc/test/core/security/ |
D | alts_security_connector_test.cc | 175 char test_ctx[] = "test serialized context"; in test_alts_peer_to_auth_context_success() local
|
/third_party/pulseaudio/src/tests/ |
D | lo-latency-test.c | 44 pa_lo_test_context test_ctx; variable
|
/third_party/openssl/apps/ |
D | speed.c | 2938 EVP_PKEY_CTX *test_ctx = NULL; in speed_main() local
|