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

  /external/chromium_org/net/cert/
jwk_serializer_openssl.cc 62 std::string x_bytes; local
65 WriteInto(&x_bytes, degree_bytes + 1)), degree_bytes, x.get()) ||
75 base::Base64Encode(x_bytes, &x_b64);
  /bootable/recovery/
verifier.cpp 410 uint8_t x_bytes[P256_NBYTES]; local
417 x_bytes[P256_NBYTES - 1] = byte;
420 x_bytes[i] = byte;
429 p256_from_bin(x_bytes, &key->x);
  /external/chromium_org/third_party/brotli/src/woff2/
glyph.cc 252 size_t x_bytes = 0; local
265 x_bytes += 1;
267 x_bytes += 2;
305 if (*offset + x_bytes + y_bytes > dst_size) {
311 size_t y_offset = *offset + x_bytes;
woff2_dec.cc 210 unsigned int x_bytes = 0; local
222 x_bytes += 1;
224 x_bytes += 2;
262 unsigned int xy_bytes = x_bytes + y_bytes;
263 if (xy_bytes < x_bytes ||
270 int y_offset = flag_offset + x_bytes;
  /external/chromium_org/third_party/ots/src/
woff2.cc 314 unsigned int x_bytes = 0; local
326 x_bytes += 1;
328 x_bytes += 2;
366 unsigned int xy_bytes = x_bytes + y_bytes;
367 if (xy_bytes < x_bytes ||
374 int y_offset = flag_offset + x_bytes;
    [all...]

Completed in 126 milliseconds