Searched refs:Chaining (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varmod-to-separator.mk | 20 . warning Chaining modifiers does not work.
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BF_encrypt.pod | 78 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 40 =head2 Cipher Block Chaining Mode (CBC)
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 300 AES in Cipher Block Chaining - Message Authentication Mode (CCM): these 407 All cipher suites using encryption algorithm in Cipher Block Chaining (CBC)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3302 NamedDecl **Chaining; variable 3323 return llvm::ArrayRef(Chaining, ChainingSize); in chain()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5495 SmallVectorImpl<NamedDecl *> &Chaining) { in InjectAnonymousStructOrUnionMembers() argument 5517 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers() 5519 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers() 5521 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers() 5523 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers() 5525 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers() 5526 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers() 5527 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers() 5531 VD->getType(), {NamedChain, Chaining.size()}); in InjectAnonymousStructOrUnionMembers() 5543 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1597 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl() 1600 FD->Chaining[I] = readDeclAs<NamedDecl>(); in VisitIndirectFieldDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5402 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 412 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| H A D | ntp.conf.def | 456 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 19364 * Add support for Triple DES Cipher Block Chaining with Output Feedback
|