Home
last modified time | relevance | path

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

12345678910>>...60

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt30 Available groups and functions for the North bridge:
34 - functions jtag, gpio
38 - functions sdio, gpio
42 - functions emmc, gpio
46 - functions pwm, led, gpio
50 - functions pwm, led, gpio
54 - functions pwm, led, gpio
58 - functions pwm, led, gpio
62 - functions pmic, gpio
66 - functions pmic, gpio
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Devp.pod5 evp - high-level cryptographic functions
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:
47 these functions do not perform a digest of the data to be signed. Therefore,
[all …]
H A Dprovider.pod37 functions in the form of an L<OSSL_DISPATCH(3)> array, and by extension,
54 For the provider itself, it is passed to some of the functions given in the
57 I<in> is a dispatch array of base functions offered by the OpenSSL
58 libraries, and the available functions are further described in
61 I<*out> must be assigned a dispatch array of base functions that the
63 The functions that may be offered are further described in
69 This pointer will be passed to various operation functions offered by
75 One of the functions the provider offers to the OpenSSL libraries is
97 commonly in the I<fetching> type of functions
117 The functions the provider can offer are described in
[all …]
H A Dmigration_guide.pod50 "high level" APIs (for example those functions prefixed with C<EVP>). They cannot
66 L<EVP_EncryptInit_ex(3)>, and L<EVP_DigestInit(3)> functions. In case when
67 the requested algorithm is not available, these functions will fail.
80 For example, the EVP APIs provide the functions L<EVP_EncryptInit_ex(3)>,
82 encryption. Those functions can be used with the algorithms AES, CHACHA, 3DES etc.
84 to call AES specific functions such as L<AES_set_encrypt_key(3)>,
85 L<AES_encrypt(3)>, and so on. The functions for 3DES are different.
116 L<EC_KEY_METHOD_new(3)>, etc.). These functions are being deprecated in
145 functions must be used.
202 Using calls to convenience functions suc
[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/sys/gnu/gcov/
H A Dgcc_4_7.c110 struct gcov_fn_info **functions; member
215 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
258 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
259 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
299 dup->functions = NULL; in gcov_info_dup()
305 …dup->functions = malloc(info->n_functions * sizeof(struct gcov_fn_info *), M_GCOV, M_NOWAIT|M_ZERO… in gcov_info_dup()
306 if (dup->functions == NULL) in gcov_info_dup()
313 dup->functions[fi_idx] = malloc(fi_size, M_GCOV, M_NOWAIT|M_ZERO); in gcov_info_dup()
314 if (!dup->functions[fi_idx]) in gcov_info_dup()
317 *(dup->functions[fi_idx]) = *(info->functions[fi_idx]); in gcov_info_dup()
[all …]
/freebsd/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/crypto/openssl/doc/man3/
H A DSRP_Calc_B.pod21 The following functions have been deprecated since OpenSSL 3.0, and can be
50 All of the functions described on this page are deprecated. There are no
51 available replacement functions at this time.
53 The SRP functions described on this page are used to calculate various
58 client side and are calculated via the functions SRP_Calc_client_key_ex(),
61 BIGNUM parameters to these functions.
63 Most of these functions come in two forms. Those that take a I<libctx> and
64 I<propq> parameter, and those that don't. Any cryptogrpahic functions that
69 functions do not have a form that takes I<libctx> or I<propq> parameters because
74 All these functions return the calculated key or parameter, or NULL on error.
[all …]
H A DOPENSSL_fork_prepare.pod14 The following functions have been deprecated since OpenSSL 3.0, and can be
31 functions are used to reset this internal state.
33 Platforms without fork(2) will probably not need to use these functions.
36 such as Linux that have both functions will normally not need to call these
37 functions as the OpenSSL library will do so automatically.
39 L<OPENSSL_init_crypto(3)> will register these functions with the appropriate
41 applications, these functions can be called directly. They should be used
59 These functions were added in OpenSSL 1.1.1.
H A DMDC2_Init.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
25 All of the functions described on this page are deprecated.
29 MDC2 is a method to construct hash functions with 128 bit output from
30 block ciphers. These functions are an implementation of MDC2 with
38 The following functions may be used if the message is not completely
49 Applications should use the higher level functions
51 hash functions directly.
69 All of these functions were deprecated in OpenSSL 3.0.
H A DMD5.pod6 MD4_Final, MD5_Init, MD5_Update, MD5_Final - MD2, MD4, and MD5 hash functions
10 The following functions have been deprecated since OpenSSL 3.0, and can be
23 The following functions have been deprecated since OpenSSL 3.0, and can be
35 The following functions have been deprecated since OpenSSL 3.0, and can be
49 All of the functions described on this page are deprecated.
53 MD2, MD4, and MD5 are cryptographic hash functions with a 128 bit output.
61 The following functions may be used if the message is not completely
75 Applications should use the higher level functions
77 etc. instead of calling the hash functions directly.
103 All of these functions were deprecated in OpenSSL 3.0.
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.
62 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.pod10 - decode and encode functions for reading and saving EVP_PKEY structures
68 The d2i_PrivateKey_ex_bio() and d2i_PrivateKey_bio() functions are similar to
71 d2i_PrivateKey_fp() functions are the same except that they read the data from
82 These functions are similar to the d2i_X509() functions; see L<d2i_X509(3)>.
85 functions described in L<d2i_X509(3)>.
89 All the functions that operate on data in memory update the data pointer I<*pp>
90 after a successful operation, just like the other d2i and i2d functions;
93 All these functions use DER format and unencrypted keys. Applications wishing
94 to encrypt or decrypt private keys should use other functions such as
106 and d2i_KeyParams_bio() functions return a valid B<EVP_PKEY> structure or NULL if
H A DPEM_read_bio_PrivateKey.pod137 The following functions have been deprecated since OpenSSL 3.0, and can be
195 All of the functions described on this page that have a I<TYPE> of B<DH>, B<DSA>
199 The PEM functions read or write structures in PEM format. In
206 Each operation has four functions associated with it. For
207 brevity the term "B<I<TYPE>> functions" will be used below to collectively
209 B<PEM_write_bio_I<TYPE>>(), and B<PEM_write_I<TYPE>>() functions.
214 there are no variants of these functions that take a library context or property
221 The B<PrivateKey> functions read or write a private key in PEM format using
223 equivalent to PEM_write_bio_PKCS8PrivateKey(). The read functions transparently
244 The B<PUBKEY> functions process a public key using an EVP_PKEY
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom41 // constructors and seeding functions
49 // generating functions
103 // constructors and seeding functions
111 // generating functions
163 // constructors and seeding functions
171 // generating functions
213 // constructors and seeding functions
223 // generating functions
227 // property functions
266 // constructors and seeding functions
[all …]
/freebsd/usr.sbin/bsdconfig/includes/
H A DUSAGE31 -f Show functions for selected includes.
33 If `-f', only print functions matching pattern. Without `-f'
34 print only includes containing functions matching pattern.
43 View functions for all available includes (function names are
48 View functions with less(1) (function names are not highlighted):
52 View functions with less(1) and color:
56 View functions from `common.subr':
62 Show only functions containing the word `show' in common.subr:
68 Show descriptions of each of the `show' functions:
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in1 # This is a script with common functions etc used by zfs-import, zfs-load-key,
14 if [ -f /etc/rc.d/init.d/functions ]; then
16 . /etc/rc.d/init.d/functions
17 elif [ -L /etc/init.d/functions.sh ]; then
19 . /etc/init.d/functions.sh
20 elif [ -f /lib/lsb/init-functions ]; then
22 . /lib/lsb/init-functions
25 # Of course the functions we need are called differently
29 # LSB functions - fall through
35 # Fedora/RedHat functions
[all …]
/freebsd/usr.sbin/memcontrol/
H A Dmemcontrol.c73 } functions[] = { variable
115 for (i = 0; functions[i].cmd != NULL; i++) in main()
116 if (!strcmp(argv[1], functions[i].cmd)) in main()
118 functions[i].func(memfd, argc - 1, argv + 1); in main()
329 for (i = 0; functions[i].cmd != NULL; i++) in help()
330 if (!strcmp(what, functions[i].cmd)) { in help()
331 fprintf(stderr, "%s\n", functions[i].desc); in help()
339 for (i = 0; functions[i].cmd != NULL; i++) in help()
340 fprintf(stderr, " %s\n", functions[i].cmd); in help()
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_types.rst12 Please note the distinction between functions like :func:`cbor_isa_uint()` and :func:`cbor_is_int()`. The following functions work solely with the major type value.
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 undefined behavior.
35 These functions provide information about the item type from a more high-level perspective
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale9 - Locale-aware functions taking an explicit locale argument (Darwin)
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
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
61 constraints as with the pre-xlocale libc. Calls to any locale-aware functions
111 A large number of functions have been modified to take an explicit `locale_t`
114 APIs, but also simplifies the modifications to these functions. The
117 if any functions attempt to use them.
119 The ctype.h functions are a little different. These are not implemented in
[all …]
/freebsd/tools/test/stress2/misc/
H A Dbench.sh99 static void (*functions[TESTS])();
274 functions[i]();
289 functions[0] = &t1;
290 functions[1] = &t2;
291 functions[2] = &t3;
292 functions[3] = &t4;
293 functions[4] = &t5;
294 functions[5] = &t6;
/freebsd/tools/kerneldoc/subsys/
H A Dnotreviewed.dox3 * <b>IMPORTANT:</b> This API documentation may contain both functions which
4 * are public and functions that are for internal use only. Since we have not
5 * reviewed every part of the documentation yet, <i>some internal functions
7 * and add appropriate comments to functions which are only for internal use,

12345678910>>...60