| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-sermersheim-ldap-chaining-xx.txt | 5 Document: draft-sermersheim-ldap-chaining-02.txt Feb 2004 40 (LDAP) request control that allows specification of chaining behavior 54 distributed directory is chaining. Chaining is defined in [X.518], 79 The term chaining may apply to uni-chaining as well as multi-chaining 128 chaining, rather than referrals, be used to provide the service. 132 chainingRequired indicates that chaining is to be used rather 142 referralsRequired indicates that chaining is prohibited. When 150 chaining. 162 operation or an Unbind operation. Servers MUST ignore any chaining 190 chaining is allowed, the DSA is allowed to chain the operation as
|
| H A D | draft-sermersheim-ldap-distproc-xx.txt | 149 requirements, namely "chaining" and "returning referrals". 156 chaining or referral mechanism is used to distribute an operation. 255 The data types in this section are used by the chaining and referral 665 o Unbind. Again, there is no need to send chaining-related 767 useful while chaining search operations during operation evaluation 858 chaining, and returning referrals. Chaining is the act of forwarding 865 another DSA. Whether the operation is distributed via chaining or 882 chaining an operation or returning a referral. This step consists of 919 creating a ContinuationReference (Section 4.3) and either chaining 1033 creating a ContinuationReference (Section 4.3) and either chaining [all …]
|
| /netbsd-src/sbin/disklabel/ |
| H A D | interact.c | 78 static int chaining = 0; /* make partitions contiguous */ variable 145 chaining ? "yes" : "no"); in cmd_chain() 151 chaining = 1; in cmd_chain() 154 chaining = 0; in cmd_chain() 567 if (chaining) { in cmd_part()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | des_modes.pod | 59 The chaining operation makes the ciphertext blocks dependent on the 91 The chaining operation makes the ciphertext variables dependent on the 141 The absence of chaining makes the OFB more vulnerable to specific attacks.
|
| H A D | RAND_DRBG.pod | 65 This is called chaining. A chained DRBG instance is created by passing
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | des_modes.pod | 59 The chaining operation makes the ciphertext blocks dependent on the 91 The chaining operation makes the ciphertext variables dependent on the 142 The absence of chaining makes the OFB more vulnerable to specific attacks.
|
| H A D | des.pod | 179 des_ncbc_encrypt() encrypts/decrypts using the I<cipher-block-chaining> 203 chaining mode used by Kerberos v4. Its parameters are the same as
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
| H A D | des_modes.pod | 59 The chaining operation makes the ciphertext blocks dependent on the 91 The chaining operation makes the ciphertext variables dependent on the 142 The absence of chaining makes the OFB more vulnerable to specific attacks.
|
| H A D | des.pod | 179 des_ncbc_encrypt() encrypts/decrypts using the I<cipher-block-chaining> 203 chaining mode used by Kerberos v4. Its parameters are the same as
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | des_modes.pod | 59 The chaining operation makes the ciphertext blocks dependent on the 91 The chaining operation makes the ciphertext variables dependent on the 141 The absence of chaining makes the OFB more vulnerable to specific attacks.
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc6171.txt | 97 (master) information directly or through chaining, it performs the 145 operation is not available (either locally or through chaining), the 190 chaining can mitigate this threat by limiting chaining to a
|
| H A D | rfc5805.txt | 382 including server-side chaining and client-side chasing of referrals. 384 This document does not preclude servers from chaining operations that 386 chaining, it MUST ensure that transaction semantics are provided.
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | common.h | 96 extern int chaining;
|
| H A D | common.c | 120 int chaining = 0; variable 626 if ( chaining ) { in tool_args() 631 chaining = 1 + crit; in tool_args() 1135 chaining || in tool_args() 1702 || chaining in tool_server_controls() 1865 if ( chaining ) { in tool_server_controls() 1904 c[i].ldctl_iscritical = chaining > 1; in tool_server_controls()
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/ |
| H A D | OIDs | 111 chaining SelfContainedWorks:3
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | ARMADAXP | 189 # On-chip Cryptographic Engines and Security Accelerator (S/W chaining) 192 # On-chip Cryptographic Engines and Security Accelerator (H/W chaining)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | RAND_DRBG_new.pod | 93 The DRBG design supports I<chaining>, which means that a DRBG instance can
|
| H A D | DES_random_key.pod | 158 DES_ncbc_encrypt() encrypts/decrypts using the I<cipher-block-chaining> 182 chaining mode used by Kerberos v4. Its parameters are the same as
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AliasAnalysis.rst | 268 default to providing :ref:`chaining <aliasanalysis-chaining>` to another alias 274 .. _aliasanalysis-chaining: 276 ``AliasAnalysis`` chaining behavior 504 interface. All of these :ref:`chain <aliasanalysis-chaining>` to other
|
| /netbsd-src/usr.bin/compress/doc/ |
| H A D | revision.log | 51 * Junk chaining; replace with the simpler (and, on the VAX, faster)
|
| H A D | README | 89 3. The character chaining has been deleted and the program now uses
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | TableGen.cmake | 165 # FIXME: A proper fix requires sequentially chaining tablegens.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | DES_random_key.pod | 163 DES_ncbc_encrypt() encrypts/decrypts using the I<cipher-block-chaining> 187 chaining mode used by Kerberos v4. Its parameters are the same as
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | appendix-ldap-result-codes.sdf | 228 while dereferencing aliases or chaining an operation).
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | history.txt | 113 support for multiple filters (compression algorithms), filter chaining
|