Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 317) 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
40 [1-verify-custom-reject]
43 [1-verify-custom-reject-ssl]
47 [1-verify-custom-reject-server]
68 [2-verify-custom-allow]
71 [2-verify-custom-allow-ssl]
75 [2-verify-custom-allow-server]
95 [3-verify-custom-retry]
[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",
56 name => "verify-custom-retry",
80 # Same test as above but with a custom callback that always fails.
83 name => "noverify-ignore-custom-reject",
100 name => "noverify-accept-custom-allow",
131 name => "verify-custom-success-no-root",
144 # Same test as above but with a custom callback that always fails.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt234 fun:fgets=custom
235 fun:fstat=custom
246 fun:pread=custom
247 fun:read=custom
252 fun:stat=custom
253 fun:time=custom
281 fun:bcmp=custom
298 fun:write=custom
304 fun:poll=custom
321 # TODO: custom
[all …]
/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.cpp78 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()
245 model::properties_map custom; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dadi,ltc2983.yaml126 adi,custom-thermocouple:
145 - adi,custom-thermocouple
252 adi,custom-rtd:
289 - adi,custom-rtd
340 adi,custom-thermistor:
352 adi,custom-steinhart:
355 custom thermistors.
379 - adi,custom-steinhart
391 - adi,custom-thermistor
423 adi,custom-temp:
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wext.c239 custom); 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
445 custom += IW_EV_POINT_OFF; in wpa_driver_wext_event_wireless()
1220 if (ssid_len > end - custom) in wext_get_scan_ssid()
1345 gpos = genie = custom; in wext_get_scan_iwevgenie()
1375 spos = custom + 7; in wext_get_scan_custom()
1390 spos = custom + 7; in wext_get_scan_custom()
1406 spos = custom + 4; in wext_get_scan_custom()
1510 char *pos, *end, *custom; in wpa_driver_wext_get_scan_results() local
[all …]
H A Ddriver_atheros.c1237 char *custom, char *end) in atheros_wireless_event_wireless_custom() argument
1245 pos = os_strstr(custom, "addr="); in atheros_wireless_event_wireless_custom()
1268 key = custom; in atheros_wireless_event_wireless_custom()
1302 int len = atoi(custom + 16); in atheros_wireless_event_wireless_custom()
1314 int len = atoi(custom + 17); in atheros_wireless_event_wireless_custom()
1325 int len = atoi(custom + 12); in atheros_wireless_event_wireless_custom()
1337 int len = atoi(custom + 14); in atheros_wireless_event_wireless_custom()
1483 char *pos, *end, *custom, *buf; in atheros_wireless_event_wireless() local
1497 custom = pos + IW_EV_POINT_LEN; in atheros_wireless_event_wireless()
1509 custom += IW_EV_POINT_OFF; in atheros_wireless_event_wireless()
[all …]
/freebsd/lib/googletest/gmock/
H A DMakefile35 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom
36 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-generated-actions.h
37 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-matchers.h
38 INTERNAL_CUSTOM_INCS+= gmock/internal/custom/gmock-port.h
/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/contrib/bmake/unit-tests/
H A Ddeptgt-suffixes.mk13 .SUFFIXES: .custom-null
16 .NULL: .custom-null
17 .PATH.custom-null: . ..
/freebsd/lib/googletest/gtest/
H A DMakefile39 INTERNAL_CUSTOM_INCSDIR= ${INTERNAL_INCSDIR}/custom
40 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-port.h
41 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest-printers.h
42 INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest.h
/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 " \
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 "
229 "If set, uses custom wrappers for memcmp function "
237 "If set, uses custom wrappers for memset/memcpy/memmove "
240 "If set, uses custom wrappers for *stat functions "
[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/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/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad3552r.yaml79 custom-output-range-config:
82 description: Configuration of custom range when
119 # custom-output-range-config must be used
124 - custom-output-range-config
209 custom-output-range-config {
/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/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()

12345678910>>...13