| /freebsd-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | 30-extended-master-secret.cnf | 7 test-2 = 2-disable-extended-master-secret-both-sha 8 test-3 = 3-disable-extended-master-secret-both-resume 11 test-6 = 6-disable-extended-master-secret-both-sha2 64 [2-disable-extended-master-secret-both-sha] 67 [2-disable-extended-master-secret-both-sha-ssl] 71 [2-disable-extended-master-secret-both-sha-server] 77 [2-disable-extended-master-secret-both-sha-client] 90 [3-disable-extended-master-secret-both-resume] 93 [3-disable-extended-master-secret-both-resume-ssl] 180 [6-disable-extended-master-secret-both-sha2] [all …]
|
| H A D | 19-mac-then-encrypt.cnf | 7 test-2 = 2-disable-encrypt-then-mac-both-sha 10 test-5 = 5-disable-encrypt-then-mac-both-sha2 13 test-8 = 8-disable-encrypt-then-mac-both-sha-tls1 66 [2-disable-encrypt-then-mac-both-sha] 69 [2-disable-encrypt-then-mac-both-sha-ssl] 73 [2-disable-encrypt-then-mac-both-sha-server] 79 [2-disable-encrypt-then-mac-both-sha-client] 142 [5-disable-encrypt-then-mac-both-sha2] 145 [5-disable-encrypt-then-mac-both-sha2-ssl] 149 [5-disable-encrypt-then-mac-both-sha2-server] [all …]
|
| H A D | 22-compression.cnf | 5 test-0 = 0-tlsv1_3-both-compress 9 test-4 = 4-tlsv1_2-both-compress 15 [0-tlsv1_3-both-compress] 16 ssl_conf = 0-tlsv1_3-both-compress-ssl 18 [0-tlsv1_3-both-compress-ssl] 22 [0-tlsv1_3-both-compress-server] 28 [0-tlsv1_3-both-compress-client] 115 [4-tlsv1_2-both-compress] 118 [4-tlsv1_2-both-compress-ssl] 122 [4-tlsv1_2-both-compress-server] [all …]
|
| H A D | 26-tls13_client_auth.cnf | 18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake 454 [13-client-auth-TLSv1.3-request-force-both-post-handshake] 455 ssl_conf = 13-client-auth-TLSv1.3-request-force-both-post-handshake-ssl 457 [13-client-auth-TLSv1.3-request-force-both-post-handshake-ssl] 458 server = 13-client-auth-TLSv1.3-request-force-both-post-handshake-server 459 client = 13-client-auth-TLSv1.3-request-force-both-post-handshake-client 461 [13-client-auth-TLSv1.3-request-force-both-post-handshake-server] 469 [13-client-auth-TLSv1.3-request-force-both-post-handshake-client] 479 server = 13-client-auth-TLSv1.3-request-force-both-post-handshake-server-extra 482 [13-client-auth-TLSv1.3-request-force-both-post-handshake-server-extra] [all …]
|
| H A D | 30-extended-master-secret.cnf.in | 46 name => "disable-extended-master-secret-both-sha", 60 name => "disable-extended-master-secret-both-resume", 107 name => "disable-extended-master-secret-both-sha2",
|
| H A D | 19-mac-then-encrypt.cnf.in | 46 name => "disable-encrypt-then-mac-both-sha", 89 name => "disable-encrypt-then-mac-both-sha2", 136 name => "disable-encrypt-then-mac-both-sha-tls1",
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | eval.c | 101 static char both[2 * STRING_LENGTH]; in eval_client() local 109 sprintf(both, "%s@%s", request->user, hostinfo); in eval_client() 110 return (both); in eval_client() 120 static char both[2 * STRING_LENGTH]; in eval_server() local 125 sprintf(both, "%s@%s", daemon, host); in eval_server() 126 return (both); in eval_server()
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | cond-cmp-string.exp | 5 make: "cond-cmp-string.mk" line 118: Comparison with '<' requires both operands 'string' and 'strin… 6 make: "cond-cmp-string.mk" line 126: Comparison with '<=' requires both operands 'string' and 'stri… 7 make: "cond-cmp-string.mk" line 134: Comparison with '>' requires both operands 'string' and 'strin… 8 make: "cond-cmp-string.mk" line 142: Comparison with '>=' requires both operands 'string' and 'stri…
|
| H A D | cond-cmp-numeric.exp | 2 make: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' t… 4 make: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to … 12 make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to…
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | secure.txt | 9 space, or visible in both. (One example of that situation would be a 32 secure- bindings only need to be used where both the Secure and Normal 43 both default to "okay". This means the following combinations are 46 /* Neither specified: default to visible in both S and NS */ 47 secure-status = "okay"; /* visible in both */ 48 status = "okay"; /* visible in both */ 49 status = "okay"; secure-status = "okay"; /* visible in both */ 53 status = "disabled"; /* disabled in both */ 54 status = "disabled"; secure-status = "disabled"; /* disabled in both */
|
| /freebsd-14.2/sys/sys/ |
| H A D | umtxvar.h | 74 } both; member 197 k1->info.both.a == k2->info.both.a && in umtx_key_match() 198 k1->info.both.b == k2->info.both.b); in umtx_key_match()
|
| /freebsd-14.2/contrib/sendmail/libsm/ |
| H A D | t-ixlen.c | 99 bool x, both; local 102 x = both = false; 108 both = true; 127 if (both)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regmap/ |
| H A D | regmap.txt | 16 On SoCs that can be operated in both big-endian and little-endian 17 modes, with a single hardware switch controlling both the endianness 20 blob in both cases.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | richtek,rt4801-regulator.yaml | 33 Else if both are specified, DSVP/DSVN could be controlled individually. 34 If this property not specified, treat both as always-on regulators. 53 for controlling both regulators. If this property not specified for 54 any regulator, treat both as always-on regulators.
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | MKparametrized.sh | 46 * A value of -1 in the table means suppress both pad and % translations. 48 * A value of 1 in the table means do both pad and % translations.
|
| /freebsd-14.2/contrib/netbsd-tests/fs/ffs/ |
| H A D | t_quotalimit.sh | 71 both) 118 both) 165 both) 212 both) 259 both) 311 both)
|
| /freebsd-14.2/contrib/file/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/contrib/openpam/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/contrib/libevent/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/contrib/ldns/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/contrib/openbsm/m4/ |
| H A D | ltoptions.m4 | 85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT 328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. 330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl 336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], 339 aix|svr4|both) 373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) 381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. 385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | maxim,max77693.yaml | 30 In boost mode the device can produce up to 1.2A of total current on both 33 case both current sources are used. 77 Valid values for a LED connected to both FLED outputs: 85 Valid values for a single LED connected to both FLED outputs:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | keystone-usb-phy.txt | 10 gate on the Keystone SOC for both the USB2 and USB3 PHY. Otherwise it is just 11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
|