/external/boringssl/src/crypto/curve25519/ |
D | ed25519_test.cc | 26 if (!t->GetBytes(&private_key, "PRIV") || in TestSignature() 28 !t->GetBytes(&public_key, "PUB") || in TestSignature() 30 !t->GetBytes(&message, "MESSAGE") || in TestSignature() 31 !t->GetBytes(&expected_signature, "SIG") || in TestSignature()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_bmp.cpp | 129 m_strm.GetBytes( m_palette, (clrused == 0? 1<<m_bpp : clrused)*4 ); in ReadHeader() 164 m_strm.GetBytes( buffer, clrused*3 ); in ReadHeader() 229 m_strm.GetBytes( src, src_pitch ); in ReadData() 243 m_strm.GetBytes( src, src_pitch ); in ReadData() 287 m_strm.GetBytes( src, (((code + 1)>>1) + 1) & -2 ); in ReadData() 331 m_strm.GetBytes( src, src_pitch ); in ReadData() 376 m_strm.GetBytes( src, (code + 1) & -2 ); in ReadData() 427 m_strm.GetBytes( src, src_pitch ); in ReadData() 439 m_strm.GetBytes( src, src_pitch ); in ReadData() 451 m_strm.GetBytes( color ? data : src, src_pitch ); in ReadData() [all …]
|
D | grfmt_sunras.cpp | 127 m_strm.GetBytes( buffer, m_maplength, &readed ); in ReadHeader() 211 m_strm.GetBytes( src, src_pitch ); in ReadData() 280 m_strm.GetBytes( src, src_pitch ); in ReadData() 358 m_strm.GetBytes( color ? data : bgr, src_pitch ); in ReadData() 379 m_strm.GetBytes( src + 3, src_pitch ); in ReadData()
|
D | grfmt_pxm.cpp | 255 m_strm.GetBytes( src, src_pitch ); in ReadData() 285 m_strm.GetBytes( src, src_pitch ); in ReadData()
|
/external/boringssl/src/crypto/aes/ |
D | aes_test.cc | 30 if (!t->GetBytes(&key, "Key") || in TestRaw() 31 !t->GetBytes(&plaintext, "Plaintext") || in TestRaw() 32 !t->GetBytes(&ciphertext, "Ciphertext")) { in TestRaw() 101 if (!t->GetBytes(&key, "Key") || in TestKeyWrap() 102 !t->GetBytes(&plaintext, "Plaintext") || in TestKeyWrap() 103 !t->GetBytes(&ciphertext, "Ciphertext")) { in TestKeyWrap()
|
/external/boringssl/src/crypto/cipher/ |
D | cipher_test.cc | 232 if (!t->GetBytes(&key, "Key") || in TestCipher() 233 !t->GetBytes(&plaintext, "Plaintext") || in TestCipher() 234 !t->GetBytes(&ciphertext, "Ciphertext")) { in TestCipher() 238 !t->GetBytes(&iv, "IV")) { in TestCipher() 242 if (!t->GetBytes(&aad, "AAD") || in TestCipher() 243 !t->GetBytes(&tag, "Tag")) { in TestCipher()
|
D | aead_test.cc | 52 if (!t->GetBytes(&key, "KEY") || in TestAEAD() 53 !t->GetBytes(&nonce, "NONCE") || in TestAEAD() 54 !t->GetBytes(&in, "IN") || in TestAEAD() 55 !t->GetBytes(&ad, "AD") || in TestAEAD() 56 !t->GetBytes(&ct, "CT") || in TestAEAD() 57 !t->GetBytes(&tag, "TAG")) { in TestAEAD()
|
/external/boringssl/src/crypto/evp/ |
D | evp_test.cc | 140 if (!t->GetBytes(&input, "Input")) { in ImportKey() 173 !t->GetBytes(&output, "Output")) { in ImportKey() 228 if (!t->GetBytes(&input, "Input")) { in TestEVP() 266 if (!t->GetBytes(&output, "Output") || in TestEVP() 287 if (!t->GetBytes(&output, "Output") || in TestEVP()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ANTLRxxxxStreamFixture.cs | 67 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr); in TestANTLRInputStreamConstructorDoesNotHang() 86 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr); in TestSizeOnANTLRInputStream() 97 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr); in TestConsumeAndIndexOnANTLRInputStream() 120 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr); in TestConsumeAllCharactersInAnANTLRInputStream() 136 byte[] buffer = encoding.GetBytes("One\r\nTwo"); in TestConsumeOnANTLRInputStream() 199 byte[] buffer = encoding.GetBytes("One\r\nTwo"); in TestResetOnANTLRInputStream() 237 byte[] buffer = encoding.GetBytes("One\r\nTwo\r\nThree"); in TestSubstringOnANTLRInputStream() 257 byte[] buffer = encoding.GetBytes("One\r\nTwo\r\nThree"); in TestSeekOnANTLRInputStream()
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_test.cc | 77 if (!t->GetBytes(&key, "Key") || in TestPoly1305() 78 !t->GetBytes(&in, "Input") || in TestPoly1305() 79 !t->GetBytes(&mac, "MAC")) { in TestPoly1305()
|
/external/boringssl/src/crypto/hmac/ |
D | hmac_test.cc | 100 if (!t->GetBytes(&key, "Key") || in TestHMAC() 101 !t->GetBytes(&input, "Input") || in TestHMAC() 102 !t->GetBytes(&output, "Output")) { in TestHMAC()
|
/external/llvm/unittests/Support/ |
D | StreamingMemoryObjectTest.cpp | 21 size_t GetBytes(unsigned char *Buffer, size_t Length) override { in GetBytes() function in __anonabc3f0d40111::NullDataStreamer 32 size_t GetBytes(unsigned char *OutBuffer, size_t Length) override { in GetBytes() function in __anonabc3f0d40111::BufferStreamer
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 84 Update(Encoding.UTF8.GetBytes(data)); in Update() 94 Update(encoding.GetBytes(data)); in Update()
|
/external/boringssl/src/crypto/ecdsa/ |
D | ecdsa_verify_test.cc | 55 if (!t->GetBytes(&bytes, key)) { in GetBIGNUM() 70 !t->GetBytes(&digest, "Digest")) { in TestECDSASign()
|
D | ecdsa_sign_test.cc | 55 if (!t->GetBytes(&bytes, key)) { in GetBIGNUM() 72 !t->GetBytes(&digest, "Digest")) { in TestECDSASign()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 181 byte[] rawBytes = BitConverter.GetBytes(value); in WriteFloat() 284 Utf8Encoding.GetBytes(value, 0, value.Length, buffer, position); in WriteString() 290 byte[] bytes = Utf8Encoding.GetBytes(value); in WriteString()
|
/external/boringssl/src/crypto/ecdh/ |
D | ecdh_test.cc | 55 if (!t->GetBytes(&bytes, key)) { in GetBIGNUM() 71 !t->GetBytes(&z, "Z")) { in TestECDH()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 103 … socket.Send(encoding.GetBytes("ANTLR " + DebugEventListenerConstants.ProtocolVersion + "\n")); in Handshake() 104 socket.Send(encoding.GetBytes("grammar \"" + grammarFileName + "\n")); in Handshake() 147 socket.Send(new System.Text.UTF8Encoding().GetBytes(@event + "\n")); in Transmit()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 110 … socket.Send( encoding.GetBytes( "ANTLR " + DebugEventListenerConstants.ProtocolVersion + "\n" ) ); in Handshake() 111 socket.Send( encoding.GetBytes( "grammar \"" + grammarFileName + "\n" ) ); in Handshake() 164 socket.Send( new System.Text.UTF8Encoding().GetBytes( @event + "\n" ) ); in Transmit()
|
/external/llvm/include/llvm/Support/ |
D | DataStream.h | 29 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
|
D | StreamingMemoryObject.h | 67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | PString.h | 33 Byte unicodeBytes[] = Encoding::Unicode->GetBytes(string); in PString()
|
/external/llvm/lib/Support/ |
D | DataStream.cpp | 59 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anon51023ce40111::DataFileStreamer
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | TXTRecord.h | 176 GetBytes() in GetBytes() function
|
/external/boringssl/src/crypto/test/ |
D | file_test.h | 111 bool GetBytes(std::vector<uint8_t> *out, const std::string &key); in OPENSSL_MSVC_PRAGMA()
|