/freebsd/contrib/kyua/utils/config/ |
H A D | nodes.ipp | 60 /// \return A pointer to the newly-created node. 83 /// Note that these are one-level keys. They cannot contain dots, and thus 113 /// The direct children of this node must be pre-defined by calls to define(). 114 /// Attempts to traverse this node and resolve a key that is not a pre-defined 129 /// The children of this node need not be pre-defined. Attempts to traverse 131 /// intermediate non-existent nodes of the traversal will be created as dynamic 175 /// Gets the value stored in the node. 177 /// \pre The node must have a value. 184 PRE(is_set()); 189 /// Gets the read-write value stored in the node. [all …]
|
H A D | nodes.hpp | 65 /// \return A dynamically-allocated node. 91 /// a value. Our trees are "strictly keyed": keys must have been pre-defined 131 /// Gets the value stored in the node. 134 /// Gets the read-write value stored in the node. 181 /// A leaf node that holds a positive non-zero integer value. 214 /// Gets the value stored in the node. 216 /// \pre The node must have a value. 221 /// Gets the read-write value stored in the node. 223 /// \pre The node must have a value.
|
H A D | lua_module.cpp | 45 /// Gets the tree singleton stored in the Lua state. 60 state.get_table(-2); in get_global_tree() 61 if (state.is_nil(-1)) in get_global_tree() 64 config::tree& tree = **state.to_userdata< config::tree* >(-1); in get_global_tree() 70 /// Gets a fully-qualified tree key from the state. 85 PRE(state.is_string(field_index)); in get_tree_key() 94 tree_key = state.to_string(-1) + "." + state.to_string(field_index - 1); in get_tree_key() 108 /// \post state(-1) Contains the new table. 121 state.set_table(-3); in new_table_for_key() 125 state.set_table(-3); in new_table_for_key() [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | krb5_introduction.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 10 <!-- end of header marker --> 11 <!-- Generated by Doxygen 1.5.6 --> 27 …all per thread state. All global variables that are context specific are stored in this structure,… 39 The credential cache data can be stored internally in different way, each of them for different pro… 44 …-bit signed numbers, the first 24 bits define what subsystem the error originates from, and last 8… 45 …-codes back. However, Heimdal have an extention to pass back customised errors messages. Instead o… 48 …ytab is a storage for locally stored keys. Heimdal includes keytab support for Kerberos 5 keytabs,… [all …]
|
H A D | krb5_keytab_intro.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 10 <!-- end of header marker --> 11 <!-- Generated by Doxygen 1.5.6 --> 29 A keytab name is on the form type:residual. The residual part is specific to each keytab-type.<p> 30 When a keytab-name is resolved, the type is matched with an internal list of keytab types. If there… 39 <li>memory The keytab is stored in a memory segment. This allows sensitive and/or temporary data no… 43 <div class="fragment"><pre class="fragment"><span class="keywordtype">int</span> 78 </pre></div> </div> [all …]
|
H A D | krb5_fileformats.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 10 <!-- end of header marker --> 11 <!-- Generated by Doxygen 1.5.6 --> 28 The following C-like structure definitions illustrate the MIT keytab file format. All values are in… 29 <div class="fragment"><pre class="fragment"> keytab { 56 </pre></div><p> 57 All numbers are stored in network byteorder (big endian) format.<p> 67 …ption type is the same as the Kerberos standard (e.g. 3 is des-cbc-md5, 23 is arcfour-hmac-md5, et… [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | write_transaction.cpp | 148 /// \param path Path to the file to be stored. 150 /// \return The identifier of the stored file, or none if the file was empty. 188 /// Internal implementation for a store write-only transaction. 211 /// Creates a new write-only transaction. 233 _pimpl->_tx.commit(); in commit() 247 _pimpl->_tx.rollback(); in rollback() 256 /// \pre The context has not been put yet. 257 /// \post The context is stored into the database with a new identifier. 266 sqlite::statement stmt = _pimpl->_db.create_statement( in put_context() 271 put_env_vars(_pimpl->_db, context.env()); in put_context() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | tar.5 | 1 .\" Copyright (c) 2003-2009 Tim Kientzle 39 tape drives that operate with fixed-size blocks, but is widely used as 44 archive consists of a series of 512-byte records. 61 commonly used with modern high-speed tape drives. 69 .Ss Old-Style Archive Format 76 which seems to be the earliest widely-used version of the tar program. 78 The header record for an old-style 81 .Bd -literal -offset indent 96 .Bl -ta [all...] |
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_psk_client_callback.pod | 11 - set PSK client callback 55 the PSK in B<*id>. The identifier length in bytes should be stored in B<*idlen>. 90 Alternatively an SSL_SESSION created from a previous non-PSK handshake may also 106 the pre-shared key to use during the connection setup phase. 110 connection in parameter B<ssl>, a B<NUL>-terminated PSK identity hint 112 length B<max_identity_len> bytes (including the B<NUL>-terminator) where the 113 resulting B<NUL>-terminated identity is to be stored, and a buffer B<psk> 114 of length B<max_psk_len> bytes where the resulting pre-shared key is to 115 be stored. 125 always be NULL and the handshake digest will default to SHA-256 for any returned [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2.h | 45 ARGON2_MIN(UINT32_C(32), (sizeof(void *) * CHAR_BIT - 10 - 1)) 78 ARGON2_OUTPUT_PTR_NULL = -1, 80 ARGON2_OUTPUT_TOO_SHORT = -2, 81 ARGON2_OUTPUT_TOO_LONG = -3, 83 ARGON2_PWD_TOO_SHORT = -4, 84 ARGON2_PWD_TOO_LONG = -5, 86 ARGON2_SALT_TOO_SHORT = -6, 87 ARGON2_SALT_TOO_LONG = -7, 89 ARGON2_AD_TOO_SHORT = -8, 90 ARGON2_AD_TOO_LONG = -9, [all …]
|
/freebsd/share/man/man3/ |
H A D | CMSG_DATA.3 | 45 .Bl -tag -width Ds 63 This value is what is normally stored in the 82 This value is what is normally stored in 89 in the parent process and passes it over a pre-shared socket over the child 93 .Bd -literal 117 if (socketpair(PF_LOCAL, SOCK_STREAM, 0, presharedfd) == -1) 118 err(EX_OSERR, "failed to create a pre-shared socket pair"); 127 case -1: 133 if (recvmsg(presharedfd[1], &msg, 0) == -1) 139 if (cmsg->cmsg_len == CMSG_LEN(sizeof(int)) && [all …]
|
/freebsd/include/ |
H A D | pwd.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 80 * upper 4 bits are interpreted as a version. Pre-FreeBSD 5.1 format 81 * entries are version `3' -- this conveniently results in the same 82 * key values as before. The new, architecture-independent entries 86 * old pre-FreeBSD 5.1 values so these apps still work. Consequently 94 #define _PW_KEYBYNAME '\x31' /* stored by name */ 95 #define _PW_KEYBYNUM '\x32' /* stored by entry in the "file" */ 96 #define _PW_KEYBYUID '\x33' /* stored by uid */
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_psk_client_callback.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | smfi_getpriv.html | 4 <!-- 5 $Id: smfi_getpriv.html,v 1.10 2013-11-22 20:51:39 ca Exp $ 6 --> 10 <!---------- Synopsis -----------> 12 <PRE> 17 </PRE> 18 Get the connection-specific data pointer for this connection. 21 <!----------- Description ----------> 35 <!----------- Arguments ----------> 45 <!----------- Return values ----------> [all …]
|
/freebsd/sys/contrib/openzfs/man/man1/ |
H A D | test-runner.1 | 79 is stored in a 102 The exception is options pertaining to pre and post scripts, which act on all 109 Tests that exit zero and non-zero are marked 114 When a pre script fails for a test group, only the post script is executed, 155 is an INI-style configuration file that describes a test run. 167 .Bl -tag -width "tests = ['filename', …]" 170 .It Sy pre No = Ar script 175 Execute the pre script as 206 .Bl -tag -width "-o outputdir" 249 Execute the pre script as [all …]
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_session.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 22 * information required for processing responses from the QAT are stored in an 23 * internal cookie. A pointer to this cookie is stored in the opaque data 27 * \ref cpaCySymSessionCtxGetSize(). Internally this memory is re-aligned on a 33 * <b>LAC Session Init</b>\n The session descriptor is re-aligned and 59 * - The perform funcion increments the reference count for the session. 60 * - The callback function decrements the reference count for the session. 61 * - The Remove function checks the reference count to ensure that it is 0. 64 * - \ref LacMem "Memory" - Inline memory functions [all …]
|
/freebsd/sys/sys/ |
H A D | firmware.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 37 * be loaded on-demand or pre-loaded as desired. Modules may contain 38 * one or more firmware images that are stored as opaque data arrays 44 * When multiple images are stored in one module, the first image is 52 const char *name; /* system-wide name */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
H A D | DWARFLinker.h |
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.1 | 33 .Nd compression/decompression tool using Lempel-Ziv coding (LZ77) 61 program compresses and decompresses files using Lempel-Ziv coding 116 .Bl -tag -width XXrXXXrecursiveX 126 .It Fl c , Fl Fl stdout , Fl Fl to-stdout 134 overwriting of pre-existing files, reading from or writing to a terminal, 137 option, allowing non-compressed data to pass through unchanged. 144 .It Fl L , -license 156 This option causes the stored filename in the input file to be used 158 .It Fl n , Fl Fl no-name 159 This option stops the filename and timestamp from being stored in [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5.conf.5 | 1 .\" Copyright (c) 1999 - 2005 Kungliga Tekniska Högskolan 53 .Bd -literal -offset indent 81 consists of one or more non-whitespace characters. 83 STRINGs that are specified later in this man-page uses the following 85 .Bl -tag -width "xxx" -offset indent 93 valid encryption types are: des-cbc-crc, des-cbc-md4, des-cbc-md5, 94 des3-cbc-sha1, arcfour-hmac-md5, aes128-cts-hmac-sha1-96, and 95 aes256-cts-hmac-sha1-96 . 101 .Bl -tag -width "xxx" -offset indent 107 .Bl -enum -compact [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCLowerPrePass.cpp | 1 //===-- WebAssemblyMCLowerPrePass.cpp - Prepare for MC lower --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 34 #define DEBUG_TYPE "wasm-mclower-prepass" 39 return "WebAssembly MC Lower Pre Pass"; in getPassName() 70 // The information stored here is essential for emitExternalDecls in the Wasm 77 MachineModuleInfo &MMI = MMIWP->getMMI(); in runOnModule() 85 LLVM_DEBUG(dbgs() << "********** MC Lower Pre Pass **********\n" in runOnModule() 87 << MF->getName() << '\n'); in runOnModule()
|
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_ctxops.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 54 * mechanism. That provider will allocate and pre-compute/pre-expand 56 * The size and address of that provider context template are stored 87 error = kcf_get_sw_prov(mech->cm_type, &pd, &me, B_TRUE); in crypto_create_ctx_template() 98 prov_mech.cm_type = KCF_TO_PROV_MECHNUM(pd, mech->cm_type); in crypto_create_ctx_template() 99 prov_mech.cm_param = mech->cm_param; in crypto_create_ctx_template() 100 prov_mech.cm_param_len = mech->cm_param_len; in crypto_create_ctx_template() 103 &(ctx_tmpl->ct_prov_tmpl), &(ctx_tmpl->ct_size)); in crypto_create_ctx_template() 139 ASSERT(ctx_tmpl->ct_prov_tmpl != NULL); in crypto_destroy_ctx_template() 141 memset(ctx_tmpl->ct_prov_tmpl, 0, ctx_tmpl->ct_size); in crypto_destroy_ctx_template() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lgc.h | 43 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend) 50 ** still-black objects. The invariant is restored when sweep ends and 54 #define keepinvariant(g) ((g)->gcstate <= GCSatomic) 87 #define iswhite(x) testbits((x)->marked, WHITEBITS) 88 #define isblack(x) testbit((x)->marked, BLACKBIT) 90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT))) 92 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT) 94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS) 96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) 98 #define changewhite(x) ((x)->marked ^= WHITEBITS) [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | Refactoring.h | 1 //===--- Refactoring.h - Framework for clang refactoring tools --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // when refactoring multiple translation units changes must be stored in a 16 //===----------------------------------------------------------------------===// 52 /// \returns 0 upon success. Non-zero upon failure. 55 /// Apply all stored replacements to the given Rewriter. 78 /// \pre Replacements must be conflict-free.
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.cpp | 134 /// which means that we would be double-freeing the internal object and 159 /// Remember that statements are reference-counted, so the statement will only 172 /// \pre The statement to execute will not produce any rows. 191 const int error = ::sqlite3_step(_pimpl->stmt); in step() 200 throw api_error::from_database(_pimpl->db, "sqlite3_step"); in step() 212 return ::sqlite3_column_count(_pimpl->stmt); in column_count() 224 const char* name = ::sqlite3_column_name(_pimpl->stmt, index); in column_name() 226 throw api_error::from_database(_pimpl->db, "sqlite3_column_name"); in column_name() 239 return c_type_to_cxx(::sqlite3_column_type(_pimpl->stmt, index)); in column_type() 253 std::map< std::string, int >& cache = _pimpl->column_cache; in column_id() [all …]
|