Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk20 . warning Chaining modifiers does not work.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBF_encrypt.pod70 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
/freebsd-13.1/crypto/openssl/doc/man7/
H A Ddes_modes.pod40 =head2 Cipher Block Chaining Mode (CBC)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3078 NamedDecl **Chaining; variable
3099 return llvm::makeArrayRef(Chaining, ChainingSize); in chain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4938 SmallVectorImpl<NamedDecl *> &Chaining) { in InjectAnonymousStructOrUnionMembers() argument
4960 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers()
4962 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers()
4964 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers()
4966 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers()
4968 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers()
4969 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers()
4970 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers()
4974 VD->getType(), {NamedChain, Chaining.size()}); in InjectAnonymousStructOrUnionMembers()
4986 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dciphers.pod296 AES in Cipher Block Chaining - Message Authentication Mode (CCM): these
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1405 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl()
1408 FD->Chaining[I] = readDeclAs<NamedDecl>(); in VisitIndirectFieldDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4916 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi424 operating in Cipher Block Chaining (CBC) mode, commonly called
H A Dntp.conf.def468 operating in Cipher Block Chaining (CBC) mode, commonly called
/freebsd-13.1/crypto/openssl/
H A DCHANGES13268 *) Add support for Triple DES Cipher Block Chaining with Output Feedback