/external/boringssl/src/crypto/cipher/test/ |
D | make_legacy_aead_tests.go | 186 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 …]
|
D | rc4_sha1_tls_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 | rc4_md5_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_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 | rc4_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
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_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed
|
D | rc4_md5_tls_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_256_cbc_sha256_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_128_cbc_sha256_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_sha1_tls_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
|
/external/v8/test/webkit/ |
D | preventExtensions.js | 71 function sealed(){} function 74 seal(sealed); 77 new sealed; 80 sealed.prototype.prototypeExists = true; class
|
D | preventExtensions-expected.txt | 30 PASS (new sealed).prototypeExists is true
|
/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 380 __interface InterfaceWithSealed sealed { variable 388 virtual void SealedFunction() sealed; // expected-note {{overridden virtual function is here}} 393 struct SealedType sealed : SomeBase { struct
|
D | type-traits.cpp | 323 struct SealedClass sealed { struct 330 struct PotentiallySealed<T*> sealed { }; struct 333 struct PotentiallySealed<int> sealed { }; struct
|
/external/v8/src/base/ |
D | compiler-specific.h | 43 #define FINAL sealed
|
/external/v8/test/mjsunit/ |
D | strict-mode.js | 787 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/ |
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)
|
/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)
|