/external/boringssl/src/crypto/cipher/test/ |
D | make_legacy_aead_tests.go | 191 var sealed []byte 208 sealed = make([]byte, 0, len(input)+len(digest)+cbc.BlockSize()) 209 sealed = append(sealed, input...) 214 sealed = append(sealed, digest...) 216 paddingLen := cbc.BlockSize() - (len(sealed) % cbc.BlockSize()) 240 sealed = append(sealed, make([]byte, paddingLen-1)...) 241 sealed = append(sealed, byte(paddingLen-1)) 247 sealed = append(sealed, pad...) 253 sealed[len(sealed)-paddingLen+options.wrongPaddingOffset]++ 261 cbc.CryptBlocks(sealed, sealed) [all …]
|
D | des_ede3_cbc_sha1_tls_implicit_iv_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_128_cbc_sha1_tls_implicit_iv_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | des_ede3_cbc_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_256_cbc_sha1_tls_implicit_iv_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_256_cbc_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_128_cbc_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_256_cbc_sha384_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | des_ede3_cbc_sha1_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_128_cbc_sha256_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_128_cbc_sha1_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_256_cbc_sha1_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | aes_256_cbc_sha256_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
/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/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/antlr-3.4/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/antlr-3.4/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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 1414 protected sealed partial class <scope.name>_scope 1500 <returnScopeModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> sealed partial class <ruleDesc…
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1435 protected sealed partial class <scope.name>_scope 1518 <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">,
|