| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | X509_cmp.pod | 24 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 the canonical (DER) encoding values of the two objects. L<i2d_X509_NAME(3)> 37 values in the given B<X509> objects B<a> and B<b>. 41 issuer names and subject names of the X<509> objects, or issuers of B<X509_CRL> 42 objects, respectively. 44 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the [all …]
|
| H A D | SSL_SESSION_free.pod | 37 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 D | OBJ_nid2obj.pod | 13 #include <openssl/objects.h> 97 OBJ_cleanup() releases any resources allocated by creating new objects. 102 identifier (NID) associated with them. A standard set of objects is 104 in the header file B<objects.h>. 112 New objects can be added by calling OBJ_create(). 114 Table objects have certain advantages over other objects: for example 125 Some objects are used to represent algorithms which do not have a
|
| H A D | OSSL_STORE_INFO.pod | 14 OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects 51 supported objects from B<OSSL_STORE_INFO> objects and for scheme specific 57 the objects that have been retrieved by OSSL_STORE_load() and similar 97 Additionally, for B<OSSL_STORE_INFO_NAME>` objects, 116 used by the application to get the objects in that file. 126 for the storage where the object (or collection of objects) resides.
|
| H A D | X509_LOOKUP_hash_dir.pod | 38 file into memory cache of B<X509_STORE> objects which given B<ctx> 44 or CRL object (while PEM can contain several concatenated PEM objects) 53 Functions return number of objects loaded from file or 0 in case of 94 more objects with the same hash beyond the first missing number in the 120 the number of loaded objects or 0 on error.
|
| H A D | X509_STORE_add_cert.pod | 57 OpenSSL represents these trusted certificates internally as B<X509> objects 61 operate on pointers to B<X509> objects, though. 64 to the B<X509_STORE>'s local storage. Untrusted objects should not be 78 B<X509_LOOKUP> functions can look up objects in that store.
|
| H A D | SSL_CTX_ctrl.pod | 5 …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 D | d2i_SSL_SESSION.pod | 20 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
|
| H A D | SSL_CTX_set_ssl_version.pod | 18 SSL_CTX_set_ssl_version() sets a new default TLS/SSL B<method> for SSL objects 19 newly created from this B<ctx>. SSL objects already created with
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | object_pool.c | 76 apr_hash_t *objects; member 116 for (hi = apr_hash_first(subpool, object_pool->objects); in remove_unused_objects() 126 apr_hash_set(object_pool->objects, object_ref->key.data, in remove_unused_objects() 193 = apr_hash_get(object_pool->objects, key->data, key->size); in lookup() 221 = apr_hash_get(object_pool->objects, key->data, key->size); in insert() 241 apr_hash_set(object_pool->objects, object_ref->key.data, in insert() 257 > apr_hash_count(object_pool->objects) + 2) in insert() 280 result->objects = svn_hash__make(result->pool); in svn_object_pool__create()
|
| /freebsd-13.1/contrib/libucl/doc/ |
| H A D | api.md | 34 - [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 D | lua_api.md | 3 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-13.1/crypto/openssl/doc/man7/ |
| H A D | passphrase-encoding.pod | 21 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-13.1/crypto/openssl/crypto/objects/ |
| H A D | README | 1 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-13.1/contrib/libucl/ |
| H A D | ChangeLog.md | 5 - 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 D | README.md | 108 …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: 381 …objects. It uses the same schema that is used for json: [json schema v4](http://json-schema.org). …
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_object_range_pos.ksh | 143 objects="$start1 $end1 $start2 $end2" 144 expected="$objects" 145 actual=$(get_object_list $TESTPOOL/$TESTFS $objects | awk '{print $1}' | xargs)
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ReproducerInstrumentation.cpp | 38 std::vector<void *> objects; in GetAllObjects() local 39 objects.reserve(pairs.size()); in GetAllObjects() 41 objects.push_back(p.second); in GetAllObjects() 44 return objects; in GetAllObjects()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/design/ |
| H A D | overview.rst | 56 The command source files represent objects that implement the functionality for 65 ``lldb_private::CommandObject`` command line commands are the objects that 68 together. The help system is tied into these objects and can extract the syntax 81 - Communication classes that use Connection objects 84 - Value objects 113 uses a stack of lldb_private::Value objects. These objects know how to do the
|
| /freebsd-13.1/contrib/serf/ |
| H A D | design-guide.txt | 33 disable mutexes within APR objects where applicable (e.g. pools that 36 The objects should not have any thread affinity (i.e. don't use 38 mutexes to guard entry to the serf objects, which then allows the 39 objects to be used from multiple threads. 61 set of objects, which is problematic if some are still in use.
|
| /freebsd-13.1/include/rpcsvc/ |
| H A D | nis.x | 142 nis_object objects<>; /* objects found */ 407 %#define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len) 408 %#define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
|
| /freebsd-13.1/contrib/elftoolchain/ |
| H A D | README.rst | 11 - 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-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_flags.inc | 20 "Print addresses of leaked objects after main leak report.") 23 "Aggregate two objects into one leak if this many stack frames match. If "
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1193 int objects = 0; in zfs_prune_aliases() local 1227 objects++; in zfs_prune_aliases() 1234 return (objects); in zfs_prune_aliases() 1259 *objects = 0; in zfs_prune() 1269 *objects = (*shrinker->scan_objects)(shrinker, &sc); in zfs_prune() 1273 *objects = (*shrinker->scan_objects)(shrinker, &sc); in zfs_prune() 1275 *objects = (*shrinker->shrink)(shrinker, &sc); in zfs_prune() 1278 *objects = zfs_prune_aliases(zfsvfs, nr_to_scan); in zfs_prune() 1290 if (*objects == 0) in zfs_prune() 1291 *objects = zfs_prune_aliases(zfsvfs, nr_to_scan); in zfs_prune() [all …]
|
| /freebsd-13.1/contrib/ntp/ntpsnmpd/ |
| H A D | README | 18 which should give you a list of all currently supported NTP MIB objects and their current values 24 In its current state the daemon supports these objects:
|