HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 651 - 675 of 16566) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
X923Padding.java 38 * add the pad bytes to the passed in block, returning the
39 * number of bytes added.
66 * return the number of pad bytes present in the block.
ZeroBytePadding.java 35 * add the pad bytes to the passed in block, returning the
36 * number of bytes added.
54 * return the number of pad bytes present in the block.
  /external/chromium/chrome/browser/sync/protocol/
nigori_specifics.proto 22 optional bytes user_key = 2;
23 optional bytes encryption_key = 3;
24 optional bytes mac_key = 4;
  /external/chromium/crypto/
sha2.h 18 SHA256_LENGTH = 32 // length in bytes of a SHA-256 hash
22 // 'len' bytes of the hash in the output buffer 'output'. If 'len' > 32,
23 // only 32 bytes (the full hash) are stored in the 'output' buffer.
  /external/chromium/net/http/
des.h 21 // Run the DES encryption algorithm in ECB mode on one block (8 bytes) of
22 // data. |key| is a DES key (8 bytes), |src| is the input plaintext (8
23 // bytes), and |hash| is an 8-byte buffer receiving the output ciphertext.
  /external/chromium/net/tools/flip_server/
simple_buffer.cc 84 // appends up-to-'size' bytes to the simplebuffer.
85 int SimpleBuffer::Write(const char* bytes, int size) {
90 memcpy(storage_ + write_idx_, bytes, size);
117 // returns the number of bytes read into 'bytes'
118 int SimpleBuffer::Read(char* bytes, int size) {
125 memcpy(bytes, read_ptr, read_size);
148 // Can reclaim space from already read bytes by shifting
154 // what we need is to have at least size bytes available for writing.
155 // This implies that the buffer needs to be at least size bytes
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util.h 30 bool Base64Decode(const std::string& base64, std::string* bytes);
32 // Unzips the sole file contained in the given zip data |bytes| into
39 const std::string& bytes,
  /external/chromium_org/content/test/data/indexeddb/
fill_up_5k.html 55 function displaySize(bytes) {
56 var k = bytes / 1024;
58 return bytes + " (" + k + "k) (" + m + "m)";
  /external/chromium_org/crypto/
sha2.h 19 static const size_t kSHA256Length = 32; // Length in bytes of a SHA-256 hash.
22 // 'len' bytes of the hash in the output buffer 'output'. If 'len' > 32,
23 // only 32 bytes (the full hash) are stored in the 'output' buffer.
  /external/chromium_org/net/base/
test_data_stream.h 21 // Fill |buffer| with |length| bytes of data from the stream.
24 // Verify that |buffer| contains the expected next |length| bytes from the
37 void Consume(int bytes);
upload_bytes_element_reader.h 17 // An UploadElementReader implementation for bytes.
22 UploadBytesElementReader(const char* bytes, uint64 length);
25 const char* bytes() const { return bytes_; } function in class:net::UploadBytesElementReader
  /external/chromium_org/net/http/
des.h 21 // Run the DES encryption algorithm in ECB mode on one block (8 bytes) of
22 // data. |key| is a DES key (8 bytes), |src| is the input plaintext (8
23 // bytes), and |hash| is an 8-byte buffer receiving the output ciphertext.
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_probe.h 26 void OnPacketSent(QuicByteCount bytes);
30 void OnAcknowledgedPacket(QuicByteCount bytes);
32 // Call to get the number of bytes that can be sent as part of this probe.
leaky_bucket.h 26 // Set the rate at which the bytes leave the buffer.
30 void Add(QuicTime now, QuicByteCount bytes);
35 // Number of bytes in the buffer.
receive_algorithm_interface.h 30 // bytes: is the packet size in bytes including IP headers.
35 virtual void RecordIncomingPacket(QuicByteCount bytes,
  /external/chromium_org/net/tools/balsa/
simple_buffer.cc 89 // appends up-to-'size' bytes to the simplebuffer.
90 int SimpleBuffer::Write(const char* bytes, int size) {
95 memcpy(storage_ + write_idx_, bytes, size);
122 // returns the number of bytes read into 'bytes'
123 int SimpleBuffer::Read(char* bytes, int size) {
130 memcpy(bytes, read_ptr, read_size);
153 // Can reclaim space from already read bytes by shifting
159 // what we need is to have at least size bytes available for writing.
160 // This implies that the buffer needs to be at least size bytes
    [all...]
  /external/chromium_org/printing/
image_mac.cc 24 size_t bytes = row_length_ * size_.height(); local
25 DCHECK(bytes);
27 data_.resize(bytes);
  /external/chromium_org/third_party/icu/source/common/
bytestream.cpp 38 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) {
48 if (n > 0 && bytes != (outbuf_ + size_)) {
49 uprv_memcpy(outbuf_ + size_, bytes, n);
  /external/chromium_org/third_party/icu/source/test/intltest/
testutil.cpp 54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) {
57 buf.append(HEX[0x0F & (bytes[i] >> 4)]);
58 buf.append(HEX[0x0F & bytes[i]]);
  /external/chromium_org/third_party/skia/include/utils/
SkFrontBufferedStream.h 14 * Specialized stream that buffers the first X bytes of a stream,
16 * stream APIs, once more bytes than can fit in the buffer are read,
19 * X bytes (inclusive), and the wrapped stream is not necessarily
  /external/chromium_org/third_party/skia/src/image/
SkImage_Codec.cpp 44 if (!SkImageDecoder::DecodeMemory(fEncodedData->bytes(), fEncodedData->size(),
55 if (!SkImageDecoder::DecodeMemory(fEncodedData->bytes(), fEncodedData->size(),
71 if (!SkImageDecoder::DecodeMemory(data->bytes(), data->size(), &bitmap,
  /external/chromium_org/third_party/tlslite/tlslite/utils/
ASN1Parser.py 7 def __init__(self, bytes):
8 p = Parser(bytes)
28 return p.bytes[markIndex : p.index]
  /external/clang/test/CodeGen/
mips-vector-return.c 4 // vectors larger than 16-bytes are returned via the hidden pointer argument.
5 // N64/N32 returns vectors whose size is equal to or smaller than 16-bytes in
23 // O32 returns integer vectors whose size is equal to or smaller than 16-bytes
  /external/dhcpcd/
bpf.c 167 ssize_t bytes; local
180 bytes = read(fd, iface->buffer, iface->buffer_size);
181 if (bytes == -1)
183 else if ((size_t)bytes < sizeof(packet))
185 iface->buffer_len = bytes;
188 bytes = -1;
197 bytes = packet.bh_caplen - ETHER_HDR_LEN;
198 if (bytes > len)
199 bytes = len;
200 memcpy(data, payload, bytes);
    [all...]
  /external/flac/libFLAC/include/private/
md5.h 15 * To compute the message digest of a chunk of bytes, declare an
17 * needed on buffers full of bytes, and then call MD5Final, which
34 FLAC__uint32 bytes[2]; member in struct:__anon18331

Completed in 1006 milliseconds

<<21222324252627282930>>