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

1 2

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc_private.h 31 virtual const char* GetBytes() const = 0;
56 const char* GetBytes() const override {
78 const char* GetBytes() const override {
  /external/boringssl/src/crypto/curve25519/
ed25519_test.cc 26 if (!t->GetBytes(&private_key, "PRIV") ||
28 !t->GetBytes(&public_key, "PUB") ||
30 !t->GetBytes(&message, "MESSAGE") ||
31 !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 60 // time to avoid making too many potentially expensive GetBytes
67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
  /device/google/contexthub/util/nanotool/
nanomessage.h 60 virtual std::vector<uint8_t> GetBytes() const = 0;
123 std::vector<uint8_t> GetBytes() const override;
177 std::vector<uint8_t> GetBytes() const override;
200 std::vector<uint8_t> GetBytes() const override;
nanomessage.cpp 86 std::vector<uint8_t> ReadEventRequest::GetBytes() const {
201 std::vector<uint8_t> ConfigureSensorRequest::GetBytes() const {
240 std::vector<uint8_t> BridgeVersionInfoRequest::GetBytes() const {
  /external/boringssl/src/crypto/poly1305/
poly1305_test.cc 77 if (!t->GetBytes(&key, "Key") ||
78 !t->GetBytes(&in, "Input") ||
79 !t->GetBytes(&mac, "MAC")) {
  /external/mdnsresponder/mDNSWindows/DLL.NET/
PString.h 33 Byte unicodeBytes[] = Encoding::Unicode->GetBytes(string);
  /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 );
  /external/llvm/unittests/Support/
StreamingMemoryObjectTest.cpp 21 size_t GetBytes(unsigned char *Buffer, size_t Length) override {
32 size_t GetBytes(unsigned char *OutBuffer, size_t Length) override {
  /external/boringssl/src/crypto/aes/
aes_test.cc 30 if (!t->GetBytes(&key, "Key") ||
31 !t->GetBytes(&plaintext, "Plaintext") ||
32 !t->GetBytes(&ciphertext, "Ciphertext")) {
101 if (!t->GetBytes(&key, "Key") ||
102 !t->GetBytes(&plaintext, "Plaintext") ||
103 !t->GetBytes(&ciphertext, "Ciphertext")) {
  /external/boringssl/src/crypto/cipher/
cipher_test.cc 232 if (!t->GetBytes(&key, "Key") ||
233 !t->GetBytes(&plaintext, "Plaintext") ||
234 !t->GetBytes(&ciphertext, "Ciphertext")) {
238 !t->GetBytes(&iv, "IV")) {
242 if (!t->GetBytes(&aad, "AAD") ||
243 !t->GetBytes(&tag, "Tag")) {
aead_test.cc 52 if (!t->GetBytes(&key, "KEY") ||
53 !t->GetBytes(&nonce, "NONCE") ||
54 !t->GetBytes(&in, "IN") ||
55 !t->GetBytes(&ad, "AD") ||
56 !t->GetBytes(&ct, "CT") ||
57 !t->GetBytes(&tag, "TAG")) {
  /external/boringssl/src/crypto/evp/
evp_test.cc 140 if (!t->GetBytes(&input, "Input")) {
173 !t->GetBytes(&output, "Output")) {
228 if (!t->GetBytes(&input, "Input")) {
266 if (!t->GetBytes(&output, "Output") ||
287 if (!t->GetBytes(&output, "Output") ||
  /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/boringssl/src/crypto/ecdsa/
ecdsa_verify_test.cc 55 if (!t->GetBytes(&bytes, key)) {
70 !t->GetBytes(&digest, "Digest")) {
ecdsa_sign_test.cc 55 if (!t->GetBytes(&bytes, key)) {
72 !t->GetBytes(&digest, "Digest")) {
  /external/boringssl/src/crypto/test/
file_test.h 106 // GetBytes looks up the attribute with key |key| and decodes it as a byte
111 bool 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 {
  /external/mdnsresponder/mDNSWindows/DLLX/
TXTRecord.h 176 GetBytes()