Home
last modified time | relevance | path

Searched refs:sealed (Results 1 – 25 of 35) sorted by relevance

12

/external/boringssl/src/crypto/cipher/test/
Dmake_legacy_aead_tests.go191 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 …]
Ddes_ede3_cbc_sha1_tls_implicit_iv_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_128_cbc_sha1_tls_implicit_iv_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Ddes_ede3_cbc_sha1_ssl3_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_256_cbc_sha1_tls_implicit_iv_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_256_cbc_sha1_ssl3_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_128_cbc_sha1_ssl3_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_256_cbc_sha384_tls_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Ddes_ede3_cbc_sha1_tls_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_128_cbc_sha256_tls_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_128_cbc_sha1_tls_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_256_cbc_sha1_tls_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Daes_256_cbc_sha256_tls_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp438 __interface InterfaceWithSealed sealed { variable
446 virtual void SealedFunction() sealed; // expected-note {{overridden virtual function is here}}
451 struct SealedType sealed : SomeBase { struct
Dtype-traits.cpp318 struct SealedClass sealed { struct
325 struct PotentiallySealed<T*> sealed { }; struct
328 struct PotentiallySealed<int> sealed { }; struct
/external/protobuf/csharp/
DCHANGES.txt127 - Issue 9: Class cannot be static and sealed error
/external/doclava/res/assets/templates-sdk/assets/js/
Dprettify.js19 …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/
DAntlr.Runtime.Tree.pas1125 TTree = class sealed
1760 TRecordAllElementsVisitor = class sealed(TVisitor)
1770 TPatternMatchingContextVisitor = class sealed(TANTLRObject, IContextVisitor)
1785 TInvokeVisitorOnPatternMatchContextVisitor = class sealed(TANTLRObject, IContextVisitor)
DAntlr.Runtime.pas1926 TToken = class sealed
1968 TConstants = class sealed
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas122 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/
DCSharp3.stg1414 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/
DCSharp2.stg1435 protected sealed partial class <scope.name>_scope
1518 <returnScopeModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> sealed partial class <ruleDesc…
/external/clang/include/clang/Basic/
DAttr.td812 let Spellings = [Keyword<"final">, Keyword<"sealed">];
813 let Accessors = [Accessor<"isSpelledAsSealed", [Keyword<"sealed">]>];
DDiagnosticGroups.td763 def MicrosoftSealed : DiagGroup<"microsoft-sealed">;
DDiagnosticParseKinds.td746 "'sealed' keyword is a Microsoft extension">,

12