Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 1222) sorted by relevance

12345678910>>...49

/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt34 - functions jtag, gpio
46 - functions pwm, gpio
50 - functions pwm, gpio
54 - functions pwm, gpio
58 - functions pwm, gpio
70 - functions i2c, gpio
74 - functions i2c, gpio
78 - functions spi, gpio
82 - functions spi, gpio
144 - functions ptp, mii
[all …]
/freebsd-13.1/crypto/openssl/doc/man7/
H A Devp.pod5 evp - high-level cryptographic functions
14 functions.
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
48 functions for this purpose.
52 these functions perform encryption and decryption only. As public key
55 L<EVP_OpenInit(3)> functions.
[all …]
H A Dx509.pod33 B<X509_>I<XXX>, B<d2i_X509_>I<XXX>, and B<i2d_X509_>I<XXX> functions
37 functions handle X.509 CRLs.
40 functions handle PKCS#10 certificate requests.
42 B<X509_NAME_>I<XXX> functions handle certificate names.
44 B<X509_ATTRIBUTE_>I<XXX> functions handle certificate attributes.
46 B<X509_EXTENSION_>I<XXX> functions handle certificate extensions.
/freebsd-13.1/sys/gnu/gcov/
H A Dgcc_4_7.c114 struct gcov_fn_info **functions; member
219 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
303 dup->functions = NULL; in gcov_info_dup()
310 if (dup->functions == NULL) in gcov_info_dup()
318 if (!dup->functions[fi_idx]) in gcov_info_dup()
321 *(dup->functions[fi_idx]) = *(info->functions[fi_idx]); in gcov_info_dup()
361 if (!info->functions) in gcov_info_free()
367 if (!info->functions[fi_idx]) in gcov_info_free()
375 free(info->functions[fi_idx], M_GCOV); in gcov_info_free()
379 free(info->functions, M_GCOV); in gcov_info_free()
[all …]
/freebsd-13.1/contrib/libucl/doc/
H A Dapi.md7 - [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)
27 - [Emitting functions](#emitting-functions-1)
30 - [Conversion functions](#conversion-functions-1)
[all …]
/freebsd-13.1/usr.sbin/bsdconfig/includes/
H A DUSAGE32 -f Show functions for selected includes.
34 If `-f', only print functions matching pattern. Without `-f'
35 print only includes containing functions matching pattern.
44 View functions for all available includes (function names are
49 View functions with less(1) (function names are not highlighted):
53 View functions with less(1) and color:
57 View functions from `common.subr':
63 Show only functions containing the word `show' in common.subr:
69 Show descriptions of each of the `show' functions:
/freebsd-13.1/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in16 . /etc/rc.d/init.d/functions
19 . /etc/init.d/functions.sh
22 . /lib/lsb/init-functions
35 # Fedora/RedHat functions
66 # Gentoo functions
142 # LSB functions
159 # Fedora/RedHat functions
184 # LSB functions
192 # Fedora/RedHat functions
214 # LSB functions
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DOPENSSL_fork_prepare.pod24 functions are used to reset this internal state.
26 Platforms without fork(2) will probably not need to use these functions.
29 such as Linux that have both functions will normally not need to call these
30 functions as the OpenSSL library will do so automatically.
32 L<OPENSSL_init_crypto(3)> will register these functions with the appropriate
34 applications, these functions can be called directly. They should be used
52 These functions were added in OpenSSL 1.1.1.
H A DSSL_CTX_set_min_proto_version.pod27 The functions get or set the minimum and maximum supported protocol versions
32 Use these functions instead of disabling specific protocol versions.
47 These setter functions return 1 on success and 0 on failure. The getter
48 functions return the configured version or 0 for auto-configuration of
53 All these functions are implemented using macros.
61 The setter functions were added in OpenSSL 1.1.0. The getter functions
H A DADMISSIONS.pod115 NAMING_AUTHORITY_get0_get0_authorityText(), functions return pointers
120 functions free any existing value and set the pointer to the specified value.
125 and ADMISSION_SYNTAX_get0_contentsOfAdmissions() functions return pointers
130 functions free any existing value and set the pointer to the specified value.
136 functions return pointers to those values within the object.
141 functions free any existing value and set the pointer to the specified value.
146 The functions PROFESSION_INFO_get0_addProfessionInfo(),
150 functions return pointers to those values within the object.
157 functions free any existing value and set the pointer to the specified value.
162 Note that all of the I<get0> functions return a pointer to the internal data
H A Dd2i_PKCS8PrivateKey_bio.pod7 i2d_PKCS8PrivateKey_nid_bio, i2d_PKCS8PrivateKey_nid_fp - PKCS#8 format private key functions
34 The PKCS#8 functions encode and decode private keys in PKCS#8 format using both
37 Other than the use of DER as opposed to PEM these functions are identical to the
42 These functions are currently the only way to store encrypted private keys using DER format.
44 Currently all the functions use BIOs or FILE pointers, there are no functions which
48 These functions make no assumption regarding the pass phrase received from the
H A DSSL_CTX_ctrl.pod5 SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for …
19 The SSL_*_ctrl() family of functions is used to manipulate settings of
21 B<larg>, B<parg>, or B<fp> are evaluated. These functions should never
23 other functions or macros.
27 The return values of the SSL*_ctrl() functions depend on the command
H A Dd2i_PrivateKey.pod8 - decode and encode functions for reading and saving EVP_PKEY structures
41 These functions are similar to the d2i_X509() functions; see L<d2i_X509(3)>.
45 All the functions that operate on data in memory update the data pointer I<*pp>
46 after a successful operation, just like the other d2i and i2d functions;
49 All these functions use DER format and unencrypted keys. Applications wishing
50 to encrypt or decrypt private keys should use other functions such as
64 and d2i_PublicKey() functions return a valid B<EVP_KEY> structure or B<NULL> if an
H A DPEM_read_bio_PrivateKey.pod160 The PEM functions read or write structures in PEM format. In
167 Each operation has four functions associated with it. For
170 PEM_write_bio_TYPE(), and PEM_write_TYPE() functions.
195 The B<PUBKEY> functions process a public key using an EVP_PKEY
202 functions but an error occurs if the private key is not RSA.
216 functions but an error occurs if the private key is not DSA.
218 The B<DSA_PUBKEY> functions process a DSA public key using
229 The B<DSAparams> functions process DSA parameters using a DSA
233 The B<DHparams> functions process DH parameters using a DH
247 the B<X509_REQ_NEW> functions use B<NEW CERTIFICATE REQUEST>
[all …]
H A DSSL_CTX_set1_curves.pod9 - EC supported curve functions
35 For all of the functions below that set the supported groups there must be at
66 All these functions are implemented as macros.
68 The curve functions are synonyms for the equivalently named group functions and
71 groups, and extended to include Diffie Hellman groups. The group functions
76 If an application wishes to make use of several of these functions for
100 The curve functions were added in OpenSSL 1.0.2. The equivalent group
101 functions were added in OpenSSL 1.1.1.
H A DEVP_PKEY_CTX_set1_pbe_pass.pod6 - generic KDF support functions
17 These functions are generic support functions for all KDF algorithms.
47 All these functions are implemented as macros.
51 All these functions return 1 for success and 0 or a negative value for failure.
H A DMDC2_Init.pod21 MDC2 is a method to construct hash functions with 128 bit output from
22 block ciphers. These functions are an implementation of MDC2 with
30 The following functions may be used if the message is not completely
41 Applications should use the higher level functions
43 hash functions directly.
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Ditem_types.rst12 …se note the distinction between functions like :func:`cbor_isa_uint()` and :func:`cbor_is_int()`. …
18 Alternatively, there are functions to query each particular type.
20 .. warning:: Passing an invalid :type:`cbor_item_t` reference to any of these functions results in …
35 These functions provide information about the item type from a more high-level perspective
/freebsd-13.1/usr.sbin/memcontrol/
H A Dmemcontrol.c75 } functions[] = { variable
117 for (i = 0; functions[i].cmd != NULL; i++) in main()
118 if (!strcmp(argv[1], functions[i].cmd)) in main()
120 functions[i].func(memfd, argc - 1, argv + 1); in main()
331 for (i = 0; functions[i].cmd != NULL; i++) in help()
332 if (!strcmp(what, functions[i].cmd)) { in help()
333 fprintf(stderr, "%s\n", functions[i].desc); in help()
341 for (i = 0; functions[i].cmd != NULL; i++) in help()
342 fprintf(stderr, " %s\n", functions[i].cmd); in help()
/freebsd-13.1/lib/libc/locale/
H A DDESIGN.xlocale10 - Locale-aware functions taking an explicit locale argument (Darwin)
23 With this in mind, various libc-private functions have been modified to take a
26 variants of these functions, to make it harder for accidental uses of the
48 with each locale. These are used by various functions that previously had a
62 constraints as with the pre-xlocale libc. Calls to any locale-aware functions
115 APIs, but also simplifies the modifications to these functions. The
118 if any functions attempt to use them.
120 The ctype.h functions are a little different. These are not implemented in
128 deprecated functions - we should not be encouraging people to use deprecated
144 fairly expensive to use any of the ctype.h functions. We could improve this
[all …]
/freebsd-13.1/tools/kerneldoc/subsys/
H A Dnotreviewed.dox4 * <b>IMPORTANT:</b> This API documentation may contain both functions which
5 * are public and functions that are for internal use only. Since we have not
6 * reviewed every part of the documentation yet, <i>some internal functions
8 * and add appropriate comments to functions which are only for internal use,
/freebsd-13.1/contrib/cortex-strings/scripts/
H A Dplot-top.py16 functions = libplot.unique(records, 'function')
18 X = pylab.arange(len(functions))
29 for function in functions:
43 axes.set_xticklabels(functions)
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dexports_so.txt22 omp_*; # Standard OpenMP functions.
30 ompc_*; # omp.h renames some standard functions to ompc_*.
34 GOMP_*; # GNU C compatibility functions.
47 # Internal functions exported for testing purposes.
61 # the tools contain meaningful names for all the functions that might
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat.txt129 The only functions required by the IEC/IEEE Standard that are not provided
201 integers. The complete set of conversion functions is:
235 following functions are provided for improved speed and convenience:
248 The following standard arithmetic functions are provided:
266 the IEC/IEEE Standard. The remainder functions are:
277 remainder functions are always exact and so require no rounding.
288 specified by the IEC/IEEE Standard. The functions are:
303 The following floating-point comparison functions are provided:
316 (!=) functions are easily obtained using the functions provided. The
326 additional functions:
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex17 // We require std::math functions in the complex builtins below.
32 // the (hopefully template) functions in the <complex> header with the ones we
33 // got from libc++ which decomposes math functions, like `std::sin`, into
34 // arithmetic and calls to non-complex functions, all of which we can then

12345678910>>...49