HomeSort by relevance Sort by last modified time
    Searched refs:GetBytes (Results 1 - 25 of 28) sorted by null

1 2

  /external/boringssl/src/crypto/curve25519/
ed25519_test.cc 25 if (!t->GetBytes(&private_key, "PRIV") ||
27 !t->GetBytes(&public_key, "PUB") ||
29 !t->GetBytes(&message, "MESSAGE") ||
30 !t->GetBytes(&expected_signature, "SIG") ||
  /external/llvm/include/llvm/Support/
DataStream.h 29 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
StreamingMemoryObject.h 68 // time to avoid making too many potentially expensive GetBytes
75 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
  /external/boringssl/src/crypto/poly1305/
poly1305_test.cc 36 if (!t->GetBytes(&key, "Key") ||
37 !t->GetBytes(&in, "Input") ||
38 !t->GetBytes(&mac, "MAC")) {
  /external/llvm/unittests/Support/
StreamingMemoryObject.cpp 19 size_t GetBytes(unsigned char *buf, size_t len) override {
  /device/google/contexthub/util/nanotool/
nanomessage.h 58 virtual std::vector<uint8_t> GetBytes() const = 0;
121 std::vector<uint8_t> GetBytes() const override;
172 std::vector<uint8_t> GetBytes() const override;
nanomessage.cpp 85 std::vector<uint8_t> ReadEventRequest::GetBytes() const {
190 std::vector<uint8_t> ConfigureSensorRequest::GetBytes() const {
  /external/boringssl/src/crypto/hmac/
hmac_test.cc 100 if (!t->GetBytes(&key, "Key") ||
101 !t->GetBytes(&input, "Input") ||
102 !t->GetBytes(&output, "Output")) {
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 129 m_strm.GetBytes( m_palette, (clrused == 0? 1<<m_bpp : clrused)*4 );
164 m_strm.GetBytes( buffer, clrused*3 );
229 m_strm.GetBytes( src, src_pitch );
243 m_strm.GetBytes( src, src_pitch );
287 m_strm.GetBytes( src, (((code + 1)>>1) + 1) & -2 );
331 m_strm.GetBytes( src, src_pitch );
376 m_strm.GetBytes( src, (code + 1) & -2 );
427 m_strm.GetBytes( src, src_pitch );
439 m_strm.GetBytes( src, src_pitch );
451 m_strm.GetBytes( color ? data : src, src_pitch )
    [all...]
grfmt_sunras.cpp 127 m_strm.GetBytes( buffer, m_maplength, &readed );
211 m_strm.GetBytes( src, src_pitch );
280 m_strm.GetBytes( src, src_pitch );
358 m_strm.GetBytes( color ? data : bgr, src_pitch );
379 m_strm.GetBytes( src + 3, src_pitch );
bitstrm.h 103 void GetBytes( void* buffer, int count, int* readed = 0 );
grfmt_pxm.cpp 255 m_strm.GetBytes( src, src_pitch );
285 m_strm.GetBytes( src, src_pitch );
grfmt_jpeg.cpp 843 lstrm.GetBytes( buffer, 5 );
947 lstrm.GetBytes( buffer, tq_size - 1 );
991 lstrm.GetBytes( buffer, max_bits );
997 lstrm.GetBytes( buffer + max_bits, ht_size );
    [all...]
  /external/boringssl/src/crypto/cipher/
aead_test.cc 42 if (!t->GetBytes(&key, "KEY") ||
43 !t->GetBytes(&nonce, "NONCE") ||
44 !t->GetBytes(&in, "IN") ||
45 !t->GetBytes(&ad, "AD") ||
46 !t->GetBytes(&ct, "CT") ||
47 !t->GetBytes(&tag, "TAG")) {
cipher_test.cc 228 if (!t->GetBytes(&key, "Key") ||
229 !t->GetBytes(&plaintext, "Plaintext") ||
230 !t->GetBytes(&ciphertext, "Ciphertext")) {
234 !t->GetBytes(&iv, "IV")) {
238 if (!t->GetBytes(&aad, "AAD") ||
239 !t->GetBytes(&tag, "Tag")) {
  /external/boringssl/src/crypto/test/
file_test.h 119 // GetBytes looks up the attribute with key |key| and decodes it as a byte
124 bool GetBytes(std::vector<uint8_t> *out, const std::string &key);
file_test.cc 212 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) {
  /external/llvm/lib/Support/
DataStream.cpp 59 size_t GetBytes(unsigned char *buf, size_t len) override {
StreamingMemoryObject.cpp 130 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 67 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr);
86 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr);
97 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr);
120 byte[] grammarStrBuffer = encoding.GetBytes(grammarStr);
136 byte[] buffer = encoding.GetBytes("One\r\nTwo");
199 byte[] buffer = encoding.GetBytes("One\r\nTwo");
237 byte[] buffer = encoding.GetBytes("One\r\nTwo\r\nThree");
257 byte[] buffer = encoding.GetBytes("One\r\nTwo\r\nThree");
  /external/boringssl/src/crypto/evp/
evp_test.cc 162 if (!t->GetBytes(&input, "Input") ||
163 !t->GetBytes(&output, "Output")) {
  /external/avahi/avahi-sharp/
Utility.cs 68 return Encoding.UTF8.GetBytes (str + "\0"); // lame.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 103 socket.Send(encoding.GetBytes("ANTLR " + DebugEventListenerConstants.ProtocolVersion + "\n"));
104 socket.Send(encoding.GetBytes("grammar \"" + grammarFileName + "\n"));
147 socket.Send(new System.Text.UTF8Encoding().GetBytes(@event + "\n"));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 110 socket.Send( encoding.GetBytes( "ANTLR " + DebugEventListenerConstants.ProtocolVersion + "\n" ) );
111 socket.Send( encoding.GetBytes( "grammar \"" + grammarFileName + "\n" ) );
164 socket.Send( new System.Text.UTF8Encoding().GetBytes( @event + "\n" ) );
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 68 size_t GetBytes(unsigned char *Out, size_t Len) override {
99 // Note: Because StreamingMemoryObject does a call to method GetBytes in it's

Completed in 903 milliseconds

1 2