Home
last modified time | relevance | path

Searched +full:non +full:- +full:default (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/freebsd/crypto/openssl/test/ssl-tests/
H A D17-renegotiate.cnf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
7 test-2 = 2-renegotiate-server-no-resume
8 test-3 = 3-renegotiate-server-resume
9 test-4 = 4-renegotiate-client-auth-require
10 test-5 = 5-renegotiate-client-auth-once
11 test-6 = 6-renegotiate-client-legacy-connect
12 test-7 = 7-renegotiate-aead-to-non-aead
13 test-8 = 8-renegotiate-non-aead-to-aead
14 test-9 = 9-renegotiate-non-aead-to-non-aead
[all …]
H A D18-dtls-renegotiate.cnf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
7 test-2 = 2-renegotiate-server-resume
8 test-3 = 3-renegotiate-client-auth-require
9 test-4 = 4-renegotiate-client-auth-once
10 test-5 = 5-renegotiate-aead-to-non-aead
11 test-6 = 6-renegotiate-non-aead-to-aead
12 test-7 = 7-renegotiate-non-aead-to-non-aead
13 test-8 = 8-renegotiate-aead-to-aead
16 [0-renegotiate-client-no-resume]
[all …]
H A D04-client_auth.cnf5 test-0 = 0-server-auth-flex
6 test-1 = 1-client-auth-flex-request
7 test-2 = 2-client-auth-flex-require-fail
8 test-3 = 3-client-auth-flex-require
9 test-4 = 4-client-auth-flex-require-non-empty-names
10 test-5 = 5-client-auth-flex-noroot
11 test-6 = 6-server-auth-TLSv1
12 test-7 = 7-client-auth-TLSv1-request
13 test-8 = 8-client-auth-TLSv1-require-fail
14 test-9 = 9-client-auth-TLSv1-require
[all …]
H A D26-tls13_client_auth.cnf5 test-0 = 0-server-auth-TLSv1.3
6 test-1 = 1-client-auth-TLSv1.3-request
7 test-2 = 2-client-auth-TLSv1.3-require-fail
8 test-3 = 3-client-auth-TLSv1.3-require
9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names
10 test-5 = 5-client-auth-TLSv1.3-noroot
11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake
14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake
[all …]
H A D18-dtls-renegotiate.cnf.in1 # -*- mode: perl; -*-
2 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
27 my $suffix = ($sctp eq "No") ? "" : "-sctp";
30 name => "renegotiate-client-no-resume".$suffix,
32 "CipherString" => 'DEFAULT:@SECLEVEL=0',
36 "CipherString" => 'DEFAULT:@SECLEVEL=0'
47 name => "renegotiate-client-resume".$suffix,
49 "CipherString" => 'DEFAULT:@SECLEVEL=0'
52 "CipherString" => 'DEFAULT:@SECLEVEL=0'
72 name => "renegotiate-server-resume".$suffix,
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D20-test_cli_fips.t2 # Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
16 use OpenSSL::Test qw/:DEFAULT srctop_dir bldtop_dir bldtop_file srctop_file data_file/;
26 my $no_check = disabled("fips") || disabled('fips-securitychecks');
31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
32 my $fipsconf = srctop_file("test", "fips-and-base.cnf");
33 my $defaultconf = srctop_file("test", "default.cnf");
39 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
41 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
43 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
45 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
[all …]
H A D15-test_ecparam.t2 # Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
16 use OpenSSL::Test qw/:DEFAULT data_file srctop_file bldtop_dir/;
38 ok(run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
40 ok(!run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
52 ok(run(app(['openssl', $app, '-out', $testout, '-in', $_])));
64 subtest "Check loading valid parameters by ecparam with -check" => sub {
66 checkload(\@valid, 1, "ecparam", "-check");
69 subtest "Check loading valid parameters by ecparam with -check_named" => sub {
71 checkload(\@valid, 1, "ecparam", "-check_named");
74 subtest "Check loading valid parameters by pkeyparam with -check" => sub {
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def1 //===-- CXXRecordDeclDefinitionBits.def - Class definition bits -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// True if this class has any user-declared constructors.
38 /// The user-declared special members which this class has.
44 /// True when this class is a POD-type.
48 /// * has no data members other than 0-width bit-fields and empty fields
51 /// * doesn't inherit from a non-empty class.
52 /// Doesn't take union-ness into account.
[all …]
/freebsd/share/man/man4/
H A Digmp.456 This adds support for Source-Specific Multicast (SSM), whereby
62 .Bl -tag -width indent
65 This opaque read-only variable exposes the stack-wide IGMPv3
70 This opaque read-only variable exposes the per-link IGMPv3 status to
75 Group-and-Source Specific Queries (GSR).
78 attack point for Denial-of-Service (DoS).
83 This variable controls the default version of IGMP to be used on all links.
84 This sysctl is normally set to 3 by default.
87 If this variable is non-zero, then IGMP v1 and v2 membership reports
88 received on a link will be allowed to suppress the IGMP v3 state-change
[all …]
H A Dpvscsi.43 .\" SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
14 .Bd -ragged -offset indent
23 .Bd -literal -offset indent
29 .Bl -ohang
32 A non-positive value will cause the driver to choose the value based on device
34 A non-zero value will use that many number of pages up to a maximum of 32.
35 The default setting is 0.
38 A non-positive value will cause the driver to choose the value based on number
40 A non-zero value will set the queue size up to a maximum allowed by the number
42 Default is 0.
[all …]
H A Dtcp.43 .\" Copyright (c) 2010-2011 The FreeBSD Foundation
50 protocol provides reliable, flow-controlled, two-way
52 It is a byte-stream protocol used to
58 Internet address format and, in addition, provides a per-host
75 By default,
119 .Bl -tag -width ".Dv TCP_FUNCTION_BLK"
122 by passing the read-only option
136 bandwidth-controlled window space.
161 For passively-created sockets, the
167 but that fall back to using a non-TFO
[all …]
/freebsd/tests/sys/netinet/
H A Dfibs_test.sh33 # All of the tests in this file requires the test-suite config variable "fibs"
34 # to be defined to a space-delimited list of FIBs that may be used for testing.
38 # arpresolve only checked the default route.
49 atf_set "descr" "arpresolve should check the interface fib, not the default fib, for routes"
57 # and a non-default fib
70 if [ 0 != `sysctl -n net.add_addr_allfibs` ]; then
81 setfib "$FIB0" nping -c 1 -e ${EPAIRA} -S ${SPOOF_ADDR} \
82 --source-mac ${SPOOF_MAC} --icmp --icmp-type "echo-request" \
83 --icmp-code 0 --icmp-id 0xdead --icmp-seq 1 --data 0xbeef \
89 atf_check -o match:"${SPOOF_ADDR}.*expires" setfib "$FIB1" arp ${SPOOF_ADDR}
[all …]
/freebsd/crypto/heimdal/doc/
H A Dinit-creds95 If the client name is non-NULL, the initial ticket requested will be
101 If the password is non-NULL, then this string is used as the password.
105 If a prompter function is non-NULL, it will be used if additional user
116 The banner argument, if non-NULL, will indicate what sort of
133 prompter should fill in the structure with the NUL-terminated
137 occurs, then the prompter function should return a non-zero
149 If the in_tkt_service name is non-NULL, that principal name will be
153 krbtgt/CLIENT-REALM@CLIENT-REALM will be used.
155 For the rest of arguments, a configuration or library default will be
159 The library default is 10 hours; there is no configuration variable
[all …]
/freebsd/contrib/mandoc/
H A Dman.74 .\" Copyright (c) 2011-2015, 2017-2020 Ingo Schwarze <schwarze@openbsd.org>
52 They provide free-form text to be printed; the formatting of the text
54 .Bd -literal -offset indent
79 .Bd -literal -offset indent
80 \&.TH PROGNAME 1 1979-01-10
87 Deprecated and non-portable macros are not included in the overview,
89 .Ss Page header and footer meta-data
90 .Bl -column "RS, RE" description
96 .Bl -column "RS, RE" description
107 .Bl -column "RS, RE" description
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Datmel-classd.txt4 - compatible
5 Should be "atmel,sama5d2-classd".
6 - reg
8 - interrupts
10 - dmas
11 One DMA specifiers as described in atmel-dma.txt and dma.txt files.
12 - dma-names
14 - clock-names
17 - clocks
18 Please refer to clock-bindings.txt.
[all …]
H A Datmel,sama5d2-classd.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-classd.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Nicolas Ferre <nicolas.ferre@microchip.com>
12 - Alexandre Belloni <alexandre.belloni@bootlin.com>
13 - Claudiu Beznea <claudiu.beznea@microchip.com>
21 const: atmel,sama5d2-classd
32 dma-names:
38 clock-names:
[all …]
/freebsd/share/man/man9/
H A Dtcp_functions.955 A system administrator can set a system default stack.
56 By default, all TCP connections will use the system default stack.
57 Additionally, users can specify a particular stack to use on a per-connection
61 for details on setting the system default stack, or selecting a specific stack
81 de-registers the function block.
161 .Bd -literal -offset indent
194 TCP_FUNCTION_NAME_LEN_MAX-1 characters in length.
202 as the default
208 Each of these function pointers must be non-NULL.
211 stack (or, when the socket is first opened), it should set a non-NULL
[all …]
/freebsd/contrib/bc/gen/
H A Dbc_help.txt4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
38 bc is a command-line, arbitrary-precision calculator with a Turing-complete
56 unary minus (-), or negation, operator. This still allows POSIX-complian
[all...]
/freebsd/contrib/bc/manuals/dc/
H A DEH.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator
34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]]
35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
[all …]
H A DEHN.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator
34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]]
35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
[all …]
H A DE.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator
34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]]
35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
[all …]
H A DEN.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator
34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]]
35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
[all …]
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.18 .\" Copyright (c) 2005-2007 The FreeBSD Project.
51 .Op Fl M Ar max-repetitions
52 .Op Fl N Ar non-repeaters
123 .Bl -tag -width ".It Fl D Ar options"
126 .Bl -tag -width \&
134 By default SNMPv3 PDUs are sent unauthenticated.
137 ignore syntax/access type, allow adding of non-leaf objects for GetPdu and
138 read-only objects to a SetPDU.
141 The default size is 10000 bytes which should be enough unless an agent sends
147 .Bl -tag -width \&
[all …]
/freebsd/share/man/man7/
H A Drelease.742 including the creation of ISO images suitable for burning to CD-ROM,
136 .Bl -tag -width Ev
167 The target machine type for cross-building a release.
169 The target machine architecture for cross-building a release.
212 .Pq Ar -j
213 to the number of CPUs available on a SMP-capable system.
223 .Pq Ar -j
224 to half the number of CPUs available on a SMP-capable system.
226 Set to a non-empty value to skip the
235 Set to a non-empty value to include the
[all …]
/freebsd/sys/contrib/openzfs/man/man4/
H A Dspl.45 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
26 .Bl -tag -width Ds
41 .It Sy spl_kmem_cache_max_size Ns = Ns Sy 32 Po 64-bit Pc or Sy 4 Po 32-bit Pc Pq uint
71 The default warning threshold is set to eight pages but capped at 32K to
102 They do this by keeping a per-cpu cache of recently
113 Otherwise magazines will be limited to 2-256 objects per magazine (i.e per cpu).
118 By default this value is set to zero which indicates the hostid is disabled.
119 It can be explicitly enabled by placing a unique non-zero value in
124 This value may be overridden for non-standard configurations.
130 Set to a non-zero value to enable.
[all …]

12345678910>>...47