Searched refs:Chaining (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 2492 NamedDecl **Chaining; variable 2498 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl() 2511 chain_iterator chain_begin() const { return chain_iterator(Chaining); } in chain_begin() 2513 return chain_iterator(Chaining + ChainingSize); in chain_end() 2520 return cast<FieldDecl>(Chaining[ChainingSize - 1]); in getAnonField()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | blowfish.pod | 68 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
|
| HD | des_modes.pod | 42 =head2 Cipher Block Chaining Mode (CBC)
|
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | des.pod | 60 program, Cipher Block Chaining (the default) and Electronic Code Book
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDecl.cpp | 3926 SmallVectorImpl<NamedDecl *> &Chaining, in InjectAnonymousStructOrUnionMembers() argument 3952 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers() 3954 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers() 3956 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers() 3958 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers() 3960 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers() 3961 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers() 3962 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers() 3966 VD->getType(), NamedChain, Chaining.size()); in InjectAnonymousStructOrUnionMembers() 3978 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | opensm_release_notes-3.2.txt | 35 * Routing Chaining
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 1167 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl() 1170 FD->Chaining[I] = ReadDeclAs<NamedDecl>(Record, Idx); in VisitIndirectFieldDecl()
|
| /NextBSD/crypto/openssl/doc/ |
| HD | ssleay.txt | 1512 This routine implements Blowfish in Cipher Block Chaining mode. 2285 cbc Cipher Block Chaining form of the cipher. 2886 This routine implements DES in Cipher Block Chaining mode. 2971 This is Propagating Cipher Block Chaining mode of DES. It is used 3198 Cipher Block Chaining Mode (CBC) (des_cbc_encrypt()) 3680 This routine implements IDEA in Cipher Block Chaining mode. 5196 This routine implements RC2 in Cipher Block Chaining mode.
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp.conf.def | 431 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| HD | invoke-ntp.conf.texi | 393 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 10456 *) Add support for Triple DES Cipher Block Chaining with Output Feedback
|