Home
last modified time | relevance | path

Searched +full:composite +full:- +full:in (Results 1 – 25 of 259) sorted by relevance

1234567891011

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_comppool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[all …]
H A Dcl_qcomppool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[all …]
/freebsd/sys/arm64/freescale/imx/
H A Dimx8mq_ccm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
215 COMPOSITE(IMX8MQ_CLK_AHB, "ahb", ahb_p, 0x9000, 0),
218 COMPOSITE(IMX8MQ_CLK_UART1, "uart1", uart_p, 0xaf00, 0),
[all …]
H A Dimx_ccm.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
70 struct imx_clk_composite_def *composite; member
166 /* Composite clock with GATE, MUX, PRE_DIV, and POST_DIV */
[all …]
/freebsd/crypto/openssl/doc/designs/
H A Dfetching-composite-algorithms.md1 Fetching composite algorithms and using them - adding the bits still missing
5 ----------------
7 We currently support - at least in the public libcrypto API - explicitly
8 fetching composite algorithms (such as AES-128-CBC or HMAC-SHA256), and
9 using them in most cases. In some cases (symmetric ciphers), our providers
16 [Background / tl;dr](#background-tldr) at the end of this design.
18 Public API - Add variants of `EVP_PKEY_CTX` initializers
19 --------------------------------------------------------
23 - SIGNATURE
24 - ASYM_CIPHER
[all …]
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md5 ----------------
11 - `EVP_SIGNATURE`
13 Public API - Add variants of `EVP_PKEY_CTX` functionality
14 ---------------------------------------------------------
22 when the fetched algorithm permits it (for example, RSA-SHA256).
27 hash "SHA256" to get the "RSA-SHA256" functionality. For an `EVP_SIGNATURE`
34 pre-computed digest of a message (under the condition that proper flags
40 This design proposes an extension to also allow full (not pre-hashed)
41 messages to be passed, in a streaming style through an *update* and a
50 …]: the term "primitive" is borrowed from [PKCS#1](https://www.rfc-editor.org/rfc/rfc8017#section-5)
[all …]
/freebsd/crypto/krb5/src/doc/
H A DMakefile.in4 SPHINX_ARGS=@MAINT@-W
5 SPHINX_BUILD=sphinx-build $(SPHINX_ARGS)
39 # Create HTML documentation in $(docsrc)/html suitable for a
41 # configured paths). This can be done in an unconfigured source tree
43 # make -f Makefile.in SPHINX_ARGS= htmlsrc
44 html: composite
45 rm -rf $(docsrc)/html
46 $(SPHINX_BUILD) -q rst_composite $(docsrc)/html
48 # Dummy target for use in an unconfigured source tree.
50 $(MAKE) -f Makefile.in srcdir=. top_srcdir=.. PYTHON=python3 html clean
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h1 //===- IRMover.h ------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
44 /// Type of the Metadata map in \a ValueToValueMapTy.
49 // The set of opaque types is the composite module.
52 // The set of identified but non opaque structures in the composite module.
69 /// Move in the provide values in \p ValuesToLink from \p Src.
71 /// - \p AddLazyFor is a call back that the IRMover will call when a global
73 /// not present in ValuesToLink. The GlobalValue and a ValueAdder callback
76 /// Pass nullptr if there's no work to be done in such cases.
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp1 //===--- Pointer.cpp - Types for the constexpr VM ---------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 : Pointer(Pointee, Pointee->getDescriptor()->getMetadataSize(), in Pointer()
26 Pointee->getDescriptor()->getMetadataSize()) {} in Pointer()
36 PointeeStorage.BS.Pointee->addPointer(this); in Pointer()
46 Pointee->addPointer(this); in Pointer()
54 PointeeStorage.BS.Pointee->replacePointer(&P, this); in Pointer()
62 Pointee->removePointer(this); in ~Pointer()
63 Pointee->cleanup(); in ~Pointer()
[all …]
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
[all …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_import_name.c1 /*-
5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 unsigned char *p = input_name_buffer->value; in _gss_import_export_name()
38 size_t len = input_name_buffer->length; in _gss_import_export_name()
44 int composite = 0; in _gss_import_export_name() local
[all …]
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
138 /* Full composite clock. */
142 .clk.composite = &(struct rk_clk_composite_def) { \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dmux.txt4 register-mapped multiplexer with multiple input clock signals or
8 By default the "clocks" property lists the parents in the same order
13 results in programming the register as follows:
22 "index-starts-at-one" modified the scheme as follows:
30 the number of bits to shift the control field in the register can be
34 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
37 - compatible : shall be "ti,mux-clock" or "ti,composite-mux-clock".
38 - #clock-cells : from common clock binding; shall be set to 0.
39 - clocks : link phandles of parent clocks
40 - reg : register offset for register controlling adjustable mux
[all …]
H A Ddivider.txt4 register-mapped adjustable clock rate divider that does not gate and has
15 ti,index-starts-at-one - valid divisor values start at 1, not the default
22 ti,index-power-of-two - valid divisor values are powers of two. E.g:
39 Any zero value in this array means the corresponding bit-value is invalid
50 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
54 - compatible : shall be "ti,divider-clock" or "ti,composite-divider-clock".
55 - #clock-cells : from common clock binding; shall be set to 0.
56 - clocks : link to phandle of parent clock
57 - reg : offset for register controlling adjustable divider
60 - clock-output-names : from common clock binding.
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp1 //===- llvm-link.cpp - Low-level LLVM linker ------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This utility may be invoked in the following manner:
10 // llvm-link a.bc b.bc c.bc -o x.bc
12 //===----------------------------------------------------------------------===//
57 // llvm-link to simulate ThinLTO backend processes.
61 "imported from bitcode in filename"),
65 // must be specified in the case were we request imports via the -import
67 // exported (imported by a different llvm-link -import invocation), to ensure
[all …]
/freebsd/crypto/libecc/src/examples/basic/
H A Dnn_miller_rabin.c2 * Copyright (C) 2017 - This file is part of libecc project
7 * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
21 /* Miller-Rabin primality test.
24 * Algorithm: Miller-Rabin probabilistic primality test
25 * MILLER-RABIN(n,t)
27 * OUTPUT: an answer “prime” or “composite” to the question: “Is n prime?”
36 * If y = 1 then return(“composite”).
38 * If y != n − 1 then return (“composite”).
41 * The Miller-Rabin test can give false positives when
43 * "composite".
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/connector/
H A Danalog-tv-connector.txt5 - compatible: "composite-video-connector" or "svideo-connector"
8 - label: a symbolic name for the connector
9 - sdtv-standards: limit the supported TV standards on a connector to the given
11 Possible TV standards are defined in
12 include/dt-bindings/display/sdtv-standards.h.
15 - Video port for TV input
18 -------
19 #include <dt-bindings/display/sdtv-standards.h>
22 compatible = "composite-video-connector";
24 sdtv-standards = <(SDTV_STD_PAL | SDTV_STD_NTSC)>;
[all …]
H A Danalog-tv-connector.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/display/connector/analog-tv-connector.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
15 - composite-video-connector
16 - svideo-connector
20 sdtv-standards:
24 defined in include/dt-bindings/display/sdtv-standards.h.
32 - compatible
[all …]
/freebsd/share/misc/
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2025-07-26 20:34:01
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
64 0200 TP-Link
86 120e ASI120MC-S Planetary Camera
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td1 //===-- DirectiveBase.td - Base directive definition file --*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
20 // into. This namespace is nested in llvm namespace.
23 // To avoid placing in any namespace, use "". To specify nested namespaces,
24 // use "::" as the delimiter, e.g., given "A::B", ops will be placed in
25 // `namespace A { namespace B { <directives-clauses> } }`.
28 // Optional prefix used for the generation of the enumerator in the Directive
32 // Optional prefix used for the generation of the enumerator in the Clause
[all …]
/freebsd/crypto/openssl/test/
H A Dbn_internal_test.c2 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
36 /* return extra parameters related to composite */ in test_is_prime_enhanced()
55 /* negative tests for different composite numbers */ in test_is_composite_enhanced()
/freebsd/crypto/openssh/
H A Dmoduli.c4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * Two-step process to generate safe primes for DHGEX
33 * suitable for use as Diffie-Hellman moduli;
34 * that is, where q = (p-1)/2 is also prime.
[all …]
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Dformat.txt15 the character properties found in the Unicode Character Database (UCDB).
16 Additional properties can be specified in limited UCDB format in another file
23 ---------------------
24 Mn 0 Mark, Non-Spacing
52 L 28 Left-To-Right
53 R 29 Right-To-Left
68 Cm 39 Composite
69 Nb 40 Non-Breaking
74 Ss 45 Space, Other (controls viewed as spaces in ctype isspace())
79 Assumptions: unsigned short is at least 16-bits in size and unsigned long
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7180.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lars-Peter Clausen <lars@metafoo.de>
14 digital interfaces like MIPI CSI-2 or parallel video.
19 - enum:
20 - adi,adv7180
21 - adi,adv7180cp
22 - adi,adv7180st
23 - adi,adv7182
[all …]
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_generic.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
7 * provided that the above copyright notice appears in all copies and
8 * that both that copyright notice and this permission notice appear in
10 * in advertising or publicity pertaining to distribution of the software
16 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
19 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
20 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43 /* corresponding to an object-identifier value of
44 * {iso(1) member-body(2) United States(840) mit(113554)
54 /* corresponding to an object-identifier value of
[all …]

1234567891011