Home
last modified time | relevance | path

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

12

/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go154 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 …]
Ddes_ede3_cbc_sha1_tls_implicit_iv_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_256_cbc_sha1_tls_implicit_iv_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_128_cbc_sha1_tls_implicit_iv_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_256_cbc_sha1_tls_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Ddes_ede3_cbc_sha1_tls_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_256_cbc_sha256_tls_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_128_cbc_sha1_tls_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_128_cbc_sha256_tls_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
Daes_256_cbc_sha384_tls_tests.txt5 # sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may
/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/python/cpython3/Lib/test/
Dmime.types818 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/
Dssl_test.cc3656 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/
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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Devery-type.test254 TYPES-NEXT: options: has unique name | sealed
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1465 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/
DCSharp2.stg1488 protected sealed partial class <scope.name>_scope
1570 <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