Home
last modified time | relevance | path

Searched +full:tag +full:- +full:and +full:- +full:data (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h5 * a copy of this software and associated documentation files (the
8 * distribute, sublicense, and/or sell copies of the Software, and to
12 * The above copyright notice and this permission notice shall be
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40 * # Authenticated Encryption with Additional Data
47 * An AEAD algorithm processes messages and provides confidentiality
48 * (encryption) and checked integrity (MAC). It uses the following
51 * - A symmetric key. Exact size depends on the AEAD algorithm.
53 * - A nonce (IV). Size depends on the AEAD algorithm; for most
55 * value is never used twice for the same key and distinct
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_tagging.c2 * Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
5 * Redistribution and use in source and binary forms, with or without
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 #include "event2/event-config.h"
[all …]
/freebsd/contrib/libevent/
H A Devent_tagging.c2 * Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
5 * Redistribution and use in source and binary forms, with or without
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 #include "event2/event-config.h"
[all …]
/freebsd/contrib/libxo/doc/
H A Dxo.rst1 .. index:: --libxo, xo
8 the libxo library. Using `xo`, shell scripts can emit XML, JSON, and
11 The style of output can be selected using a specific option: "-X" for
12 XML, "-J" for JSON, "-H" for HTML, or "-T" for TEXT, which is the
13 default. The "--style <style>" option can also be used. The standard
14 set of "--libxo" options are available (see :ref:`options`), as well
15 as the :ref:`LIBXO_OPTIONS <libxo-options>` environment variable.
17 The `xo` utility accepts a format string suitable for `xo_emit` and
18 a set of zero or more arguments used to supply data for that string::
36 <div class="data" data-tag="name">fish</div>
[all …]
H A Dformatting.rst6 to be parsed and understood by a user. Humans are gifted at
7 extracting details and pattern matching in such output. Often
8 programmers need to extract information from this human-oriented
9 output. Programmers use tools like grep, awk, and regular expressions
11 fragile and require maintenance when output contents change or evolve,
12 along with testing and validation.
14 Modern tool developers favor encoding schemes like XML and JSON,
15 which allow trivial parsing and extraction of data. Such formats are
16 simple, well understood, hierarchical, easily parsed, and often
17 integrate easier with common tools and environments. Changes to
[all …]
/freebsd/share/man/man4/
H A Dng_tag.44 .\" Redistribution and use in source and binary forms, with or without
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 .Nm tag
38 to be examined, stripped or applied to data travelling through a
[all …]
H A Dsiftr.49 .\" Redistribution and use in source and binary forms, with or without
13 .\" notice, this list of conditions, and the following disclaimer,
18 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39 as a module at run-time, run the following command as root:
40 .Bd -literal -offset indent
49 .Bd -literal -offset indent
65 state, aimed at system administrators, developers and researchers.
[all …]
/freebsd/share/man/man9/
H A Dmbuf_tags.94 .\" (angelos@cis.upenn.edu), Gleb Smirnoff <glebius@FreeBSD.org>, and
10 .\" Permission to use, copy, and modify this software with or without
60 Mbuf tags allow additional meta-data to be associated with in-flight packets
65 header, and maintained using a series of API calls to allocate, search, and
67 Tags are identified using an ID and cookie that uniquely identify a class
68 of data tagged onto the packet, and may contain an arbitrary amount of
90 Each packet tag can be distinguished by its type and cookie.
96 bytes of a tag contain a
98 .Bd -literal
101 uint16_t m_tag_id; /* Tag ID */
[all …]
H A Dbus_dma.94 .\" Redistribution and use in source and binary forms, with or without
8 .\" notice, this list of conditions, and the following disclaimer,
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20 .\" PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
32 .\" Redistribution and use in source and binary forms, with or without
36 .\" notice, this list of conditions and the following disclaimer.
38 .\" notice, this list of conditions and the following disclaimer in the
39 .\" documentation and/or other materials provided with the distribution.
[all …]
/freebsd/sys/netgraph/
H A Dng_tag.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Redistribution and use in source and binary forms, with or without
11 * notice unmodified, this list of conditions, and the following
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[all …]
H A Dng_pppoe.c5 /*-
6 * Copyright (c) 1996-1999 Whistle Communications, Inc.
9 * Subject to the following obligations and disclaimer of warranty, use and
13 * 1. Any and all reproductions of the source or object code must include the
14 * copyright notice above and the following disclaimer of warranties; and
20 * THIS SOFTWARE IS BEING PROVIDED BY WHISTLE COMMUNICATIONS "AS IS", AND
23 * INCLUDING WITHOUT LIMITATION, ANY AND ALL IMPLIED WARRANTIES OF
24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
32 * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
114 /* List of commands and how to convert arguments to/from ASCII */
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py6 The sub-namespace td has type definitions (qid, stat) and values
9 Rversion, Rerror, and so on.
16 The qid and stat types are PFOD classes and generate instances that
17 are a cross between namedtuple and OrderedDictionary (see pfod.py
24 dotu-specific members (used only when packing for dotu/dotl and
47 wirestat objects, which are basically size-counted pre-sequenced
48 stat objects. The pre-sequencing uses:
54 is the sequencer. However, most users should rely on the packers and
68 The sub-namespace rrd has request (Tversion, Topen, etc) and
69 response (Rversion, Ropen, etc) data definitions. Each of these
[all …]
H A Dp9conn.py4 handle plan9 server <-> client connections
30 # both seconds and nanoseconds.
35 # namedtuple so that we can create instances with all-None
52 message, and an error number and type. The message may be
53 from the Rerror reply, or from converting the errno in a dot-L
54 or dot-u Rerror reply. The error number may be None if the
56 None or empty string if a non-None errno supplies the error
74 if self.errno: # check for "is not None", or just non-false-y?
103 Common base for server and client, handle send and
117 self.max_payload = 2**32 - self.size_coder.size
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dupnp_xml.c3 * Copyright (c) 2000-2003 Intel Corporation
4 * Copyright (c) 2006-2007 Sony Corporation
5 * Copyright (c) 2008-2009 Atheros Communications
8 * See wps_upnp.c for more details on licensing and code history.
20 * XML parsing and formatting
22 * XML is a markup language based on unicode; usually (and in our case,
23 * always!) based on utf-8. utf-8 uses a variable number of bytes per
24 * character. utf-8 has the advantage that all non-ASCII unicode characters are
25 * represented by sequences of non-ascii (high bit set) bytes, whereas ASCII
28 * (One other interesting thing about utf-8 is that it is possible to look at
[all …]
/freebsd/sbin/nvmecontrol/
H A Dnvmecontrol.83 .\" Copyright (c) 2018-2019 Alexander Motin <mav@FreeBSD.org>
7 .\" Redistribution and use in source and binary forms, with or without
11 .\" notice, this list of conditions, and the following disclaimer,
15 .\" ("Disclaimer") and any redistribution must be conditioned upon
20 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
51 .Aq Ar device-id | Ar namespace-id
[all …]
/freebsd/contrib/libxo/xo/
H A Dxo.115 .Nd emit formatted output based on format string and arguments
36 .Bl -tag -width indent
37 .It Ic --close Ar path
39 .It Ic -C | Ic --continuation
40 Indicates this output is a continuation of the previous output data
43 .It Ic --depth Ar num
45 .It Ic --help
47 .It Ic -H | Ic --html
49 .It Ic -J | Ic --json
51 .It Ic --leading-xpath Ar path
[all …]
/freebsd/sys/dev/sfxge/common/
H A Defx_vpd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2016 Solarflare Communications Inc.
7 * Redistribution and use in source and binary forms, with or without
11 * this list of conditions and the following disclaimer.
13 * this list of conditions and the following disclaimer in the documentation
14 * and/or other materials provided with the distribution.
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
18 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
[all …]
/freebsd/lib/libsys/
H A Dprocctl.29 .\" Redistribution and use in source and binary forms, with or without
13 .\" notice, this list of conditions and the following disclaimer.
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
18 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
41 .Fn procctl "idtype_t idtype" "id_t id" "int cmd" "void *data"
59 .Bl -tag -width P_PGID
[all …]
/freebsd/usr.sbin/ctladm/
H A Dctladm.83 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org>
7 .\" Redistribution and use in source and binary forms, with or without
11 .\" notice, this list of conditions, and the following disclaimer,
15 .\" ("Disclaimer") and any redistribution must be conditioned upon
20 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
[all …]
/freebsd/contrib/libxo/tests/xo/saved/
H A Dxo_02.H.out1data" data-tag="state">North Carolina</div><div class="text"> is </div><div class="data" data-tag=…
H A Dxo_02.HP.out3 <div class="data" data-tag="state">North Carolina</div>
5 <div class="data" data-tag="city">Raleigh</div>
9 <div class="data" data-tag="state">North Carolina</div>
11 <div class="data" data-tag="city">Raleigh</div>
15 <div class="data" data-tag="state">North Carolina</div>
17 <div class="data" data-tag="city">Raleigh</div>
21 <div class="data" data-tag="state">North Carolina</div>
23 <div class="data" data-tag="city">Raleigh</div>
27 <div class="data" data-tag="state">North Carolina</div>
29 <div class="data" data-tag="city">Raleigh</div>
[all …]
H A Dxo_02.HIPx.out3 <div class="data" data-tag="state" data-xpath="/a/b/c/state">North Carolina</div>
5 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div>
9 <div class="data" data-tag="state" data-xpath="/state">North Carolina</div>
11 <div class="data" data-tag="city" data-xpath="/city">Raleigh</div>
15 <div class="data" data-tag="state" data-xpath="/a/b/c/state">North Carolina</div>
17 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div>
21 <div class="data" data-tag="state" data-xpath="/a/b/c/state">North Carolina</div>
23 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div>
27 <div class="data" data-tag="state" data-xpath="/d/e/f/state">North Carolina</div>
29 <div class="data" data-tag="city" data-xpath="/d/e/f/city">Raleigh</div>
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Redistribution and use in source and binary forms, with or without
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[all …]
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py4 # Copyright (c) 2012-2013, Jouni Malinen <j@w1.fi>
94 res = wpas.request("NFC_GET_HANDOVER_REQ NDEF P2P-CR").rstrip()
103 res = wpas.request("NFC_GET_HANDOVER_REQ NDEF WPS-CR").rstrip()
109 def wpas_get_handover_sel(tag=False): argument
113 if tag:
114 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF P2P-CR-TAG").rstrip()
116 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF P2P-CR").rstrip()
126 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR");
159 data = wpas_get_handover_req()
160 if (data == None):
[all …]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_tag.c1 /*-
2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
4 * Redistribution and use in source and binary forms, with or without
8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
13 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[all …]

12345678910>>...42