Searched refs:Chaining (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varmod-to-separator.mk | 20 . warning Chaining modifiers does not work.
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BF_encrypt.pod | 70 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 40 =head2 Cipher Block Chaining Mode (CBC)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3078 NamedDecl **Chaining; variable 3099 return llvm::makeArrayRef(Chaining, ChainingSize); in chain()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4938 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 D | ciphers.pod | 296 AES in Cipher Block Chaining - Message Authentication Mode (CCM): these
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1405 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 D | Decl.cpp | 4916 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 424 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| H A D | ntp.conf.def | 468 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 13268 *) Add support for Triple DES Cipher Block Chaining with Output Feedback
|