HomeSort by relevance Sort by last modified time
    Searched defs:blob_size (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minelf/
Retouch.h 25 uint32_t blob_size; /* in bytes, located right before this struct */ member in struct:__anon792
  /external/chromium/crypto/
rsa_private_key_win.cc 57 int blob_size = sizeof(PUBLICKEYSTRUC) + local
66 scoped_array<BYTE> blob(new BYTE[blob_size]);
103 READ_ASSERT(dest == blob.get() + blob_size);
105 reinterpret_cast<uint8*>(public_key_struc), blob_size, 0,

Completed in 67 milliseconds