/freebsd/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 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 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 | PEM_X509_INFO_read_bio_ex.pod | 6 - 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 D | OBJ_nid2obj.pod | 13 #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 D | X509_LOOKUP_hash_dir.pod | 43 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 D | OSSL_STORE_INFO.pod | 17 - 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. 112 Additionally, for B<OSSL_STORE_INFO_NAME> objects, 144 used by the application to get the objects in that file. 154 for the storage where the object (or collection of objects) resides.
|
H A D | OSSL_STORE_expect.pod | 24 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 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
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-threads.pod | 18 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. 47 Set methods, or modifying shared objects, are generally not thread-safe 55 L<X509_cmp(3)> takes pointers to C<const> objects, but the implementation 56 uses a C cast to remove that so it can lock objects, generate and cache 67 The same API's can usually be used simultaneously on different objects 70 B<EVP_PKEY_CTX> objects. [all …]
|
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/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… 60 Help to convert `ucl` objects to C types. These functions are used to convert `ucl_object_t` to C p… 63 …w creation of `ucl` objects from C types and creating of complex `ucl` objects, such as hashes or … 66 Iterate over `ucl` complex objects or over a chain of values, for example when a key in an object h… 69 …son-schema compatible object `schema`. Both input and schema must be UCL objects to perform valida… 72 Provide basic utilities to manage `ucl` objects: creating, removing, retaining and releasing refere… 246 Libucl can transform UCL objects to a number of textual formats: 254 efficient and zero-copy output of libucl objects. Libucl uses the following structure to support th… [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/tools/test/stress2/misc/ |
H A D | radix.sh | 77 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/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 146 void addClauseSymsToMap(const tomp::ObjectListT<IdTy, ExprTy> &objects, 265 const tomp::ObjectListT<IdTy, ExprTy> &objects, const ClauseTy *node) { in addClauseSymsToMap() argument 266 for (auto &object : objects) in addClauseSymsToMap() 286 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(item.t); in addClauseSymsToMap() local 287 addClauseSymsToMap(objects, node); in addClauseSymsToMap() 288 for (auto &object : objects) { in addClauseSymsToMap() 601 tomp::ObjectListT<IdTy, ExprTy> objects; in applyClause() local 603 clause.v, std::back_inserter(objects), [&](const ObjectTy &object) { in applyClause() 606 if (!objects.empty()) { in applyClause() 609 tomp::clause::FirstprivateT<TypeTy, IdTy, ExprTy>{/*List=*/objects}); in applyClause() [all …]
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | README.md | 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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_object_range_pos.ksh | 142 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/lldb/docs/design/ |
H A D | overview.rst |
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | execution.cppm |
|
/freebsd/include/rpcsvc/ |
H A D | nis.x | 136 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/usr.bin/lorder/tests/ |
H A D | lorder_test.sh | 59 atf_test_case objects 109 atf_add_test_case objects
|
/freebsd/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/contrib/googletest/docs/ |
H A D | gmock_cheat_sheet.md | 100 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. |
|