Home
last modified time | relevance | path

Searched refs:check_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/tests/sys/kern/
H A Dunix_stream.c107 struct check_ctx;
108 typedef void check_func_t(struct check_ctx *);
109 struct check_ctx { struct
127 check_select(struct check_ctx *ctx) in check_select() argument
144 check_poll(struct check_ctx *ctx) in check_poll()
160 add_kevent(struct check_ctx *ctx) in add_kevent()
178 check_kevent(struct check_ctx *ctx) in check_kevent()
197 add_and_check_kevent(struct check_ctx *ctx) in add_and_check_kevent()
222 struct check_ctx *ctx = arg; in pthread_wrap()
233 pthread_create_blocked(struct check_ctx *ctx) in pthread_create_blocked()
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Dexchange.c388 EVP_PKEY_CTX *check_ctx = NULL; in EVP_PKEY_derive_set_peer_ex() local
405 check_ctx = EVP_PKEY_CTX_new_from_pkey(ctx->libctx, peer, ctx->propquery); in EVP_PKEY_derive_set_peer_ex()
406 if (check_ctx == NULL) in EVP_PKEY_derive_set_peer_ex()
408 check = EVP_PKEY_public_check(check_ctx); in EVP_PKEY_derive_set_peer_ex()
409 EVP_PKEY_CTX_free(check_ctx); in EVP_PKEY_derive_set_peer_ex()
/freebsd/crypto/openssl/test/
H A Ddsatest.c457 EVP_PKEY_CTX *check_ctx = NULL; in test_dsa_default_paramgen_validate() local
465 && TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, params, NULL)) in test_dsa_default_paramgen_validate()
466 && TEST_int_gt(EVP_PKEY_param_check(check_ctx), 0); in test_dsa_default_paramgen_validate()
469 EVP_PKEY_CTX_free(check_ctx); in test_dsa_default_paramgen_validate()
H A Devp_extra_test2.c3065 EVP_PKEY_CTX *gen_ctx = NULL, *check_ctx = NULL; in do_check_params() local
3074 && TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey, in do_check_params()
3076 && TEST_int_eq(EVP_PKEY_param_check(check_ctx), expected); in do_check_params()
3077 EVP_PKEY_CTX_free(check_ctx); in do_check_params()