/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_crypt.h | 45 * In-memory representation of a wrapping key. One of these structs will exist 61 /* actual wrapping key */ 67 /* dsl directory object that owns this wrapping key */ 79 DCP_CMD_INHERIT, /* rewrap key with parent's wrapping key */ 101 /* the wrapping key */ 120 /* wrapping key for syncing this structure to disk */ 146 /* in memory structure for holding all wrapping and dsl keys */ 160 /* lock for protecting the wrapping keys tree */
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionSourceCode.h | 22 enum Wrapping : bool { enum 34 llvm::StringRef body, Wrapping wrap) in ExpressionSourceCode() 41 Wrapping m_wrap;
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_crypt.c | 38 * randomly generated and is encrypted with the user's wrapping key. This 48 * The Wrapping Key Tree: 49 * The wrapping key (wkey) tree stores the user's keys that are fed into the 51 * parent's wkey by default, so these structures are refcounted. The wrapping 116 /* allocate the wrapping key */ in dsl_wrapping_key_create() 204 /* check wrapping key length, if given */ in dsl_crypto_params_create_nvlist() 214 /* create the wrapping key from the raw data */ in dsl_crypto_params_create_nvlist() 216 /* create the wrapping key with the verified parameters */ in dsl_crypto_params_create_nvlist() 413 /* init the search wrapping key */ in spa_keystore_wkey_hold_ddobj_impl() 416 /* lookup the wrapping key */ in spa_keystore_wkey_hold_ddobj_impl() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnostic.h | 66 /// This is a static helper to handle the line wrapping, colorizing, and 77 /// \param Columns The number of columns to use in line-wrapping, 0 disables 78 /// all line-wrapping.
|
/freebsd/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_kpt.h | 74 * KPT wrapping key handle 77 * Handle to a unique wrapping key in wrapping key table. Application 80 * be used to get a SWK(Symmetric Wrapping Key) to unwrap 99 /**< Generic success status for all KPT wrapping key handling functions*/ 159 * This structure defines the format of the symmetric wrapping key to be 169 /**< Symmetric wrapping algorithm */ 178 * private key wrapping/unwrapping.For AEC-GCM, iv length is 12 bytes. 191 * private key wrapping/unwrapping. 213 * (symmetric) wrapping key*/ 565 * symmetric wrapping key. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 94 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates"); 96 "Number of shrink-wrapping candidates dropped because of frequency"); 100 cl::desc("enable the shrink-wrapping pass")); 110 /// shrink-wrapping term for prologue/epilogue placement, this pass 249 /// shrink-wrapping. 252 /// Check if shrink wrapping is enabled for this target and function. 277 StringRef getPassName() const override { return "Shrink Wrapping analysis"; } in getPassName() 279 /// Perform the shrink-wrapping analysis and update 730 // Make sure Save and Restore are suitable for shrink-wrapping: in updateSaveRestorePoints() 836 LLVM_DEBUG(dbgs() << "EHPad/inlineasm_br prevents shrink-wrapping\n"); in performShrinkWrapping() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_encrypted.ksh | 50 log_assert "'zfs mount -l' should properly load a valid wrapping key" 69 log_pass "'zfs mount -l' properly loads a valid wrapping key"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CBindingWrapping.h | 1 //===- llvm/Support/CBindingWrapping.h - C Interface Wrapping ---*- C++ -*-===// 9 // This file declares the wrapping macros for the C interface.
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | wrap128.c | 12 * Following wrapping modes were designed for AES but this implementation 34 /** Wrapping according to RFC 3394 section 2.2.1. 46 * Output length if wrapping succeeded. 170 /** Wrapping according to RFC 5649 section 4.1. 181 * Output length if wrapping succeeded.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 154 /// This method is used by the shrink-wrapping pass to decide if 156 /// As soon as the target enable shrink-wrapping without overriding 164 /// This method is used by the shrink-wrapping pass to decide if 168 /// Returns true if the target will correctly handle shrink wrapping.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_add1_recipient_cert.pod | 36 wrapping algorithm B<nid>, identifier B<id> of length B<idlen> and optional 56 Currently only AES based key wrapping algorithms are supported for B<nid>,
|
H A D | BIO_s_file.pod | 52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be: 73 When wrapping stdout, stdin or stderr the underlying stream should not
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.8 | 131 Turn on TCP Wrapping for internal services which are built in to 134 Turn on TCP Wrapping for external services. 610 If both options are given, wrapping for both 612 Either wrapping option 618 flag to the wrapping options will include successful connections in the 635 When wrapping is enabled, the
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_insstr.3x | 77 No wrapping is performed. 112 \fBinsnstr\fP and \fBwinsnstr\fP perform wrapping.
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | ui_mock.cpp | 43 /// Defaults to 0 to prevent uncontrolled wrapping on our tests. 88 /// \return Always none, as we do not want to depend on line wrapping in our
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 197 /// Returns true if the target will correctly handle shrink wrapping. 421 /// This method is used by the shrink-wrapping pass to decide if 423 /// As soon as the target enable shrink-wrapping without overriding 433 /// This method is used by the shrink-wrapping pass to decide if 435 /// As soon as the target enable shrink-wrapping without overriding
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Stencil.h | 72 /// Generates the source of the expression bound to \p Id, wrapping it in 83 /// the expression bound to \p ExprId, including wrapping it in parentheses, if 94 /// including wrapping \p ExprId in parentheses, if needed. Otherwise, generates
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | decapsulate.c | 125 * Remove the GSS-API wrapping from `in_token' giving `out_data. 156 * Remove the GSS-API wrapping from `in_token' giving `out_data.
|
/freebsd/bin/expr/ |
H A D | Makefile | 8 # expr relies on signed integer wrapping
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | CMS_add1_recipient_cert.3 | 171 wrapping algorithm \fBnid\fR, identifier \fBid\fR of length \fBidlen\fR and optional 190 Currently only \s-1AES\s0 based key wrapping algorithms are supported for \fBnid\fR,
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBCommandReturnObjectExtensions.i | 14 // wrapping the variadic Printf() with a plain Print()
|
H A D | SBValueDocstrings.i | 180 Get an SBData wrapping what this SBValue points to. 198 Get an SBData wrapping the contents of this SBValue.
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.5.t | 187 Descriptor wrapping.\(dg 194 \fIwrapping\fP a communications channel with a system supplied protocol
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 214 * fix: text wrapping (actual string length) with --colors. 306 text (word wrapping, autosizing), menus (shortcuts, name, desc), 312 and to adapt word wrapping and dynamic text autosizing to 336 * fix: text wrapping with more than 1024 words.
|
/freebsd/sys/contrib/device-tree/Bindings/soc/amlogic/ |
H A D | amlogic,canvas.yaml | 16 Those metadata include: width, height, phyaddr, wrapping and block mode.
|