Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk20 . warning Chaining modifiers does not work.
/freebsd/crypto/openssl/doc/man3/
H A DBF_encrypt.pod78 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
/freebsd/crypto/openssl/doc/man7/
H A Ddes_modes.pod40 =head2 Cipher Block Chaining Mode (CBC)
/freebsd/crypto/openssl/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)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3315 NamedDecl **Chaining; variable
3337 return llvm::ArrayRef(Chaining, ChainingSize); in chain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5336 SmallVectorImpl<NamedDecl *> &Chaining) { in InjectAnonymousStructOrUnionMembers() argument
5358 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers()
5360 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers()
5362 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers()
5364 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers()
5366 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers()
5367 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers()
5368 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers()
5372 VD->getType(), {NamedChain, Chaining.size()}); in InjectAnonymousStructOrUnionMembers()
5384 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1589 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl()
1592 FD->Chaining[I] = readDeclAs<NamedDecl>(); in VisitIndirectFieldDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5464 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi412 operating in Cipher Block Chaining (CBC) mode, commonly called
H A Dntp.conf.def456 operating in Cipher Block Chaining (CBC) mode, commonly called
/freebsd/crypto/openssl/
H A DCHANGES.md19364 * Add support for Triple DES Cipher Block Chaining with Output Feedback