HomeSort by relevance Sort by last modified time
    Searched refs:op_len (Results 1 - 5 of 5) sorted by null

  /external/chromium/crypto/
encryptor_nss.cc 63 int op_len; local
66 &op_len,
76 &buffer[op_len],
78 ciphertext_len - op_len);
83 op_len + digest_len);
101 int op_len; local
104 &op_len,
114 &buffer[op_len],
116 plaintext_len - op_len);
121 op_len + digest_len)
    [all...]
  /external/chromium_org/crypto/
encryptor_nss.cc 126 int op_len; local
129 &op_len,
141 output_data + op_len,
143 output_len - op_len);
149 output->resize(op_len + digest_len);
174 int op_len; local
177 &op_len,
183 CHECK_EQ(static_cast<int>(mask_len), op_len);
  /external/e2fsprogs/misc/
uuidd.c 145 int op_len; local
181 op_len = 1;
184 op_len += sizeof(int);
187 ret = write_all(s, op_buf, op_len);
188 if (ret < op_len) {
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 479 int op_len; local
519 op_len = 1;
522 op_len += sizeof(*num);
526 ret = write(s, op_buf, op_len);
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 186 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
187 prologue->StandardOpcodeLengths.push_back(op_len);

Completed in 358 milliseconds