Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/freebsd/crypto/openssl/test/ssl-tests/
H A D03-custom_verify.cnf6 test-1 = 1-verify-custom-reject
7 test-2 = 2-verify-custom-allow
8 test-3 = 3-verify-custom-retry
10 test-5 = 5-noverify-ignore-custom-reject
11 test-6 = 6-noverify-accept-custom-allow
13 test-8 = 8-verify-custom-success-no-root
14 test-9 = 9-verify-custom-fail-no-root
40 [1-verify-custom-reject]
41 ssl_conf = 1-verify-custom-reject-ssl
43 [1-verify-custom-reject-ssl]
[all …]
H A D03-custom_verify.cnf.in25 # Same test as above but with a custom callback that always fails.
27 name => "verify-custom-reject",
40 # Same test as above but with a custom callback that always succeeds.
42 name => "verify-custom-allow",
54 # Same test as above but with a custom callback that requests retry once.
56 name => "verify-custom-retry",
80 # Same test as above but with a custom callback that always fails.
83 name => "noverify-ignore-custom-reject",
97 # Same test as above but with a custom callback that always succeeds.
100 name => "noverify-accept-custom-allow",
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt16 fun:dfsan_get_label=custom
28 fun:dfsan_set_write_callback=custom
42 fun:dfsan_get_origin=custom
230 fun:_dl_get_tls_static_info=custom
231 fun:clock_gettime=custom
232 fun:dlopen=custom
233 fun:epoll_wait=custom
234 fun:fgets=custom
235 fun:fstat=custom
236 fun:getcwd=custom
[all...]
H A Ddfsan_flags.inc28 "applies only to the custom functions defined in 'custom.c'.")
/freebsd/contrib/atf/atf-sh/
H A Dintegration_test.sh88 This is the custom shell
92 cat >custom-shell <<EOF
97 chmod +x custom-shell
100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp
107 This is the custom shell
111 cat >custom-shell <<EOF
116 chmod +x custom-shell
131 cat >custom-shell <<EOF
135 chmod +x custom-shell
147 "${ATF_SH}" -s ./custom-shell tp helper
/freebsd/contrib/kyua/model/
H A Dmetadata_test.cpp53 ATF_REQUIRE(md.custom().empty()); in ATF_TEST_CASE_BODY()
78 model::properties_map custom; in ATF_TEST_CASE_BODY() local
79 custom["1-custom"] = "first"; in ATF_TEST_CASE_BODY()
80 custom["2-custom"] = "second"; in ATF_TEST_CASE_BODY()
111 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
179 model::properties_map custom; in ATF_TEST_CASE_BODY() local
180 custom["first"] = "hello"; in ATF_TEST_CASE_BODY()
181 custom["second"] = "bye"; in ATF_TEST_CASE_BODY()
205 .set_custom(custom) in ATF_TEST_CASE_BODY()
220 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wext.c234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument
239 custom); in wpa_driver_wext_event_wireless_custom()
243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom()
245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom()
248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom()
417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local
431 custom = pos + IW_EV_POINT_LEN; in wpa_driver_wext_event_wireless()
445 custom += IW_EV_POINT_OFF; in wpa_driver_wext_event_wireless()
473 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless()
[all …]
H A Ddriver_atheros.c1238 char *custom, char *end) in atheros_wireless_event_wireless_custom() argument
1241 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in atheros_wireless_event_wireless_custom()
1243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in atheros_wireless_event_wireless_custom()
1246 pos = os_strstr(custom, "addr="); in atheros_wireless_event_wireless_custom()
1266 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in atheros_wireless_event_wireless_custom()
1269 key = custom; in atheros_wireless_event_wireless_custom()
1290 } else if (os_strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { in atheros_wireless_event_wireless_custom()
1296 } else if (os_strncmp(custom, "Manage.prob_req ", 16) == 0) { in atheros_wireless_event_wireless_custom()
1303 int len = atoi(custom + 16); in atheros_wireless_event_wireless_custom()
1304 if (len < 0 || MGMT_FRAM_TAG_SIZE + len > end - custom) { in atheros_wireless_event_wireless_custom()
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_blake.txt149 Input = "Sample input for keylen<blocklen and custom"
155 Input = "Sample input for keylen<blocklen and custom"
174 Input = "Sample input for keylen<blocklen, salt and custom"
196 Input = "Combo input with outlen, custom and salt"
205 Input = "Sample input for keylen<blocklen and custom"
211 Input = "Sample input for keylen<blocklen and custom"
230 Input = "Sample input for keylen<blocklen, salt and custom"
249 Input = "Combo input with outlen, custom and salt"
/freebsd/lib/googletest/gmock/
H A DMakefile34 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom
35 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-generated-actions.h
36 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-matchers.h
37 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-port.h
/freebsd/lib/googletest/gtest/
H A DMakefile38 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom
39 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-port.h
40 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-printers.h
41 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest.h
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-suffixes.mk13 .SUFFIXES: .custom-null
16 .NULL: .custom-null
17 .PATH.custom-null: . ..
/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_data.pod21 These functions are mainly useful when implementing a custom BIO.
23 The BIO_set_data() function associates the custom data pointed to by B<ptr> with
25 This can be used by custom BIOs for storing implementation specific information.
32 have occurred (for example through calling custom ctrls). The BIO_get_init()
41 BIO_get_data() returns a pointer to the implementation specific custom data
H A DSSL_CTX_set_ct_validation_callback.pod65 register a custom callback that may implement a different policy than either of
92 enabled via the built-in or the custom callbacks, by setting a NULL callback.
96 enabled via either SSL_enable_ct() or a non-null custom callback, and 0
110 be set if a custom client extension handler has been registered to handle SCT
118 They return 0 if an error occurs, e.g. a custom client extension handler has
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md3 The custom directory is an injection point for custom user configurations.
44 custom printer.
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dkmac_prov.c128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free()
237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup()
308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init()
318 kctx->custom, kctx->custom_len, block_len) in kmac_init()
438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc95 "Controls custom tool's " #signal " handler (0 - do not registers the " \
205 "If set, uses custom wrappers for strstr and strcasestr functions "
208 "If set, uses custom wrappers for strspn and strcspn function "
211 "If set, uses a custom wrapper for the strtok function "
214 "If set, uses custom wrappers for strpbrk function "
218 "If set, uses custom wrappers for strcmp functions to find more errors.")
220 "If set, uses custom wrappers for strlen and strnlen functions "
223 "If set, uses custom wrappers for strndup functions "
226 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
229 "If set, uses custom wrapper
[all...]
/freebsd/contrib/googletest/googlemock/include/gmock/internal/custom/
H A DREADME.md3 The custom directory is an injection point for custom user configurations.
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod47 =item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>
70 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
82 const unsigned char *custom, size_t custom_len,
108 if (custom != NULL && custom_len != 0)
110 (void *)custom, custom_len);
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst8 Using custom allocator
12 This can be useful if you are using a custom allocator throughout your application,
13 or if you want to implement custom policies (e.g. tighter restrictions on the amount of allocated m…
/freebsd/contrib/netbsd-tests/share/mk/
H A Dt_own.sh42 cat >custom.conf <<EOF
62 cat >custom.conf <<EOF
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dsskdf.c159 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, in kmac_init() argument
166 if (custom == NULL) in kmac_init()
170 (void *)custom, custom_len); in kmac_init()
367 const unsigned char *custom = NULL; in sskdf_derive() local
383 custom = kmac_custom_str; in sskdf_derive()
403 custom, custom_len, ctx->out_len, in sskdf_derive()
/freebsd/contrib/ofed/librdmacm/examples/
H A Driostream.c83 static int custom; variable
504 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size); in run()
518 if (!custom) { in run()
625 custom = 1; in main()
629 custom = 1; in main()
636 custom = 1; in main()
H A Drstream.c83 static int custom; variable
503 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size); in run()
517 if (!custom) { in run()
651 custom = 1; in main()
655 custom = 1; in main()
662 custom = 1; in main()
/freebsd/crypto/openssl/
H A DHACKING.md4 This document describes the way to add custom modifications to OpenSSL sources.
6 If you are adding new public functions to the custom library build, you need to

12345678910>>...12