Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2492 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/
HDblowfish.pod68 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
HDdes_modes.pod42 =head2 Cipher Block Chaining Mode (CBC)
/NextBSD/crypto/openssl/crypto/des/
HDdes.pod60 program, Cipher Block Chaining (the default) and Electronic Code Book
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp3926 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/
HDopensm_release_notes-3.2.txt35 * Routing Chaining
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1167 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl()
1170 FD->Chaining[I] = ReadDeclAs<NamedDecl>(Record, Idx); in VisitIndirectFieldDecl()
/NextBSD/crypto/openssl/doc/
HDssleay.txt1512 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/
HDntp.conf.def431 operating in Cipher Block Chaining (CBC) mode, commonly called
HDinvoke-ntp.conf.texi393 operating in Cipher Block Chaining (CBC) mode, commonly called
/NextBSD/crypto/openssl/
HDCHANGES10456 *) Add support for Triple DES Cipher Block Chaining with Output Feedback