Home
last modified time | relevance | path

Searched +full:- +full:- +full:valid +full:- +full:- (Results 1 – 25 of 1123) sorted by relevance

12345678910>>...45

/freebsd/crypto/openssl/test/
H A Dpkits-test.pl2 # Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
13 if ( -f "../apps/openssl" ) {
16 elsif ( -f "..\\out32dll\\openssl.exe" ) {
19 elsif ( -f "..\\out32\\openssl.exe" ) {
29 die "Can't find PKITS test data" if !-d $pkitsdir;
46 [ "4.1.1", "Valid Signatures Test1", 0 ],
49 [ "4.1.4", "Valid DSA Signatures Test4", 0 ],
50 [ "4.1.5", "Valid DSA Parameter Inheritance Test5", 0 ],
55 [ "4.2.3", "Valid pre2000 UTC notBefore Date Test3", 0 ],
56 [ "4.2.4", "Valid GeneralizedTime notBefore Date Test4", 0 ],
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D15-test_ecparam.t2 # Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
24 my @valid = glob(data_file("valid", "*.pem"));
32 my $valid = shift; # Check should pass or fail?
37 if ($valid) {
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 {
65 plan tests => scalar(@valid);
66 checkload(\@valid, 1, "ecparam", "-check");
[all …]
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_modify_qp.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_MODIFY_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_modify_qp \- modify the attributes of a queue pair (QP)
29 enum ibv_mtu path_mtu; /* Path MTU (valid only for RC/UC QPs) */
30 enum ibv_mig_state path_mig_state; /* Path migration state (valid if HCA supports APM)…
31 uint32_t qkey; /* Q_Key for the QP (valid only for UD QPs) */
32 uint32_t rq_psn; /* PSN for receive queue (valid only for RC/UC QPs)…
33 uint32_t sq_psn; /* PSN for send queue (valid only for RC/UC QPs) */
34 uint32_t dest_qp_num; /* Destination QP number (valid only for RC/UC QPs)…
[all …]
H A Dibv_query_qp.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_QUERY_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_qp \- get the attributes of a queue pair (QP)
33 enum ibv_qp_state cur_qp_state; /* Current QP state - irrelevant for ibv_query_qp */
34 enum ibv_mtu path_mtu; /* Path MTU (valid only for RC/UC QPs) */
35 enum ibv_mig_state path_mig_state; /* Path migration state (valid if HCA supports APM) */
36 uint32_t qkey; /* Q_Key of the QP (valid only for UD QPs) */
37 uint32_t rq_psn; /* PSN for receive queue (valid only for RC/UC QPs) */
38 uint32_t sq_psn; /* PSN for send queue (valid only for RC/UC QPs) */
[all …]
H A Dibv_poll_cq.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_POLL_CQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_poll_cq \- poll a completion queue (CQ)
41 … src_qp; /* Source QP number (remote QP number) of completed WR (valid only for UD QPs) */
43 uint16_t pkey_index; /* P_Key index (valid only for GSI QPs) */
56 .B IBV_WC_GRH \fR GRH is present (valid only for UD QPs)
58 .B IBV_WC_WITH_IMM \fR Immediate data value is valid
60 .B IBV_WC_WITH_INV \fR Invalidated RKey data value is valid (cannot be combined with IBV_WC_WITH_IM…
64 Valid only when \fBdevice_cap_flags\fR in device_attr indicates current QP is
[all …]
/freebsd/crypto/openssh/regress/
H A Dsshsig.sh9 rm -f $OBJ/sshsig-*.sig $OBJ/wrong-key* $OBJ/sigca-key*
11 sig_namespace="test-$$"
12 sig_principal="user-$$@example.com"
15 ${SSHKEYGEN} -q -t ed25519 -f $OBJ/wrong-key \
16 -C "wrong trousers, Grommit" -N '' \
18 WRONG=$OBJ/wrong-key.pub
21 ${SSHKEYGEN} -q -t ed25519 -f $OBJ/sigca-key -C "CA" -N '' \
23 CA_PRIV=$OBJ/sigca-key
24 CA_PUB=$OBJ/sigca-key.pub
27 eval `${SSHAGENT} ${EXTRA_AGENT_ARGS} -s` > /dev/null
[all …]
/freebsd/contrib/libucl/python/tests/
H A Dtest_load.py18 valid = { "a" : None }
19 self.assertEqual(ucl.load(data), valid)
23 valid = { "a" : 1 }
24 self.assertEqual(ucl.load(data), valid)
28 valid = { "a" : 1 }
29 self.assertEqual(ucl.load(data), valid)
33 valid = { "a" : { "b" : 1 } }
34 self.assertEqual(ucl.load(data), valid)
38 valid = { "a" : "b" }
39 self.assertEqual(ucl.load(data), valid)
[all …]
/freebsd/contrib/libucl/tests/schema/
H A DuniqueItems.json7 "description": "unique array of integers is valid",
9 "valid": true boolean
12 "description": "non-unique array of integers is invalid",
14 "valid": false boolean
19 "valid": false boolean
22 "description": "unique array of objects is valid",
24 "valid": true boolean
27 "description": "non-unique array of objects is invalid",
29 "valid": false boolean
32 "description": "unique array of nested objects is valid",
[all …]
H A DrefRemote.json4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"},
7 "description": "remote ref valid",
9 "valid": true boolean
14 "valid": false boolean
20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"},
23 "description": "remote fragment valid",
25 "valid": true boolean
30 "valid": false boolean
37 "$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/refToInteger"
41 "description": "ref within ref valid",
[all …]
H A DrefRemote.json.disabled4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"},
7 "description": "remote ref valid",
9 "valid": true
14 "valid": false
20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"},
23 "description": "remote fragment valid",
25 "valid": true
30 "valid": false
37 "$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/refToInteger"
41 "description": "ref within ref valid",
[all …]
H A DpatternProperties.json12 "description": "a single valid match is valid",
14 "valid": true boolean
17 "description": "multiple valid matches is valid",
19 "valid": true boolean
24 "valid": false boolean
29 "valid": false boolean
34 "valid": false boolean
37 "description": "ignores non-objects",
39 "valid": true boolean
53 "description": "a single valid match is valid",
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.certkeys1 This document describes a simple public-key certificate authentication
5 ----------
11 surface, but it does not support the important use-cases of centrally
15 system already in SSH to allow certificate-based authentication. The
29 public key that is used to sign challenges. In OpenSSH, ssh-keygen
34 ssh-rsa-cert-v01@openssh.com
35 ssh-dss-cert-v01@openssh.com
36 ecdsa-sha2-nistp256-cert-v01@openssh.com
37 ecdsa-sha2-nistp384-cert-v01@openssh.com
38 ecdsa-sha2-nistp521-cert-v01@openssh.com
[all …]
/freebsd/bin/pax/
H A Dcache.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
65 * 0 if ok, -1 otherwise
76 return(-1); in uidtb_start()
80 return(-1); in uidtb_start()
89 * 0 if ok, -1 otherwise
100 return(-1); in gidtb_start()
104 return(-1); in gidtb_start()
113 * 0 if ok, -1 otherwise
124 return(-1); in usrtb_start()
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
56 VALID enumerator
59 /* Macro to enable/disable run-time checks. */
74 * depth (IN) : range = 1 - 32
85 return (int)0x80000000 >> (depth - 1); in depth_to_mask()
100 return 1 << (MAX_DEPTH_TBL24 - depth); in depth_to_range()
103 return 1 << (RTE_LPM_MAX_DEPTH - depth); in depth_to_range()
121 l = te->data;
122 if (strncmp(name, l->name, RTE_LPM_NAMESIZE) == 0)
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h1 //===-- ExecutionContext.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 #include "lldb/lldb-private.h"
19 //===----------------------------------------------------------------------===//
33 /// Not all objects in an ExecutionContext objects will be valid. If you want
35 /// process, then only the process and target references will be valid. For
41 //===----------------------------------------------------------------------===//
82 /// If \a exe_ctx_ptr is valid, then make weak references to any valid
89 /// Make weak references to any valid objects in the ExecutionContext.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt7622.txt4 - compatible: Should be one of the following
5 "mediatek,mt7622-pinctrl" for MT7622 SoC
6 "mediatek,mt7629-pinctrl" for MT7629 SoC
7 - reg: offset and length of the pinctrl space
9 - gpio-controller: Marks the device node as a GPIO controller.
10 - #gpio-cells: Should be two. The first cell is the pin number and the
14 - interrupt-controller : Marks the device node as an interrupt controller
16 If the property interrupt-controller is defined, following property is required
17 - reg-names: A string describing the "reg" entries. Must contain "eint".
18 - interrupts : The interrupt output from the controller.
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbuffer.h2 * Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1998-2002 Internet Software Consortium.
54 * /------------entire length---------------\
55 * /----- used region -----\/-- available --\
56 * +----------------------------------------+
58 * +----------------------------------------+
67 * a-e == entire length of buffer.
68 * a-d == used region.
69 * a-b == consumed region.
70 * b-d == remaining region.
[all …]
H A Dsocket.h2 * Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1998-2002 Internet Software Consortium.
166 isc_region_t region; /*%< for single-buffer i/o */
195 * all the data is valid.
196 * _TIMESTAMP: The timestamp member is valid.
197 * _PKTINFO: The pktinfo member is valid.
312 * In effect, this definition is used only for non-BIND9 version ("export")
315 * for non-Win32 (i.e. Unix) platforms.
327 (m)->magic == ISCAPI_SOCKETMGR_MAGIC)
343 (s)->magic == ISCAPI_SOCKET_MAGIC)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt1 Maxim MAX77693 multi-function device
4 - PMIC,
5 - CHARGER,
6 - LED,
7 - MUIC,
8 - HAPTIC
14 - compatible : Must be "maxim,max77693".
15 - reg : Specifies the i2c slave address of PMIC block.
16 - interrupts : This i2c device has an IRQ line connected to the main SoC.
19 - regulators : The regulators of max77693 have to be instantiated under subnode
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Drx_desc.h1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
186 * Field only valid when for the received frame type the corresponding
190 * Field only valid when for the received frame type the corresponding
202 * field in address search failure cache-only entry should
206 * If set, intra-BSS routing detection is enabled
224 * uffer management for WiFi-to-PPE routing.
227 * by a different subsystem, completely disabling WiFi-to-PPE
254 * Field only valid when AST_based_lookup_valid == 1.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h1 //===- DWARFVerifier.h ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
112 /// --No abbreviation declaration has more than one attributes with the same
124 /// - Unit is in 32-bit DWARF format. The function can be modified to
125 /// support 64-bit format.
126 /// - The DWARF version is valid
127 /// - The unit type is valid (if unit is in version >=5)
128 /// - The unit doesn't extend beyond the containing section
129 /// - The address size is valid
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,vic.txt5 nested or have the outputs wire-OR'd together.
9 - compatible : should be one of
10 "arm,pl190-vic"
11 "arm,pl192-vic"
12 - interrupt-controller : Identifies the node as an interrupt controller
13 - #interrupt-cells : The number of cells to define the interrupts. Must be 1 as
16 - reg : The register bank for the VIC.
20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit
24 clear means otherwise. If unspecified, defaults to all valid.
[all …]
/freebsd/usr.bin/getconf/
H A Dgetconf.c52 "usage: getconf -a [pathname]\n" in usage()
53 " getconf [-v prog_env] system_var\n" in usage()
54 " getconf [-v prog_env] path_var pathname\n"); in usage()
62 int c, key, valid; in main() local
69 while ((c = getopt(argc, argv, "av:")) != -1) { in main()
97 if ((valid = find_progenv(vflag, &alt_path)) == 0) in main()
100 if (valid > 0 && alt_path != NULL) { in main()
110 if (valid < 0) in main()
116 if ((valid = find_unsigned_limit(name, &ulimitval)) != 0) { in main()
117 if (valid > 0) in main()
[all …]
/freebsd/contrib/libc-pwcache/
H A Dpwcache.c3 /*-
36 /*-
97 /* XXX Now, re-apply the renaming that we undid above. */
161 while (len--) { in st_hash()
173 * 0 if ok, -1 otherwise
182 return (-1); in uidtb_start()
185 return (-1); in uidtb_start()
194 * 0 if ok, -1 otherwise
203 return (-1); in gidtb_start()
206 return (-1); in gidtb_start()
[all …]
/freebsd/contrib/ntp/util/
H A Dsht.c2 * sht.c - Testprogram for shared memory refclock
26 int mode; /* 0 - if valid set
28 * clear valid
29 * 1 - if valid set
32 * clear valid
42 volatile int valid; member
54 if (shmid==-1) { in getShmTime()
60 if ((int)(long)p==-1) { in getShmTime()
128 printf (" c clear valid-flag\n"); in main()
133 printf (" pnnnn set precision to -nnn\n"); in main()
[all …]

12345678910>>...45