Home
last modified time | relevance | path

Searched refs:Chaining (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-chaining-xx.txt9 LDAP Control to Specify Chaining Behavior
54 distributed directory is chaining. Chaining is defined in [X.518],
58 LDAP Control to Specify Chaining Behavior
63 Chaining may happen during the name resolution part of an operation
116 LDAP Control to Specify Chaining Behavior
174 LDAP Control to Specify Chaining Behavior
232 LDAP Control to Specify Chaining Behavior
250 IANA-ASSIGNED-OID.1 Chaining Behavior Request Control
261 Description: Chaining Behavior Request Control
290 LDAP Control to Specify Chaining Behavior
[all …]
H A Ddraft-sermersheim-ldap-distproc-xx.txt150 "Chaining" refers to the attempt by a DSA to satisfy a request by
858 chaining, and returning referrals. Chaining is the act of forwarding
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dnist-data225 # 4.3.1 Invalid Name Chaining EE Test1 - Reject - names do not chain
27 # 4.3.2 Invalid Name Chaining Order Test2 - Reject - names do not chain
29 # 4.3.3 Valid Name Chaining Whitespace Test3 - Validate Successfully
31 # 4.3.4 Valid Name Chaining Whitespace Test4 - Validate Successfully
33 # 4.3.5 Valid Name Chaining Capitalization Test5 - Validate Successfully
35 # 4.3.6 Valid Name Chaining UIDs Test6 - Validate Successfully
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-to-separator.mk20 . warning Chaining modifiers does not work.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBF_encrypt.pod70 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBF_encrypt.pod78 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Ddes_modes.pod40 =head2 Cipher Block Chaining Mode (CBC)
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_modes.pod40 =head2 Cipher Block Chaining Mode (CBC)
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes_modes.pod40 =head2 Cipher Block Chaining Mode (CBC)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Ddes_modes.pod40 =head2 Cipher Block Chaining Mode (CBC)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-ciphers.pod.in300 AES in Cipher Block Chaining - Message Authentication Mode (CCM): these
407 All cipher suites using encryption algorithm in Cipher Block Chaining (CBC)
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Doverlays.sdf238 H2: Chaining
255 H3: Chaining Configuration
317 H3: Handling Chaining Errors
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3052 NamedDecl **Chaining; variable
3073 return llvm::makeArrayRef(Chaining, ChainingSize); in chain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4875 SmallVectorImpl<NamedDecl *> &Chaining) { in InjectAnonymousStructOrUnionMembers() argument
4897 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers()
4899 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers()
4901 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers()
4903 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers()
4905 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers()
4906 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers()
4907 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers()
4911 VD->getType(), {NamedChain, Chaining.size()}); in InjectAnonymousStructOrUnionMembers()
4923 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dciphers.pod296 AES in Cipher Block Chaining - Message Authentication Mode (CCM): these
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1403 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl()
1406 FD->Chaining[I] = readDeclAs<NamedDecl>(); in VisitIndirectFieldDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4916 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst2146 Chaining functions this way ensures that we do copy all information from the
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES13422 *) Add support for Triple DES Cipher Block Chaining with Output Feedback