Home
last modified time | relevance | path

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

12345678910>>...48

/freebsd-src/secure/lib/libcrypto/man/man7/
H A Dmigration_guide.718 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
H A Devp.718 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
H A Dprovider.718 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
H A Dprovider-signature.718 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
/freebsd-src/contrib/libucl/doc/
H A Dapi.md5 - [Synopsis](#synopsis)
6 - [Description](#description)
7 - [Parser functions](#parser-functions)
8 - [Emitting functions](#emitting-functions)
9 - [Conversion functions](#conversion-functions)
10 - [Generation functions](#generation-functions)
11 - [Iteration functions](#iteration-functions)
12 - [Validation functions](#validation-functions)
13 - [Utility functions](#utility-functions)
14 - [Parser functions](#parser-functions-1)
[all …]
/freebsd-src/crypto/openssl/doc/man7/
H A Dprovider.pod5 provider - OpenSSL operation implementation providers
19 A I<provider>, in OpenSSL terms, is a unit of code that provides one
37 functions in the form of an L<OSSL_DISPATCH(3)> array, and by extension,
38 a set of L<OSSL_ALGORITHM(3)>s (see L<openssl-core.h(7)>).
39 It may be a dynamically loadable module, or may be built-in, in
40 OpenSSL libraries or in the application.
43 If it's built-in, the initialization function may have any name.
48 const OSSL_DISPATCH *in, const OSSL_DISPATCH **out,
54 For the provider itself, it is passed to some of the functions given in the
55 dispatch array I<in>.
[all …]
H A Dmigration_guide.pod5 migration_guide - OpenSSL migration guide
16 For an overview of some of the key concepts introduced in OpenSSL 3.0 see
26 uses an older version of OpenSSL will at the very least need to be recompiled in
30 changes may be required in some cases. Changes may also be required if
31 applications need to take advantage of some of the new features available in
36 In previous versions, OpenSSL was licensed under the L<dual OpenSSL and SSLeay
37 licenses|https://www.openssl.org/source/license-openssl-ssleay.txt>
39 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>.
50 "high level" APIs (for example those functions prefixed with C<EVP>). They cannot
56 at configuration time using the C<enable-fips> option. If it is enabled,
[all …]
H A Devp.pod5 evp - high-level cryptographic functions
13 The EVP library provides a high-level interface to cryptographic
14 functions.
17 functions provide public key encryption and decryption to implement digital "envelopes".
20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement
23 functions.
26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests.
28 The B<EVP_PKEY>I<XXX> functions provide a high-level interface to
31 with a private key of a particular algorithm by using the functions
38 The EVP_PKEY functions support the full range of asymmetric algorithm operations:
[all …]
/freebsd-src/lib/libc/gen/
H A Dgetgrent.34 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
65 These functions operate on the group database file
72 found in the include
75 .Bd -literal -offset indent
84 The functions
[all …]
H A Dexec.34 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
44 .In unistd.h
65 family of functions replaces the current process image with a
67 The functions described in thi
[all...]
H A Dgetpwent.34 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
65 These functions
70 Each entry in the database is defined by the structure
72 found in the include
75 .Bd -literal -offset indent
[all …]
/freebsd-src/share/man/man9/
H A Dhash.94 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" 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 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
43 .Nd general kernel hashing functions
67 functions are used to give a consistent and general interface to
69 These functions can be used to hash
76 argument is the length of the buffer in bytes.
[all …]
H A Dbus_space.95 .\" 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
16 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
20 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 .\" Redistribution and use in source and binary forms, with or without
37 .\" 2. Redistributions in binary form must reproduce the above copyright
38 .\" notice, this list of conditions and the following disclaimer in the
44 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
[all …]
H A Diflibdd.96 .Nd Device Dependent Configuration Functions
9 .Ss "Soft Queue Setup and Teardown Functions"
10 .Ss "Mandatory Functions"
31 .Ss "Optional Functions"
42 .Ss "Device Setup and Teardown Functions"
43 .Ss "Mandatory Functions"
56 .Ss "Optional Functions"
75 .Ss "Device Configuration Functions"
76 .Ss "Mandatory Functions"
117 .Ss "Optional Functions"
[all …]
/freebsd-src/contrib/mandoc/
H A Dmandoc_headers.33 .\" Copyright (c) 2014-2022 Ingo Schwarze <schwarze@openbsd.org>
7 .\" copyright notice and this permission notice appear in all copies.
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28 included in the order shown in this manual page,
31 The headers and functions form three major groups:
42 .Bl -dash -offse
[all...]
H A Dmandoc_malloc.37 .\" copyright notice and this permission notice appear in all copies.
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29 .Nd memory allocation function wrappers used in the mandoc library
76 These functions call the libc functions of the same names, passing
80 They can be used both internally by any code in the mandoc libraries
92 The functions
111 is the new number of objects in the array.
114 is the number of objects in the array before the call.
[all …]
/freebsd-src/lib/libc/softfloat/
H A Dsoftfloat.txt9 -------------------------------------------------------------------------------
12 SoftFloat is a software implementation of floating-point that conforms to
13 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. As many as four
20 IEC/IEEE Floating-Point Standard. Details about the standard are available
24 -------------------------------------------------------------------------------
27 SoftFloat is written in C and is designed to work with other C code. The
28 SoftFloat header files assume an ISO/ANSI-style C compiler. No attempt
29 has been made to accommodate compilers that are not ISO-conformant. In
33 Support for the extended double-precision and quadruple-precision formats
34 depends on a C compiler that implements 64-bit integer arithmetic. If the
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt12 ------------------------
16 Refer to pinctrl-bindings.txt in this directory for details of the
22 - compatible: "marvell,armada3710-sb-pinctrl", "syscon, "simple-mfd"
24 "marvell,armada3710-nb-pinctrl", "syscon, "simple-mfd"
26 - reg: The first set of register are for pinctrl/gpio and the second
28 - interrupts: list of the interrupt use by the gpio
30 Available groups and functions for the North bridge:
33 - pins 20-24
34 - functions jtag, gpio
37 - pins 8-10
[all …]
/freebsd-src/crypto/heimdal/lib/hx509/
H A Ddoxygen.c6 * 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
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
44 * Sections in this manual are:
45 * - @ref page_name
46 * - @ref page_cert
47 * - @ref page_keyset
[all …]
/freebsd-src/lib/msun/man/
H A Dmath.34 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 .Nd "floating-point mathematical library"
40 .Bl -column "<complex.h>" "polymorphic (type-generic) versions of functions" -compact -offset indent
46 The rest of this manual page describes the functions provided by
54 .Sh "LIST OF FUNCTIONS"
[all …]
/freebsd-src/lib/libc/locale/
H A DDESIGN.xlocale8 - Manipulation of per-thread locales (POSIX)
9 - Locale-aware functions taking an explicit locale argument (Darwin)
14 -----
22 With this in mind, various libc-private functions have been modified to take a
25 variants of these functions, to make it harder for accidental uses of the
26 global-locale versions to slip in.
29 --------------
31 A locale is encapsulated in a `locale_t`, which is an opaque type: a pointer to
37 A locale_t is almost immutable after creation. There are no functions that modify it,
47 with each locale. These are used by various functions that previously had a
[all …]
H A Dxlocale.36 .\" 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 REGENTS 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
32 .Nd Thread-safe extended locale support
38 The extended locale support includes a set of functions for setting
39 thread-local locales,
40 as well convenience functions for performing locale-aware
[all …]
/freebsd-src/lib/libopenbsd/
H A Dohash_init.36 .\" copyright notice and this permission notice appear in all copies.
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
30 .Nd light-weight open hashing
56 These functions have been designed as a fast, extensible alternative to
57 the usual hash table functions.
59 where a key is a contiguous sequence of bytes at a fixed position in
61 Keys can either be NUL-terminated strings or fixed-size memory areas.
62 All functions take a pointer to an ohash structure as the
[all …]
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DPEM_read_bio_PrivateKey.318 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
/freebsd-src/lib/libc/net/
H A Dsourcefilter.31 .\" Copyright (c) 2007-2009 Bruce Simpson.
4 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
75 functions implement the advanced, full-state multicast API
76 defined in RFC 3678.
77 An application may use these functions to atomically set and
[all …]

12345678910>>...48