Home
last modified time | relevance | path

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

12345678910>>...13

/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...]
/freebsd/crypto/krb5/src/windows/installer/wix/
H A DMakefile36 CUSTOMDLL=custom\custom.dll
62 $(CUSTOMDLL): custom\custom.cpp
63 $(CD) custom
64 $(MAKE) -f custom.cpp
70 $(CD) custom
71 $(MAKE) -f custom.cpp clean
/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()
79 model::properties_map custom; in ATF_TEST_CASE_BODY() local
80 custom["1-custom"] = "first"; in ATF_TEST_CASE_BODY()
81 custom["2-custom"] = "second"; in ATF_TEST_CASE_BODY()
112 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
180 model::properties_map custom; in ATF_TEST_CASE_BODY() local
181 custom["first"] = "hello"; in ATF_TEST_CASE_BODY()
182 custom["second"] = "bye"; in ATF_TEST_CASE_BODY()
206 .set_custom(custom) in ATF_TEST_CASE_BODY()
221 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
/freebsd/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.cpp4 # Build with : nmake /f custom.cpp
5 # Clean with : nmake /f custom.cpp clean
7 # Builds custom.dll
18 DLLFILE = $(OUTPATH)\custom.dll
30 $(DLLFILE): $(OUTPATH)\custom.obj
33 $(OUTPATH)\custom.obj: custom.cpp custom.h
34 $(CC) /c /Fo$@ custom.cpp
40 $(RM) $(OUTPATH)\custom.obj
41 $(RM) $(OUTPATH)\custom.exp
/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/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/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md21 APIs; using custom network interaction BIOs in order to get the best
37 - We want to support custom BIOs on the network side and to the extent
38 feasible, minimise the level of adaptation needed for any custom BIOs already
48 over TCP. This will require applications using custom BIOs on the network side
49 to make substantial changes to the implementation of those custom BIOs to model
123 violating the BIO abstraction layer, and would not work with custom BIOs (even
172 - Since existing custom BIOs will not be expecting concurrent `BIO_read` and
174 likely to require substantial rework of those custom BIOs (trivial locking of
200 using custom BIOs, this is likely to require substantial rework of those BIOs.
203 accommodating applications using custom network BIOs in a blocking mode, these
[all …]
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dkmac_prov.c97 /* Maximum size of encoded custom string */
127 /* key and custom are stored in encoded form */
129 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member
162 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free()
256 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup()
303 * md, key and custom. Setting the fields afterwards will have no
337 /* Set default custom string if it is not already set */ in kmac_init()
347 kctx->custom, kctx->custom_len, block_len)) { in kmac_init()
355 kctx->custom, kct in kmac_init()
[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/krb5/src/lib/krb5/krb/
H A Dkerrs.c174 const char *std, *custom; in krb5_get_error_message() local
184 custom = err_fmt_fmt(ctx->err_fmt, code, std); in krb5_get_error_message()
185 if (custom != NULL) { in krb5_get_error_message()
187 return custom; in krb5_get_error_message()
/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/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod46 =item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>
83 The "custom" and "no-short-mac" parameters must be set as part of or before
96 const unsigned char *custom, size_t custom_len,
122 if (custom != NULL && custom_len != 0)
124 (void *)custom, custom_len);
/freebsd/contrib/netbsd-tests/share/mk/
H A Dt_own.sh42 cat >custom.conf <<EOF
62 cat >custom.conf <<EOF
/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()

12345678910>>...13