Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/freebsd/crypto/openssl/doc/man3/
H A DX509_cmp.pod24 This set of functions are used to compare X509 objects, including X509
25 certificates, X509 CRL objects and various values in an X509 certificate.
27 The X509_cmp() function compares two B<X509> objects indicated by parameters
29 values of two B<X509> objects and the canonical (DER) encoding values.
31 The X509_NAME_cmp() function compares two B<X509_NAME> objects indicated by
33 canonical (DER) encoding values of the two objects using L<i2d_X509_NAME(3)>.
41 values in the given B<X509> objects I<a> and I<b>.
45 issuer names and subject names of the X<509> objects, or issuers of B<X509_CRL>
46 objects, respectively.
48 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the
[all …]
H A DSSL_SESSION_free.pod37 SSL_SESSION objects are allocated, when a TLS/SSL handshake operation
40 the SSL_SESSION objects are internally referenced by the SSL_CTX and
41 linked into its session cache. SSL objects may be using the SSL_SESSION object;
42 as a session may be reused, several SSL objects may be using one SSL_SESSION
52 SSL_SESSION_free() must only be called for SSL_SESSION objects, for
57 It must not be called on other SSL_SESSION objects, as this would cause
H A DPEM_X509_INFO_read_bio_ex.pod6 - read PEM-encoded data structures into one or more B<X509_INFO> objects
28 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>.
34 PEM_X509_INFO_read_bio_ex() loads the B<X509_INFO> objects using a bio I<bp>.
40 Each of the loaded B<X509_INFO> objects can contain a CRL, a certificate,
61 a stack of B<X509_INFO> objects or NULL on failure.
H A DOBJ_nid2obj.pod13 #include <openssl/objects.h>
107 OBJ_cleanup() releases any resources allocated by creating new objects.
112 identifier (NID) associated with them. A standard set of objects is
114 in the header file B<objects.h>.
122 New objects can be added by calling OBJ_create().
124 Table objects have certain advantages over other objects: for example
135 Some objects are used to represent algorithms which do not have a
H A DX509_LOOKUP_hash_dir.pod43 file into memory cache of B<X509_STORE> objects which given B<ctx>
49 or CRL object (while PEM can contain several concatenated PEM objects)
58 Functions return number of objects loaded from file or 0 in case of
99 more objects with the same hash beyond the first missing number in the
126 objects (that behave like directories).
139 the number of loaded objects or 0 on error.
H A DOSSL_STORE_INFO.pod17 - Functions to manipulate OSSL_STORE_INFO objects
60 supported objects from B<OSSL_STORE_INFO> objects and for scheme specific
66 the objects that have been retrieved by OSSL_STORE_load() and similar functions.
111 Additionally, for B<OSSL_STORE_INFO_NAME> objects,
143 used by the application to get the objects in that file.
153 for the storage where the object (or collection of objects) resides.
H A DOSSL_STORE_expect.pod24 By default, no expectations on the types of objects to be loaded are made.
28 For example, if C<file:/foo/bar/store.pem> contains several objects of different
33 grained search of objects.
H A DSSL_CTX_ctrl.pod5 …allback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
20 the SSL_CTX and SSL objects. Depending on the command B<cmd> the arguments
H A Dd2i_SSL_SESSION.pod20 SSL_SESSION objects keep internal link information about the session cache
23 only be used with one SSL_CTX object (and the SSL objects created
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod18 all OpenSSL objects are thread-safe.
19 To emphasize: I<most objects are not safe for simultaneous use>.
24 Many objects within OpenSSL are reference-counted, so resources are not
34 Many objects have set and get API's to set attributes in the object.
46 met and shared objects are not modified.
67 The same API's can usually be used simultaneously on different objects
70 B<EVP_PKEY_CTX> objects.
79 A separate, although related, issue is modifying "factory" objects
80 when other objects have been created from that.
82 to create per-connection B<SSL> objects by calling L<SSL_new(3)>.
[all …]
H A Dpassphrase-encoding.pod21 and stick to that throughout the lifetime of affected objects.
81 L<ossl_store(7)> acts as a general interface to access all kinds of objects,
105 This is particularly relevant for PKCS#12 objects, where human readable pass
107 For other objects, it's as legitimate to use any byte sequence (such as a
112 =head2 Creating new objects
114 For creating new pass phrase protected objects, make sure the pass phrase is
122 =head2 Opening existing objects
124 For opening pass phrase protected objects where you know what character
128 For opening pass phrase protected objects where the character encoding that was
/freebsd/contrib/libucl/doc/
H A Dapi.md34 - [Primitive objects generation](#primitive-objects-generation)
47 Libucl is a parser and `C` API to parse and generate `ucl` objects. Libucl consist of several group…
53 Convert `ucl` objects to some textual or binary representation. Currently, libucl supports the foll…
63 …w creation of `ucl` objects from C types and creating of complex `ucl` objects, such as hashes or …
246 Libucl can transform UCL objects to a number of textual formats:
280 Libucl provides the following functions for emitting UCL objects:
321 …ate UCL objects from C primitive types. Moreover, libucl allows creation and modifying complex UCL…
348 ## Primitive objects generation
409 … iterators are defined to clarify iterating over UCL objects and simplify flattening of UCL object…
413 1. Iteration over complex objects with expanding all values
[all …]
H A Dlua_api.md3 This lua module allows to parse objects from strings and to store data into
4 ucl objects. It uses `libucl` C library to parse and manipulate with ucl objects.
69 - *scalar* values are directly presented by lua objects
70 - *userdata* values are converted to lua function objects using `LUA_REGISTRYINDEX`,
73 - *objects* are converted to lua tables with string indices
/freebsd/tools/test/stress2/misc/
H A Dradix.sh77 Suppose that I write a program for i386 that creates giant VM objects,
80 4104, 4105, ... in each of the VM objects. (The sequence would be
83 Each of the VM objects would have only one less interior node in the
84 radix tree than pages. If I create enough of these VM objects, then I
/freebsd/crypto/openssl/crypto/objects/
H A DREADME.md1 objects.txt syntax
4 To cover all the naming hacks that were previously in `objects.h` needed some
5 kind of hacks in `objects.txt`.
/freebsd/contrib/libucl/
H A DChangeLog.md5 - Streamline emitter has been added, so it is now possible to output partial `ucl` objects
13 - Allow userdata objects to be emitted and destructed
14 - Use userdata objects to store lua function references
82 - C++ wrapper: fix iteration over objects in which the first value is `false` (by Zhe Wang)
101 - Allow to pass opaque objects in Lua API for transparent C passthrough
H A DREADME.md108 …t of quotes for strings and keys, moreover, `:` may be replaced `=` or even be skipped for objects:
153 UCL accepts named keys and organize them into objects hierarchy internally. Here is an example of t…
176 Plain definitions may be more complex and contain more than a single level of nested objects:
284 …ith less priority it is ignored completely, and if we have two duplicate objects with the same pri…
289 Priorities are used by UCL parser to manage the policy of objects rewriting during including other …
292 * If we have two objects with the same priority then we form an implicit array
298 rewrite keys from the objects with lower priorities as specified by the policy. The priority
332 …e multiline strings as well as single line ones. It uses shell/perl like notation for such objects:
381objects. It uses the same schema that is used for json: [json schema v4](http://json-schema.org). …
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh142 objects="$start1 $end1 $start2 $end2"
143 expected="$objects"
144 actual=$(get_object_list $TESTPOOL/$TESTFS $objects | awk '{printf("%s ", $1)}' | tr '\n' ' ')
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dexecution.inc30 // [execpol.objects], execution policy objects
/freebsd/usr.bin/lorder/tests/
H A Dlorder_test.sh59 atf_test_case objects
109 atf_add_test_case objects
/freebsd/include/rpcsvc/
H A Dnis.x136 nis_object objects<>; /* objects found */
401 %#define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len)
402 %#define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
/freebsd/contrib/elftoolchain/
H A DREADME.rst11 - managing program objects conforming to the ELF_ object format, and
12 - for managing DWARF_ debugging information in ELF objects.
35 strip Discard information from ELF objects.
/freebsd/contrib/googletest/docs/
H A Dgmock_cheat_sheet.md100 2. Create the mock objects.
101 3. Optionally, set the default actions of the mock objects.
102 4. Set your expectations on the mock objects (How will they be called? What
104 5. Exercise code that uses the mock objects; if necessary, check the result
240 | `--gmock_catch_leaked_mocks=0` | Don't report leaked mock objects as failures. |
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc20 "Print addresses of leaked objects after main leak report.")
23 "Aggregate two objects into one leak if this many stack frames match. If "
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1194 int objects = 0; in zfs_prune_aliases() local
1228 objects++; in zfs_prune_aliases()
1235 return (objects); in zfs_prune_aliases()
1267 *objects = 0; in zfs_prune()
1277 *objects = (*shrinker->scan_objects)(shrinker, &sc); in zfs_prune()
1281 *objects = (*shrinker->scan_objects)(shrinker, &sc); in zfs_prune()
1283 *objects = (*shrinker->shrink)(shrinker, &sc); in zfs_prune()
1286 *objects = zfs_prune_aliases(zfsvfs, nr_to_scan); in zfs_prune()
1298 if (*objects == 0) in zfs_prune()
1299 *objects = zfs_prune_aliases(zfsvfs, nr_to_scan); in zfs_prune()
[all …]

12345678910>>...17