/external/boringssl/src/crypto/cipher_extra/test/ |
D | make_legacy_aead_tests.go | 154 var sealed []byte 171 sealed = make([]byte, 0, len(input)+len(digest)+cbc.BlockSize()) 172 sealed = append(sealed, input...) 177 sealed = append(sealed, digest...) 179 paddingLen := cbc.BlockSize() - len(sealed)%cbc.BlockSize() 194 paddingLen = 256 - len(sealed)%cbc.BlockSize() 202 sealed = append(sealed, pad...) 207 sealed[len(sealed)-paddingLen+options.wrongPaddingOffset]++ 213 cbc.CryptBlocks(sealed, sealed) 225 ciphertext: sealed[:len(input)], [all …]
|
D | des_ede3_cbc_sha1_tls_implicit_iv_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_256_cbc_sha1_tls_implicit_iv_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_128_cbc_sha1_tls_implicit_iv_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_256_cbc_sha1_tls_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | des_ede3_cbc_sha1_tls_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_256_cbc_sha256_tls_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_128_cbc_sha1_tls_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_128_cbc_sha256_tls_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
D | aes_256_cbc_sha384_tls_tests.txt | 5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
|
/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 438 __interface InterfaceWithSealed sealed { variable 446 virtual void SealedFunction() sealed; // expected-note {{overridden virtual function is here}} 451 struct SealedType sealed : SomeBase { struct
|
D | type-traits.cpp | 318 struct SealedClass sealed { struct 325 struct PotentiallySealed<T*> sealed { }; struct 328 struct PotentiallySealed<int> sealed { }; struct
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 818 application/vnd.sealed.3df s3df 819 application/vnd.sealed.csf scsf 820 application/vnd.sealed.doc sdoc sdo s1w 821 application/vnd.sealed.eml seml sem 822 application/vnd.sealed.mht smht smh 823 application/vnd.sealed.net 825 application/vnd.sealed.ppt sppt s1p 826 application/vnd.sealed.tiff stif 827 application/vnd.sealed.xls sxls sxl s1e 1154 image/vnd.sealed.png spng spn s1n [all …]
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 3656 std::vector<uint8_t> sealed; in TEST() local 3657 sealed.insert(sealed.end(), prefix.begin(), prefix.end()); in TEST() 3658 sealed.insert(sealed.end(), body.begin(), body.end()); in TEST() 3659 sealed.insert(sealed.end(), suffix.begin(), suffix.end()); in TEST() 3660 std::vector<uint8_t> sealed_copy = sealed; in TEST() 3666 bssl::MakeSpan(sealed)), in TEST() 3668 EXPECT_EQ(record_len, sealed.size()); in TEST()
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 127 - Issue 9: Class cannot be static and sealed error
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | prettify.js | 19 …to,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,…
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1125 TTree = class sealed 1760 TRecordAllElementsVisitor = class sealed(TVisitor) 1770 TPatternMatchingContextVisitor = class sealed(TANTLRObject, IContextVisitor) 1785 TInvokeVisitorOnPatternMatchContextVisitor = class sealed(TANTLRObject, IContextVisitor)
|
D | Antlr.Runtime.pas | 1926 TToken = class sealed 1968 TConstants = class sealed
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tree.Tests.pas | 122 TRecordAllElementsVisitor = class sealed(TTreeWizard.TVisitor) 131 TTest1ContextVisitor = class sealed(TANTLRObject, IContextVisitor) 144 TTest2ContextVisitor = class sealed(TANTLRObject, IContextVisitor)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | every-type.test | 254 TYPES-NEXT: options: has unique name | sealed
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 1465 protected sealed partial class <scope.name>_scope 1550 <returnScopeModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> sealed partial class <ruleDesc…
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1488 protected sealed partial class <scope.name>_scope 1570 <returnScopeModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> sealed partial class <ruleDesc…
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 812 let Spellings = [Keyword<"final">, Keyword<"sealed">]; 813 let Accessors = [Accessor<"isSpelledAsSealed", [Keyword<"sealed">]>];
|
D | DiagnosticGroups.td | 763 def MicrosoftSealed : DiagGroup<"microsoft-sealed">;
|
D | DiagnosticParseKinds.td | 746 "'sealed' keyword is a Microsoft extension">,
|