Home
last modified time | relevance | path

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

12

/external/boringssl/src/crypto/cipher/test/
Dmake_legacy_aead_tests.go186 var sealed []byte
198 sealed = make([]byte, 0, len(input)+len(digest))
199 sealed = append(sealed, input...)
200 sealed = append(sealed, digest...)
201 stream.XORKeyStream(sealed, sealed)
218 sealed = make([]byte, 0, len(input)+len(digest)+cbc.BlockSize())
219 sealed = append(sealed, input...)
220 sealed = append(sealed, digest...)
221 paddingLen := cbc.BlockSize() - (len(sealed) % cbc.BlockSize())
238 sealed = append(sealed, make([]byte, paddingLen-1)...)
[all …]
Drc4_sha1_tls_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
Drc4_md5_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_128_cbc_sha1_tls_implicit_iv_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Drc4_sha1_ssl3_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
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_ssl3_tests.txt4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
Drc4_md5_tls_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_256_cbc_sha256_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_128_cbc_sha256_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_sha1_tls_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
/external/v8/test/webkit/
DpreventExtensions.js71 function sealed(){} function
74 seal(sealed);
77 new sealed;
80 sealed.prototype.prototypeExists = true; class
DpreventExtensions-expected.txt30 PASS (new sealed).prototypeExists is true
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp380 __interface InterfaceWithSealed sealed { variable
388 virtual void SealedFunction() sealed; // expected-note {{overridden virtual function is here}}
393 struct SealedType sealed : SomeBase { struct
Dtype-traits.cpp323 struct SealedClass sealed { struct
330 struct PotentiallySealed<T*> sealed { }; struct
333 struct PotentiallySealed<int> sealed { }; struct
/external/v8/src/base/
Dcompiler-specific.h43 #define FINAL sealed
/external/v8/test/mjsunit/
Dstrict-mode.js787 var sealed = Object.seal({});
795 assertThrows(function() { strict(sealed); }, TypeError);
896 var sealed = Object.seal({});
903 assertThrows(function() { sealed[zero_number] = "value"; }, TypeError);
905 assertThrows(function() { sealed[zero_symbol] = "value"; }, TypeError);
907 assertThrows(function() { sealed[zero_string] = "value"; }, TypeError);
/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)
/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)

12