Home
last modified time | relevance | path

Searched defs:test_ctx (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/crypto/openssl/test/
H A Dssl_test.c34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
195 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data()
[all …]
/freebsd-src/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c101 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value) in parse_expected_result()
134 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert()
139 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert()
161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol()
221 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername()
278 __owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_ticket()
308 __owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_id()
333 __owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value) in parse_test_method()
380 __owur static int parse_handshake_mode(SSL_TEST_CTX *test_ctx, const char *value) in parse_handshake_mode()
408 __owur static int parse_key_update_type(SSL_TEST_CTX *test_ctx, const char *value) in parse_key_update_type()
[all …]
H A Dhandshake.c860 do_reneg_setup_step(const SSL_TEST_CTX * test_ctx,PEER * peer) do_reneg_setup_step() argument
1070 renegotiate_op(const SSL_TEST_CTX * test_ctx) renegotiate_op() argument
1080 post_handshake_op(const SSL_TEST_CTX * test_ctx) post_handshake_op() argument
1092 next_phase(const SSL_TEST_CTX * test_ctx,connect_phase_t phase) next_phase() argument
1119 do_connect_step(const SSL_TEST_CTX * test_ctx,PEER * peer,connect_phase_t phase) do_connect_step() argument
1395 do_handshake_internal(SSL_CTX * server_ctx,SSL_CTX * server2_ctx,SSL_CTX * client_ctx,const SSL_TEST_CTX * test_ctx,const SSL_TEST_EXTRA_CONF * extra,SSL_SESSION * session_in,SSL_SESSION * serv_sess_in,SSL_SESSION ** session_out,SSL_SESSION ** serv_sess_out) do_handshake_internal() argument
1723 do_handshake(SSL_CTX * server_ctx,SSL_CTX * server2_ctx,SSL_CTX * client_ctx,SSL_CTX * resume_server_ctx,SSL_CTX * resume_client_ctx,const SSL_TEST_CTX * test_ctx) do_handshake() argument
[all...]
H A Dpkcs12.c29 static OSSL_LIB_CTX *test_ctx = NULL; variable
/freebsd-src/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c78 struct test_ctx { struct
79 const char *name;
80 int fds[2];
81 struct pollfd pfds[2];
82 union {
85 } sin[2];
86 struct test_pkt test_pkts[NPKTS];
87 int nsent;
88 int nrecvd;
89 clockid_t clock;
[all …]
/freebsd-src/tests/sys/kern/
H A Dlistener_wakeup.c207 struct test_ctx { struct
215 struct test_ctx *ctx = data; in sleep_syscall_thread() argument
/freebsd-src/tests/sys/file/
H A Dflock_helper.c1413 struct test_ctx { struct
1422 struct test_ctx *tc = tc_in; in test16_func() argument
/freebsd-src/crypto/openssl/apps/
H A Dspeed.c2616 EVP_PKEY_CTX *test_ctx = NULL; in speed_main() local
2959 EVP_PKEY_CTX *test_ctx = NULL; in speed_main() local