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
457
EVP_PKEY_CTX *check_ctx = NULL;
crypto/openssl/test/dsatest.c
465
&& TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, params, NULL))
crypto/openssl/test/dsatest.c
466
&& TEST_int_gt(EVP_PKEY_param_check(check_ctx), 0);
crypto/openssl/test/dsatest.c
469
EVP_PKEY_CTX_free(check_ctx);
crypto/openssl/test/evp_extra_test2.c
3065
EVP_PKEY_CTX *gen_ctx = NULL, *check_ctx = NULL;
crypto/openssl/test/evp_extra_test2.c
3074
&& TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey,
crypto/openssl/test/evp_extra_test2.c
3076
&& TEST_int_eq(EVP_PKEY_param_check(check_ctx), expected);
crypto/openssl/test/evp_extra_test2.c
3077
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
126
check_select(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
143
check_poll(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
159
check_kevent(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
198
struct check_ctx *ctx = arg;
tests/sys/kern/unix_stream.c
209
pthread_create_blocked(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
225
full_writability_check(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
261
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
275
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
289
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
303
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
324
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
344
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
366
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
396
struct check_ctx ctx = {
tests/sys/kern/unix_stream.c
427
peershutdown_wakeup(struct check_ctx *ctx)
tests/sys/kern/unix_stream.c
446
peershutdown_wakeup(&(struct check_ctx){
tests/sys/kern/unix_stream.c
455
peershutdown_wakeup(&(struct check_ctx){
tests/sys/kern/unix_stream.c
465
peershutdown_wakeup(&(struct check_ctx){