Searched refs:test_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c81 struct test_ctx { struct
124 get_clock_type(struct test_ctx *tcp)
141 get_scm_type(struct test_ctx *tcp)
162 get_scm_size(struct test_ctx *tcp)
181 setup_ts_sockopt(struct test_ctx *tcp, int fd)
228 setup_udp(struct test_ctx *tcp)
273 setup_udp6(struct test_ctx *tcp)
311 teardown_udp(struct test_ctx *tcp)
319 send_pkt(struct test_ctx *tcp, int pnum, int fdidx, const char *face)
340 hdr_extract_ts(struct test_ctx *tc
523 struct test_ctx test_ctx; local
[all...]
/freebsd-13-stable/tests/sys/file/
H A Dflock_helper.c1415 struct test_ctx { struct
1424 struct test_ctx *tc = tc_in;
1448 struct test_ctx tc = { .tc_fd = fd };
/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c2938 EVP_PKEY_CTX *test_ctx = NULL; local
3034 if (!(test_ctx = EVP_PKEY_CTX_new(key_B, NULL)) || /* test ctx from skeyB */
3035 !EVP_PKEY_derive_init(test_ctx) || /* init derivation test_ctx */
3036 !EVP_PKEY_derive_set_peer(test_ctx, key_A) || /* set peer pubkey in test_ctx */
3037 !EVP_PKEY_derive(test_ctx, NULL, &test_outlen) || /* determine max length */
3039 !EVP_PKEY_derive(test_ctx, loopargs[i].secret_b, &test_outlen) || /* compute b*A */
3065 EVP_PKEY_CTX_free(test_ctx);
3066 test_ctx
[all...]

Completed in 187 milliseconds