Symbol: check_ctx
crypto/openssl/crypto/evp/exchange.c
388
EVP_PKEY_CTX *check_ctx = NULL;
crypto/openssl/crypto/evp/exchange.c
405
check_ctx = EVP_PKEY_CTX_new_from_pkey(ctx->libctx, peer, ctx->propquery);
crypto/openssl/crypto/evp/exchange.c
406
if (check_ctx == NULL)
crypto/openssl/crypto/evp/exchange.c
408
check = EVP_PKEY_public_check(check_ctx);
crypto/openssl/crypto/evp/exchange.c
409
EVP_PKEY_CTX_free(check_ctx);
crypto/openssl/test/dsatest.c
307
EVP_PKEY_CTX *check_ctx = NULL;
crypto/openssl/test/dsatest.c
315
&& TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, params, NULL))
crypto/openssl/test/dsatest.c
316
&& TEST_int_gt(EVP_PKEY_param_check(check_ctx), 0);
crypto/openssl/test/dsatest.c
319
EVP_PKEY_CTX_free(check_ctx);
crypto/openssl/test/evp_extra_test2.c
1075
EVP_PKEY_CTX *gen_ctx = NULL, *check_ctx = NULL;
crypto/openssl/test/evp_extra_test2.c
1084
&& TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey,
crypto/openssl/test/evp_extra_test2.c
1086
&& TEST_int_eq(EVP_PKEY_param_check(check_ctx), expected);
crypto/openssl/test/evp_extra_test2.c
1087
EVP_PKEY_CTX_free(check_ctx);
tests/sys/kern/unix_stream.c
107
struct check_ctx;
tests/sys/kern/unix_stream.c
108
typedef void check_func_t(struct check_ctx *);
tests/sys/kern/unix_stream.c
127
check_select(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
144
check_poll(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
160
add_kevent(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
178
check_kevent(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
197
add_and_check_kevent(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
222
struct check_ctx *ctx = arg;
tests/sys/kern/unix_stream.c
233
pthread_create_blocked(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
249
full_writability_check(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
285
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
299
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
313
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
327
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
348
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
368
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
390
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
408
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
438
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
469
peershutdown_wakeup(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
488
peershutdown_wakeup(&(struct check_ctx){
tests/sys/kern/unix_stream.c
497
peershutdown_wakeup(&(struct check_ctx){
tests/sys/kern/unix_stream.c
507
peershutdown_wakeup(&(struct check_ctx){