Searched refs:Chaining (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BF_encrypt.pod | 78 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 40 =head2 Cipher Block Chaining Mode (CBC)
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 295 AES in Cipher Block Chaining - Message Authentication Mode (CCM): these 435 All cipher suites using encryption algorithm in Cipher Block Chaining (CBC)
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3436 NamedDecl **Chaining; variable 3456 ArrayRef<NamedDecl *> chain() const { return {Chaining, ChainingSize}; } in chain()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5450 SmallVectorImpl<NamedDecl *> &Chaining) { in InjectAnonymousStructOrUnionMembers() argument 5472 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers() 5474 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers() 5476 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers() 5478 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers() 5480 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers() 5481 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers() 5482 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers() 5486 VD->getType(), {NamedChain, Chaining.size()}); in InjectAnonymousStructOrUnionMembers() 5498 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
|
| /freebsd/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/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5613 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()), in IndirectFieldDecl()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp.conf.def | 456 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| H A D | invoke-ntp.conf.texi | 412 operating in Cipher Block Chaining (CBC) mode, commonly called
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 21162 * Add support for Triple DES Cipher Block Chaining with Output Feedback
|